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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...