You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Yuri Schimke (JIRA)" <ji...@codehaus.org> on 2006/01/02 14:07:12 UTC

[jira] Commented: (MASSEMBLY-47) Assembly task does not include modules

    [ http://jira.codehaus.org/browse/MASSEMBLY-47?page=comments#action_54677 ] 

Yuri Schimke commented on MASSEMBLY-47:
---------------------------------------

Actually its the dependency jars that are missing.  The bug title should be changed back.

The module jars are included successfully.  Although I am using the following to include them.  

        <fileSet>
            <directory>moduleA/target</directory>
            <includes>
                <include>*.jar</include>
            </includes>
            <outputDirectory>/lib</outputDirectory>
        </fileSet>

> Assembly task does not include modules
> --------------------------------------
>
>          Key: MASSEMBLY-47
>          URL: http://jira.codehaus.org/browse/MASSEMBLY-47
>      Project: Maven 2.x Assembly Plugin
>         Type: Bug

>  Environment: OSX
>     Reporter: Yuri Schimke
>     Priority: Minor

>
>
> I have a multi module project, with the parent pom doing the actual assembly.  The parent pom.xml does not have any direct dependencies, only those through the individual modules.
> None of the dependencies are included in the assembly.
> However by including one of the dependencies with default scope in the parent pom.xml, all dependencies are included in the assembly.  

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org