Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/AdamBien/java-plain

The shortest possible maven template / quickstarter for Java
https://github.com/AdamBien/java-plain

java java17 maven quickstarter template

Last synced: about 2 months ago
JSON representation

The shortest possible maven template / quickstarter for Java

Awesome Lists containing this project

README

        

# The shortest possible Java maven quickstarter

The shortest possible [Apache Maven](https://maven.apache.org) 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"](https://www.adam-bien.com/roller/abien/entry/run_java_source_as_shell)
by invoking the `CreateJavaScript.sh` "Java Shell Script".

You will find he converted `App.java` script in `target/App.sh`.