Hi,
If I rebuild the WARs and deploy those instead of the 1.1.3 ones I have, will I
have to delete the database (in Mysql) and re-create the database?
Thanks,Jim
On Monday, April 1, 2019, 12:13:48 PM EDT, Filipe Silva <[email protected]>
wrote:
Hi
On 01/04/19 16:33, o haya wrote:
(...)
mvn archetype:generate
-DarchetypeGroupId=org.apache.syncope
-DarchetypeArtifactId=syncope-archetype
-DarchetypeRepository=http://repos1.maven.apache.org/maven2/
-DarchetypeVersion=1.1.3
I suggest you to use a more up-to-date version like 2.1
mvn archetype:generate \ -DarchetypeGroupId=org.apache.syncope \
-DarchetypeArtifactId=syncope-archetype \
-DarchetypeRepository=http://repo1.maven.org/maven2 \
-DarchetypeVersion=2.1.3Or 2.0 mvn archetype:generate \
-DarchetypeGroupId=org.apache.syncope \ -DarchetypeArtifactId=syncope-archetype
\ -DarchetypeRepository=http://repo1.maven.org/maven2 \
-DarchetypeVersion=2.0.12Check the start guide on
https://syncope.apache.org/docs/(you can still follow your source info but the
layout is a little different)RegardsFilipe