I removed Triplesec from being build on the CI as currently it's failing and nobody really works on it (my impression). If needed we can add it again.
Felix Continuum VMBuild Server schrieb: > Online report : > http://vm094.oxylos.org/continuum/buildResult.action?buildId=2001&projectId=11 > > > <snip/> > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) javax.jms:jms:jar:1.1 > > Try downloading the file manually from: > http://java.sun.com/products/jms/docs.html > > Then, install it using the command: mvn install:install-file > -DgroupId=javax.jms -DartifactId=jms -Dversion=1.1 -Dpackaging=jar > -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the > file there: mvn deploy:deploy-file -DgroupId=javax.jms > -DartifactId=jms -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file > -Durl=[url] -DrepositoryId=[id] > > Path to dependency: 1) > org.apache.directory.triplesec:triplesec-parent:pom:1.0-SNAPSHOT > 2) org.slf4j:slf4j-log4j12:jar:1.4.0 > 3) log4j:log4j:jar:1.2.15 > 4) javax.jms:jms:jar:1.1 > > 2) com.sun.jdmk:jmxtools:jar:1.2.1 > > Try downloading the file manually from: > http://java.sun.com/products/JavaManagement/download.html > > Then, install it using the command: mvn install:install-file > -DgroupId=com.sun.jdmk -DartifactId=jmxtools -Dversion=1.2.1 > -Dpackaging=jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the > file there: mvn deploy:deploy-file -DgroupId=com.sun.jdmk > -DartifactId=jmxtools -Dversion=1.2.1 -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > > Path to dependency: 1) > org.apache.directory.triplesec:triplesec-parent:pom:1.0-SNAPSHOT > 2) org.slf4j:slf4j-log4j12:jar:1.4.0 > 3) log4j:log4j:jar:1.2.15 > 4) com.sun.jdmk:jmxtools:jar:1.2.1 > > 3) com.sun.jmx:jmxri:jar:1.2.1 > > Try downloading the file manually from the project website. > > Then, install it using the command: mvn install:install-file > -DgroupId=com.sun.jmx -DartifactId=jmxri -Dversion=1.2.1 > -Dpackaging=jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the > file there: mvn deploy:deploy-file -DgroupId=com.sun.jmx > -DartifactId=jmxri -Dversion=1.2.1 -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > > Path to dependency: 1) > org.apache.directory.triplesec:triplesec-parent:pom:1.0-SNAPSHOT > 2) org.slf4j:slf4j-log4j12:jar:1.4.0 > 3) log4j:log4j:jar:1.2.15 > 4) com.sun.jmx:jmxri:jar:1.2.1 > > ---------- > 3 required artifacts are missing. > > for artifact: > org.apache.directory.triplesec:triplesec-parent:pom:1.0-SNAPSHOT > > from the specified remote repositories: > apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), > java.net (https://maven-repository.dev.java.net/nonav/repository), > central (http://repo1.maven.org/maven2) > > > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 11 seconds > [INFO] Finished at: Wed Sep 03 12:11:27 EDT 2008 > [INFO] Final Memory: 11M/508M > [INFO] > ------------------------------------------------------------------------ > > **************************************************************************** > > >
