Hi,

I've got a problem with the maven-assembly-plugin:2.2-beta-4 plugin. In the
POM, I set a reference to a descriptor.xml's file and some dependencies.
In the descriptor.xml file I defined <dependencySets> to spread dependencies
in folders. I noticed that by using the element <include> transitive
dependencies are not include.

<dependencySets>
  <dependencySet>
    <outputDirectory>/yyyyyy/lib</outputDirectory>
    <includes>
      <include>fr.zzzz:wwwwww</include>
    </includes>
    <unpack>false</unpack>
    <scope>runtime</scope>
  </dependencySet>

I can't find the dependencies of fr.zzzz:wwwwww in the folder /yyyyyy/lib. 

Thanks.

Remy
-- 
View this message in context: 
http://old.nabble.com/maven-assembly-plugin-et-dependencySet-tp26685201p26685201.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to