mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DkfsPrototypeGroupId="My-kfsPrototypeGroupId" -DkfsPrototypeArtifactId="My-kfsPrototypeArtifactId" -DkfsPrototypeVersion="My-kfsPrototypeVersion" -DarchetypeGroupId="org.kualigan.maven.archetypes" -DarchetypeArtifactId="kfs-archetype" -DarchetypeVersion="1.1.21" -DinteractiveMode=false
GroupId | GroupIdorg.kualigan.maven.archetypes |
---|---|
ArtifactId | ArtifactIdkfs-archetype |
Version | Version1.1.21 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.kualigan.maven.archetypes -DarchetypeArtifactId=kfs-archetype -DarchetypeVersion=1.1.21 -DinteractiveMode=false