No, I think there is an issue because both apache.snapshots and wso2-m2-snapshots contain Axiom snapshots (the ones from apache-snapshots have already been removed) and that one of these repositories has incorrect metadata, so that Maven is unable to determine the right artifact to download. Note that once Axiom 1.2.9 is released (this weekend), you may switch to that version.
Andreas On Fri, Jul 9, 2010 at 10:06, Senaka Fernando <[email protected]> wrote: > Hi all, > > $Subject needs to be fixed. I believe that we need to change the Axiom > version on the Synapse trunk. > > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) org.apache.ws.commons.axiom:axiom-dom:jar:1.2.9-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.ws.commons.axiom > -DartifactId=axiom-dom -Dversion=1.2.9-20100208.160800-10 -Dpackaging=jar > -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file > there: > mvn deploy:deploy-file -DgroupId=org.apache.ws.commons.axiom > -DartifactId=axiom-dom -Dversion=1.2.9-20100208.160800-10 -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) org.apache.synapse:Apache-Synapse:pom:2.0.0-SNAPSHOT > 2) org.apache.axis2:axis2-kernel:jar:SNAPSHOT > 3) org.apache.ws.commons.axiom:axiom-dom:jar:1.2.9-SNAPSHOT > > ---------- > 1 required artifact is missing. > > for artifact: > org.apache.synapse:Apache-Synapse:pom:2.0.0-SNAPSHOT > > from the specified remote repositories: > central (http://repo1.maven.org/maven2), > wso2-m2-snapshots (http://dist.wso2.org/snapshots/maven2/), > apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository/), > apache.snapshots (http://repository.apache.org/snapshots), > wso2-m2 (http://dist.wso2.org/maven2/) > > > > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 56 seconds > [INFO] Finished at: Fri Jul 09 07:57:00 UTC 2010 > [INFO] Final Memory: 55M/1237M > [INFO] > ------------------------------------------------------------------------ > > Thanks, > Senaka. > > -- > Senaka Fernando > Associate Technical Lead > WSO2 Inc. > E-mail: senaka AT wso2.com; Mobile: +94 77 322 1818 > > http://www.wso2.com/ - "Lean . Enterprise . Middleware" > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
