Hello, I followed the link provided for 2.0.0-M2. It is unable to find this dependency org.apache.syncope.fit:syncope-fit-build-tools:war:2.0.0-M2. I even checked http://repo1.maven.org/maven2/org/syncope/ <https://repo.maven.apache.org/maven2/org/apache/syncope/> but could not find any org.apache.syncope.fit. artifact
The error log (on running mvn -P embedded from console directory): [INFO] ------------------------------------------------------------------------ [WARNING] The POM for org.apache.syncope.fit:syncope-fit-build-tools:war:2.0.0-M2 is missing, no dependency information available [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ .... [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project console: Could not resolve dependencies for project com.wooqer:console:war:1.0-SNAPSHOT: Failure to find org.apache.syncope.fit:syncope-fit-build-tools:war:2.0.0-M2 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1] .... [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException On Tue, May 3, 2016 at 3:59 PM, Francesco Chicchiriccò <[email protected]> wrote: > On 03/05/2016 10:28, Shagun Akarsh wrote: > > > Hello, > > I am trying to deploy Apache Syncope 2.0.0-M2 in embedded mode. > > I created a new archetype project (groupId: com.wooqer, artifactId: > wooqer-idm, versionNumber: 1.0.0-SNAPSHOT, packageName: com.wooqer, > secretKey: 16digits, anonymousKey: 16 digits) as suggested in documentation > and all wars are generated without any issue on running (mvn clean package > & then mvn clean install) from wooqer-idm directory. Wars are in > corresponding target folders: > wooqer-idm/console/target/syncope-console.war, > wooqer-idm/core/target/syncope.war, > wooqer-idm/core/target/common-1.0-SNAPSHOT.war, > wooqer-idm/enduser/target/syncope-enduser.war. > > But when I deploy in embedded mode (mvn -P embedded) from > wooqer-idm/console/ directory I get the following error: > > [ERROR] Failed to execute goal on project console: Could not resolve > dependencies for project com.wooqer:console:war:1.0-SNAPSHOT: The following > artifacts could not be resolved: com.wooqer:common:jar:1.0-SNAPSHOT, > org.apache.syncope.fit:syncope-fit-build-tools:war:2.0.0-M2: Could not find > artifact com.wooqer:common:jar:1.0-SNAPSHOT in sonatype ( > https://oss.sonatype.org/content/repositories/snapshots) -> [Help 1] > > > I am following all steps as mentioned in documentation > <https://cwiki.apache.org/confluence/display/SYNCOPE/Create+a+new+Syncope+project>, > but still getting this error. > > > That page is for Syncope 1.2; if you are on 2.0.0-M2, please follow > > http://syncope.apache.org/docs/getting-started.html#create-project > > instead. > > Regards. > > -- > Francesco Chicchiriccò > > Tirasa - Open Source Excellencehttp://www.tirasa.net/ > > Involved at The Apache Software Foundation: > member, Syncope PMC chair, Cocoon PMC, > Olingo PMC, CXF Committer, OpenJPA Committer http://home.apache.org/~ilgrosso/ > > -- Shagun Akarsh Ph: +91-9902095371 Research Engineer Wooqer Labs, Bangalore.
