jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Maven 2.x Assembly Plugin
  • MASSEMBLY-159

Add FAQ about building multi-module assemblies from the top using Maven 2.0

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Major 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

Bug - A problem which impairs or prevents the functions of the product. MASSEMBLY-151 Documentation for the assembly plugin is utterly confusing

  • Major - Major loss of function.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Geoffrey De Smet added a comment - 24/Apr/07 8:13 AM

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>

Show
Geoffrey De Smet added a comment - 24/Apr/07 8:13 AM 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>

People

  • Assignee:
    John Casey
    Reporter:
    Wendy Smoak
Vote (0)
Watch (2)

Dates

  • Created:
    10/Nov/06 9:09 AM
    Updated:
    16/Dec/08 4:02 PM
    Resolved:
    16/Dec/08 4:02 PM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.