[jboss-dev-forums] [JBoss Microcontainer Development POJO Server] - Re: kernel unit test failures

smarlow@redhat.com do-not-reply at jboss.com
Fri Sep 18 14:20:44 EDT 2009


I'm not sure if this is related but I tried skipping the test ( mvn -Dmaven.test.skip=true install) and get:
anonymous wrote : 
  | [INFO] ------------------------------------------------------------------------
  | [ERROR] BUILD ERROR
  | [INFO] ------------------------------------------------------------------------
  | [INFO] Failed to resolve artifact.
  | 
  | Missing:
  | ----------
  | 1) org.jboss.kernel:jboss-kernel:test-jar:tests:2.2.0-SNAPSHOT
  | 
  |   Try downloading the file manually from the project website.
  | 
  |   Then, install it using the command: 
  |       mvn install:install-file -DgroupId=org.jboss.kernel -DartifactId=jboss-kernel -Dversion=2.2.0-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file
  | 
  |   Alternatively, if you host your own repository you can deploy the file there: 
  |       mvn deploy:deploy-file -DgroupId=org.jboss.kernel -DartifactId=jboss-kernel -Dversion=2.2.0-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
  | 
  |   Path to dependency: 
  |   	1) org.jboss.kernel:jboss-aop-mc-int:jar:2.2.0-SNAPSHOT
  |   	2) org.jboss.kernel:jboss-kernel:test-jar:tests:2.2.0-SNAPSHOT
  | 
  | ----------
  | 1 required artifact is missing.
  | 
  | for artifact: 
  |   org.jboss.kernel:jboss-aop-mc-int:jar:2.2.0-SNAPSHOT
  | 
  | from the specified remote repositories:
  |   central (http://repo1.maven.org/maven2),
  |   repository.jboss.org (http://repository.jboss.org/maven2),
  |   snapshots.jboss.org (http://snapshots.jboss.org/maven2)
  | 

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4255976#4255976

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4255976



More information about the jboss-dev-forums mailing list