[ http://jira.codehaus.org/browse/MASSEMBLY-241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
John Casey closed MASSEMBLY-241. -------------------------------- Resolution: Fixed Fix Version/s: 2.2-beta-2 appears to be fixed in 2.2-beta-2, but is definitely fixed in 2.2-beta-3. > Multiple includes in dependencySet > ---------------------------------- > > Key: MASSEMBLY-241 > URL: http://jira.codehaus.org/browse/MASSEMBLY-241 > Project: Maven 2.x Assembly Plugin > Issue Type: Bug > Affects Versions: 2.2-beta-1 > Environment: Maven version: 2.0.7 > Java version: 1.6.0_02 > OS name: "linux" version: "2.6.18-gentoo-r4" arch: "i386" > Reporter: Paul Austin > Assignee: John Casey > Fix For: 2.2-beta-2, 2.2-beta-3 > > Original Estimate: 0 minutes > Remaining Estimate: 0 minutes > > When you specify multiple include elements inside an includes for a > dependencySet it only uses the first include statement > This works > <dependencySet> > <outputDirectory>/lib/ext</outputDirectory> > <unpack>false</unpack> > <scope>runtime</scope> > <includes> > <include>com.revolsys.jump:*</include> > </includes> > </dependencySet> > <dependencySet> > <outputDirectory>/lib/ext</outputDirectory> > <unpack>false</unpack> > <scope>runtime</scope> > <includes> > <include>com.revolsys.gis:*</include> > </includes> > </dependencySet> > This does not > <dependencySet> > <outputDirectory>/lib/ext</outputDirectory> > <unpack>false</unpack> > <scope>runtime</scope> > <includes> > <include>com.revolsys.jump:*</include> > <include>com.revolsys.gis:*</include> > </includes> > </dependencySet> > There are dependencies from the jump package to the gis package -- 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