Intellij Maven App

java, maven, build-tools

example of IntelliJ Maven App

Resources


# clean
mvn clean

# package with all dependencies and make .jar executable
# see `pom.xml` for details
mvn package

# run jar
java -jar ./target/app01-1.0-SNAPSHOT-jar-with-dependencies.jar