[ http://jira.codehaus.org/browse/MASSEMBLY-99?page=comments#action_72544 ] 
            
Norman Fomferra commented on MASSEMBLY-99:
------------------------------------------

This issue is definitely not fixed yet. See my attachment 'assembly-spike.zip' 
which contains a very simple two-modules project. Module JARs shall go into an 
output directory 'modules' (a moduleSet) and dependencies shall go into an 
output directory 'lib'  (a dependencySet). 'modules' is ok, but 'lib' is not 
created. Applies to 2.2-SNAPSHOT as of Aug 17, 2006.

Is there any workaround for this annoying bug in this very important plug-in? 
If not, we have to stop using maven (which I like and enjoy very much) in our 
project an go back to ant.

Cheers
   Norman 




> dependencySets in a descriptor doesn't work anymore
> ---------------------------------------------------
>
>                 Key: MASSEMBLY-99
>                 URL: http://jira.codehaus.org/browse/MASSEMBLY-99
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Bug
>    Affects Versions: 2.1
>         Environment: all
>            Reporter: Olivier Lamy
>         Assigned To: John Casey
>            Priority: Blocker
>             Fix For: 2.2
>
>         Attachments: assembly-spike-1.0.zip, descriptor.xml
>
>
> I attached my descriptor file.
>   <dependencySets>
>     <dependencySet>
>       <outputDirectory>lib</outputDirectory>
>       <unpack>false</unpack>
>       <scope>runtime</scope>
>       <!--
>         how to exclude dependencies
>       <excludes>
>       <exclude>junit:junit</exclude>
>       </excludes>     
>       -->
>     </dependencySet>
>   </dependencySets>
> unzip -l on the assembly file show empty lib directory.
> Olivier

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

        

Reply via email to