[ https://issues.apache.org/jira/browse/MASSEMBLY-268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Karl Heinz Marbaise closed MASSEMBLY-268. ----------------------------------------- Resolution: Won't Fix > Descriptor bundling dependency sets should contain tag <useScopeOnly> > --------------------------------------------------------------------- > > Key: MASSEMBLY-268 > URL: https://issues.apache.org/jira/browse/MASSEMBLY-268 > Project: Maven Assembly Plugin > Issue Type: Improvement > Components: dependencySet > Affects Versions: 2.2-beta-1 > Reporter: Michael Osipov > Priority: Major > > I am bundling bin distros and include in folders my dependency sets: > say I have this: > {code:xml} > <dependencySets> > <dependencySet> > <outputDirectory>lib</outputDirectory> > <scope>complile</scope> > </dependencySet> > </dependencySets> > {code} > It bundles al libs which are necessary to compile, means compile, provided > which makes sense. Hence, I want to be able to include libs exclusively from > a scope. > Like > {code:xml} > <dependencySets> > <dependencySet> > <outputDirectory>lib</outputDirectory> > <scope>compile</scope> > <useScopeOnly>true</useScopeOnly> > </dependencySet> > </dependencySets> > {code} > which basically mean it will include only those libs which have been declared > compile and no provided. Tag should default to false. -- This message was sent by Atlassian JIRA (v7.6.3#76005)