Create Java project with Maven archetype syncope-archetype

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.syncope"   -DarchetypeArtifactId="syncope-archetype"   -DarchetypeVersion="0.7.2"   -DinteractiveMode=false 

Generated Project modules

  • core
  • console

Details about maven archetype syncope-archetype

License

License

GroupId

GroupId

org.syncope
ArtifactId

ArtifactId

syncope-archetype
Version

Version

0.7.2
Type

Type

maven-archetype
Description

Description

Syncope archetype
Syncope archetype
Project URL

Project URL

http://www.syncope-idm.org/syncope-archetype/

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.