Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
mvn archetype:generate \
    -DarchetypeGroupId=org.apache.syncope \
    -DarchetypeArtifactId=syncope-archetype \
    -DarchetypeRepository=http://repo1.maven.org/maven2 \
    -DarchetypeVersion=1.1.78

The archetype is configured with default values for all properties required by the archetype. If you want to customize any of these property values, type 'n' when prompted for confirmation.

...

Take a look at available releases of the archetype project at central Maven repository, then change the archetypeVersion in the mvn command above accordingly.

Warning
titleBugs in Apache Syncope 1.1.5

A bug (SYNCOPE-452) has been found in Apache Syncope 1.1.5.

Upgrade to 1.1.6 is strongly suggested.

If you are running 1.1.5, remove the file core/src/test/resources/rest.properties before starting the embedded environment.

...

.

...

A couple of bugs (SYNCOPE-352, SYNCOPE-356) have been found in Apache Syncope 1.1.0, already fixed for release versions >= 1.1.1.

Upgrade to 1.1.1 is strongly suggested.

If you are running 1.1.0,

...

Snapshot (development) releases

...