[ http://jira.codehaus.org/browse/MDEP-117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_112231 ]
srikanth madarapu commented on MDEP-117: ---------------------------------------- Which functionality, is that the includeClassifiers or the includes ? or both ? I am not sure how to tell which version i am using, as i said i have two versions of unpack-dependencies in my repository, .0-alpha-1 and 2.0-alpha-4. I guess it the alpha4. How can i tell? Is there any command like mvn dependency:resolve for plug-ins? > 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