Error when performing a release for a multi-module project with dependencies to 
each other
------------------------------------------------------------------------------------------

                 Key: CONTINUUM-1220
                 URL: http://jira.codehaus.org/browse/CONTINUUM-1220
             Project: Continuum
          Issue Type: Bug
    Affects Versions: 1.0.3
            Reporter: Lester Ecarma


After getting past CONTINUUM-1219, when I proceed to do a perform-release I get 
this error:

2007-03-23 18:11:33,256 [pool-6-thread-1] ERROR 
TaskQueueExecutor:perform-release - Error executing task
org.codehaus.plexus.taskqueue.execution.TaskExecutionException: Failed to build 
reactor projects.
at 
org.apache.maven.continuum.release.executors.PerformReleaseTaskExecutor.getReactorProjects(PerformReleaseTaskExecutor.java:117)
at 
org.apache.maven.continuum.release.executors.PerformReleaseTaskExecutor.execute(PerformReleaseTaskExecutor.java:81)
 at 
org.apache.maven.continuum.release.executors.AbstractReleaseTaskExecutor.executeTask(AbstractReleaseTaskExecutor.java:67)
at 
org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116)
at 
edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
at 
edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176)
at 
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
at 
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
at java.lang.Thread.run(Thread.java:595)
Caused by: org.apache.maven.continuum.release.ContinuumReleaseException: Failed 
to build project.
at 
org.apache.maven.continuum.release.executors.PerformReleaseTaskExecutor.addModules(PerformReleaseTaskExecutor.java:198)
at 
org.apache.maven.continuum.release.executors.PerformReleaseTaskExecutor.getReactorProjects(PerformReleaseTaskExecutor.java:139)
at 
org.apache.maven.continuum.release.executors.PerformReleaseTaskExecutor.getReactorProjects(PerformReleaseTaskExecutor.java:105)
... 8 more
Caused by: 
org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:
----------
1) org.apache.maven:maven-artifact:jar:2.0.5-maestro-1.2

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.maven -DartifactId=maven-artifact 
\
-Dversion=2.0.5-maestro-1.2 -Dpackaging=jar -Dfile=/path/to/file

Path to dependency:
1) org.apache.maven:maven-artifact-manager:jar:2.0.5-maestro-1.2-SNAPSHOT
2) org.apache.maven:maven-artifact:jar:2.0.5-maestro-1.2

2) org.apache.maven:maven-repository-metadata:jar:2.0.5-maestro-1.2

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.maven 
-DartifactId=maven-repository-metadata \
-Dversion=2.0.5-maestro-1.2 -Dpackaging=jar -Dfile=/path/to/file

Path to dependency:
1) org.apache.maven:maven-artifact-manager:jar:2.0.5-maestro-1.2-SNAPSHOT
2) org.apache.maven:maven-repository-metadata:jar:2.0.5-maestro-1.2

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to