Create Java project with Maven archetype syncope-archetype

Apache Syncope Archetype

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.apache.syncope"   -DarchetypeArtifactId="syncope-archetype"   -DarchetypeVersion="1.0.1-incubating"   -DinteractiveMode=false 

Generated Project modules

  • core
  • console

Details about maven archetype syncope-archetype

GroupId

GroupId

org.apache.syncope
ArtifactId

ArtifactId

syncope-archetype
Version

Version

1.0.1-incubating
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.syncope -DarchetypeArtifactId=syncope-archetype -DarchetypeVersion=1.0.1-incubating -DinteractiveMode=false