Problem with maven release plugin
---------------------------------
Key: MNBMODULE-44
URL: http://jira.codehaus.org/browse/MNBMODULE-44
Project: Maven 2.x Netbeans Module Plugin
Issue Type: Bug
Environment: Ubuntu linux on a x86 PC, java 1.6, Netbeans 6.5, maven
2.0.10
Reporter: Jacques Ledoux
Assignee: Milos Kleint
Attachments: pom.app.xml, pom.parent.xml, releaseLog.txt
1) Setup a standard Maven NBM Application Archetype (1.1) project that
includes:
- Netbeans Platform Application (pom);
- Netbeans Platform based application (nbm-application);
- Netbeans application branding resource (nbm);
- a sample Netbeans module(nbm).
2) build, commit to svn
3) mvn deploy (works fine)
Make a release from 1.0-SNAPSHOT to 1.0
4) mvn release:clean release:prepare -dryRun=true (works fine)
5) mvn release:clean release:prepare -Dusername=.. -Dpassword=... (failure)
When building the nbm-application project, the nbm:cluster-app goal is
executed. This goal looks for all project modules (nbm) in the repositories.
The problem is that the nbm:cluster-app looks for 1.0 modules while at this
point in time, only 1.0-SNAPSHOT modules are available in the repositories.
Since the goal cannot satisfy it's dependencies, the build fails at this point.
I attach the following files:
- the Netbeans Platform Application (pom) pom.parent.xml;
- Netbeans Platform based application (nbm-application) pom.app.xml;
- the mvn release log message trail releaseLog.txt
--
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
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email