[ http://jira.codehaus.org/browse/MDEP-117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_112223 ]
srikanth madarapu commented on MDEP-117: ---------------------------------------- The includes attribute also doesn't work. I am not sure if i understood it correctly, but my understanding is that with includes, i can unzip a set of files. For example *.properties in that zip file. I have added <includes>**/*_*.properties</includes> to the above configuration. I just wanted to unpack all the properties files that have '_' in their name. But the zip is being unpacked. Do I need to open this as another defect? > includeClassifiers does not work > -------------------------------- > > Key: MDEP-117 > URL: http://jira.codehaus.org/browse/MDEP-117 > Project: Maven 2.x Dependency Plugin > Issue Type: Bug > Components: unpack-dependencies > Environment: windows xp > Reporter: srikanth madarapu > Assignee: Brian Fox > > This is same as the issue described in MDEP-43. I have 2.0-alpha-1 and > 2.0-alpha-04, not sure which one i am using. > This is how my execution looks like... > <execution> > <id>unpack-lang-translations</id> > <goals> > <goal>unpack-dependencies</goal> > </goals> > <configuration> > > <outputDirectory>${webapp.deploy.dir}/WEB-INF</outputDirectory> > <includeGroupIds>com.workscape</includeGroupIds> > > <includeArtifactIds>caps-translations</includeArtifactIds> > <includeTypes>zip</includeTypes> > <includeClassifiers>app</includeClassifiers> > <stripVersion>true</stripVersion> > </configuration> > </execution> > I have another zip in that folder with classifier 'flex' but that is getting > unzipped too. -- 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