[ http://jira.codehaus.org/browse/MDEP-117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_112296 ]
Brian Fox commented on MDEP-117: -------------------------------- You should always specify the version in your pom. The filtering of unpacked artifacts is available in alpha-5-SNAPSHOT, the rest in alpha-4 > 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