You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Geoffrey De Smet (JIRA)" <ji...@codehaus.org> on 2007/04/24 15:13:26 UTC

[jira] Commented: (MASSEMBLY-159) Add FAQ about building multi-module assemblies from the top using Maven 2.0

    [ http://jira.codehaus.org/browse/MASSEMBLY-159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_93988 ] 

Geoffrey De Smet commented on MASSEMBLY-159:
--------------------------------------------

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>

> Add FAQ about building multi-module assemblies from the top using Maven 2.0
> ---------------------------------------------------------------------------
>
>                 Key: MASSEMBLY-159
>                 URL: http://jira.codehaus.org/browse/MASSEMBLY-159
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.1
>         Environment: Maven 2.0
>            Reporter: Wendy Smoak
>
> 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

-- 
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