The value for prerequisites/maven in the pom.xml should be 2.2.1 for Maven Assembly Plugin 2.2 ----------------------------------------------------------------------------------------------
Key: MASSEMBLY-514 URL: http://jira.codehaus.org/browse/MASSEMBLY-514 Project: Maven 2.x Assembly Plugin Issue Type: Bug Affects Versions: 2.2 Reporter: Guillaume Husta Priority: Minor The 2.2 version of the Assembly Plugin doesn't work with Maven 2.0.11. The pom.xml indicates : {code:xml} <prerequisites> <maven>2.0.11</maven> </prerequisites> <properties> <mdoVersion>1.1.2</mdoVersion> <mavenVersion>2.2.1</mavenVersion> <testOutputToFile>true</testOutputToFile> </properties> {code} When I invoke the 'single' goal (jar-with-dependencies) in the package phase of a module, I get an error when working with Maven 2.0.11. It seems to already have been fixed in the next version. See : [http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?r1=1021399&r2=1021398&pathrev=1021399] -- 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