mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DsecretKey="My-secretKey" -DanonymousKey="My-anonymousKey" -DjwsKey="My-jwsKey" -DadminPassword="My-adminPassword" -DarchetypeGroupId="org.apache.syncope" -DarchetypeArtifactId="syncope-archetype" -DarchetypeVersion="2.0.15" -DinteractiveMode=false
GroupId | GroupIdorg.apache.syncope |
---|---|
ArtifactId | ArtifactIdsyncope-archetype |
Version | Version2.0.15 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.apache.syncope -DarchetypeArtifactId=syncope-archetype -DarchetypeVersion=2.0.15 -DinteractiveMode=false