java-plain
java-plain copied to clipboard
The shortest possible maven template / quickstarter for Java
The shortest possible Java maven quickstarter
The shortest possible Apache Maven template for Java
usage
-
git clone https://github.com/AdamBien/java-plain
-
cd java-plain
-
mvn package
You will find an executable: java-plain.jar
in target
folder.
create executable Java "script"
The src/main/java/airhacks/App.java
can be converted into a "Java Shell Script"
by invoking the CreateJavaScript.sh
"Java Shell Script".
You will find he converted App.java
script in target/App.sh
.