java-plain icon indicating copy to clipboard operation
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

  1. git clone https://github.com/AdamBien/java-plain
  2. cd java-plain
  3. 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.