[jboss-dev-forums] [Design of JBoss Build System] - Can't do a release because of bogus dependency issue

adrian@jboss.org do-not-reply at jboss.com
Sat Nov 24 11:17:35 EST 2007


I'm trying to release to 2.0.0.Beta7 of the microcontainer,
but the maven release plugin is failing because it wants this release to already exist?
Specifically the test artifiacts:


  |     [WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2)
  |     [INFO] ------------------------------------------------------------------------
  |     [ERROR] BUILD ERROR
  |     [INFO] ------------------------------------------------------------------------
  |     [INFO] Failed to resolve artifact.
  |     
  |     Missing:
  |     ----------
  |     1) org.jboss.microcontainer:jboss-kernel:test-jar:tests:2.0.0.Beta7
  |     
  |       Try downloading the file manually from the project website.
  |     
  |       Then, install it using the command: 
  |           mvn install:install-file -DgroupId=org.jboss.microcontainer -DartifactId=jboss-kernel \
  |               -Dversion=2.0.0.Beta7 -Dpackaging=test-jar -Dfile=/path/to/file
  |     
  |       Path to dependency: 
  |         1) org.jboss.microcontainer:jboss-aop-mc-int:jar:2.0.0.Beta7
  |         2) org.jboss.microcontainer:jboss-kernel:test-jar:tests:2.0.0.Beta7
  |     
  |     ----------
  |     1 required artifact is missing.
  |     
  |     for artifact: 
  |       org.jboss.microcontainer:jboss-aop-mc-int:jar:2.0.0.Beta7
  |     
  |     from the specified remote repositories:
  |       central (http://repo1.maven.org/maven2),
  |       jboss-snapshots (http://snapshots.jboss.org/maven2),
  |       repository.jboss.org (http://repository.jboss.org/maven2/),
  |       snapshots.jboss.org (http://snapshots.jboss.org/maven2/),
  |       jboss (http://repository.jboss.org/maven2)
  | 

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

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



More information about the jboss-dev-forums mailing list