Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1
-
Fix Version/s: 2.2-beta-3
-
Labels:None
-
Environment:Maven 2.0
Description
John's post about why 'assembly:assembly' needs to be run separately with Maven 2.0 should be adapted for the FAQ.
http://www.nabble.com/Re%3A-building-assemblies-from-the-top-level-project-directory-p4735063.html
Related Threads:
http://www.nabble.com/Attaching-an-assembly-to-a-multi-module-project-t2608001s177.html
http://www.nabble.com/HOWTO%3A-Have-assembly-plugin-call-package-automatically-before-doing-assembly--t2542444s177.html
Issue Links
- is related to
-
MASSEMBLY-151
Documentation for the assembly plugin is utterly confusing
-
Why can "mvn package assembly:directory" be run, but it cannot be added like this?
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-1</version>
<executions>
<execution>
<id>make-assembly</id>
<phase>install</phase>
<goals>
<goal>directory</goal>
</goals>
</execution>
</executions>