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"   -DsecretKey="My-secretKey"   -DanonymousKey="My-anonymousKey"   -DjwsKey="My-jwsKey"   -DadminPassword="My-adminPassword"   -DarchetypeGroupId="org.apache.syncope"   -DarchetypeArtifactId="syncope-archetype"   -DarchetypeVersion="2.1.11"   -DinteractiveMode=false 

Required parameters for generate java project:

secretKey
validationRegex: none
anonymousKey
validationRegex: none
jwsKey
validationRegex: none
adminPassword
validationRegex: none

Generated Project modules

  • syncope-common
  • syncope-core
  • syncope-console
  • syncope-enduser

Details about maven archetype syncope-archetype

License

License

GroupId

GroupId

org.apache.syncope
ArtifactId

ArtifactId

syncope-archetype
Version

Version

2.1.11
Type

Type

maven-archetype
Description

Description

Apache Syncope Archetype
Apache Syncope Archetype
Project Organization

Project Organization

The Apache Software Foundation

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.syncope -DarchetypeArtifactId=syncope-archetype -DarchetypeVersion=2.1.11 -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.