Create Java project with Maven archetype archetype-bookmark


Create a Java Project by archetype archetype-bookmark with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.actframework"   -DarchetypeArtifactId="archetype-bookmark"   -DarchetypeVersion="1.9.0.2"   -DinteractiveMode=false 

Details about maven archetype archetype-bookmark

GroupId

GroupId

org.actframework
ArtifactId

ArtifactId

archetype-bookmark
Version

Version

1.9.0.2
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.actframework -DarchetypeArtifactId=archetype-bookmark -DarchetypeVersion=1.9.0.2 -DinteractiveMode=false