Invalid lifecycle definitions
-----------------------------
Key: MASSEMBLY-388
URL: http://jira.codehaus.org/browse/MASSEMBLY-388
Project: Maven 2.x Assembly Plugin
Issue Type: Bug
Affects Versions: 2.2-beta-3
Reporter: Joerg Knobloch
Attachments: pom.xml
When trying to set up a small maven project, I found the lifecycle definitions
in components.xml. After modifying pom.xml (see attachment) and running {{mvn
package}}, the following error occurred:
{noformat}
[INFO] Required goal not found:
org.apache.maven.plugins:maven-assembly-plugin:attach-component-descriptor in
org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-3
{noformat}
Looks like the package lifecycle phase definition in components.xml points to a
non-existent goal:
{noformat}
<package>org.apache.maven.plugins:maven-assembly-plugin:attach-component-descriptor</package>
{noformat}
Same issue for assembly-descriptor lifecycle:
{noformat}
<package>org.apache.maven.plugins:maven-assembly-plugin:attach-assembly-descriptor</package>
{noformat}
--
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