Skip to content

AdamBien/java-plain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The shortest possible maven template / quickstarter for Java

Topics

Resources

License

Stars

Watchers

Forks