Goal: refresh modern Java fundamentals (language, core APIs, testing) with clean and visible GitHub deliverables.
- Java 21
- Maven
- JUnit 5
mvn testmvn clean package
java -jar target/java-foundations-1.0-SNAPSHOT.jarmvn exec:javamvn exec:java -Dexec.args="Manu"The jar generated by the Maven quickstart archetype is not executable by default (no manifest entry).
To run the compiled class directly:
java -cp target/classes fr.manooweb.java.App