Fixed the build by adding openws-1.0.jar to http://dist.wso2.org/maven2/
Thanks, Keith. Keith Chapman wrote: > Channa, > > The nightly build has failed, because it could not download the openws > jar from any of the listed maven repos. The following is the error > > Downloading: http://dist.wso2.org/maven2/opensaml/openws/1.0/openws-1.0.jar > Downloading: > http://ws.zones.apache.org/repository2/opensaml/openws/1.0/openws-1.0.jar > Downloading: > http://tomcat.apache.org/dev/dist/m2-repository/opensaml/openws/1.0/openws-1.0.jar > Downloading: http://www.astrogrid.org/maven/opensaml/jars/openws-1.0.jar > Downloading: > http://maven.reucon.com/public/opensaml/openws/1.0/openws-1.0.jar > Downloading: > http://repo1.maven.org/maven2/opensaml/openws/1.0/openws-1.0.jar > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) opensaml:openws:jar:1.0 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=opensaml -DartifactId=openws \ > -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file > Alternatively, if you host your own repository you can deploy the file > there: mvn deploy:deploy-file -DgroupId=opensaml -DartifactId=openws \ > -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file \ > -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) org.wso2.mashup:wso2mashup-core:jar:SNAPSHOT > 2) opensaml:openws:jar:1.0 > > Do you have an idea of where this jar is available? > > Thanks, > Keith. > > _______________________________________________ > Mashup-dev mailing list > [email protected] > http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev > _______________________________________________ Mashup-dev mailing list [email protected] http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev
