Create Java project with Maven archetype org.jbundle.util.webapp.cgi-archetype


Create a Java Project by archetype org.jbundle.util.webapp.cgi-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.jbundle.util.webapp"   -DarchetypeArtifactId="org.jbundle.util.webapp.cgi-archetype"   -DarchetypeVersion="1.0.0"   -DinteractiveMode=false 

Details about maven archetype org.jbundle.util.webapp.cgi-archetype

GroupId

GroupId

org.jbundle.util.webapp
ArtifactId

ArtifactId

org.jbundle.util.webapp.cgi-archetype
Version

Version

1.0.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.jbundle.util.webapp -DarchetypeArtifactId=org.jbundle.util.webapp.cgi-archetype -DarchetypeVersion=1.0.0 -DinteractiveMode=false