Create Java project with Maven archetype choonchernlim-archetype-webapp

Parent POM for generating build reports for CI servers, pushing artifacts to Sonatype OSSRH and site documentation to GitHub

Create a Java Project by archetype choonchernlim-archetype-webapp with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.github.choonchernlim"   -DarchetypeArtifactId="choonchernlim-archetype-webapp"   -DarchetypeVersion="0.3.0"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}-webapp

Details about maven archetype choonchernlim-archetype-webapp

GroupId

GroupId

com.github.choonchernlim
ArtifactId

ArtifactId

choonchernlim-archetype-webapp
Version

Version

0.3.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.choonchernlim -DarchetypeArtifactId=choonchernlim-archetype-webapp -DarchetypeVersion=0.3.0 -DinteractiveMode=false