A fairly succinct hello world project.
Execute the main class.
$ mvn --quiet clean compile exec:java
Or build and execute the jar file.
$ mvn --quiet clean package && java -jar target/succinct-hello-world-<version>.jar
Boring? See verbose-hello-world.