mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DgroupId="My-groupId" -DartifactId="My-artifactId" -DcapitalizedRootArtifactId="My-capitalizedRootArtifactId" -Dversion="My-version" -DarchetypeGroupId="org.uberfire" -DarchetypeArtifactId="uberfire-project-archetype" -DarchetypeVersion="0.4.2.CR1" -DinteractiveMode=false
GroupId | GroupIdorg.uberfire |
---|---|
ArtifactId | ArtifactIduberfire-project-archetype |
Version | Version0.4.2.CR1 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.uberfire -DarchetypeArtifactId=uberfire-project-archetype -DarchetypeVersion=0.4.2.CR1 -DinteractiveMode=false