Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.2
-
None
-
None
Description
The 2.2 version of the Assembly Plugin doesn't work with Maven 2.0.11.
The pom.xml indicates :
<prerequisites> <maven>2.0.11</maven> </prerequisites> <properties> <mdoVersion>1.1.2</mdoVersion> <mavenVersion>2.2.1</mavenVersion> <testOutputToFile>true</testOutputToFile> </properties>
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