I'm trying to start up Syncope in basic embedded mode. Firstly i download it from here:http://syncope.apache.org/downloads.html then install maven to my Ubuntu 12.04 from repo. Then with maven 3 i build syncope with this settings
mvn archetype:generate \ -DarchetypeGroupId=org.apache.syncope \ -DarchetypeArtifactId=syncope-archetype \ -DarchetypeRepository=http://repo1.maven.org/maven2 \ -DarchetypeVersion=1.0.5 from here: https://cwiki.apache.org/confluence/display/SYNCOPE/Create+a+new+Syncope+project then run this command: mvn clean package Finally i want to try console demo and from this page https://cwiki.apache.org/confluence/display/SYNCOPE/Run+Syncope+in+embedded+mode i used this command mvn -P embedded it build project again and gives this warning: [WARNING] The requested profile "embedded" could not be activated because it does not exist. How can i run this application? -- Ömer Faruk AK [email protected] 555 557 12 45 www.omerfarukak.com
