mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.graphwalker" -DarchetypeArtifactId="graphwalker-maven-archetype" -DarchetypeVersion="3.1.1" -DinteractiveMode=false
GroupId | GroupIdorg.graphwalker |
---|---|
ArtifactId | ArtifactIdgraphwalker-maven-archetype |
Version | Version3.1.1 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.graphwalker -DarchetypeArtifactId=graphwalker-maven-archetype -DarchetypeVersion=3.1.1 -DinteractiveMode=false