Building Application
Clone application repository from GitHub
Get into the application project directory
Build the application using Maven (
mvnw
is Maven Wrapper)You should be able to see build logs similar to this at the end when the build is completed.
Check if application artifact(s) were produced
Example output
Last updated