[ https://issues.apache.org/jira/browse/MINSTALL-135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15901568#comment-15901568 ]
Joerg Schaible commented on MINSTALL-135: ----------------------------------------- This issue has nothing to do with the install plugin and also not even with the dependency plugin. Your usage of Maven is simply wrong here. You have declared the same plugin twice, therefore all executions and goals are merged. Since you've configured the plugin twice for all executions, one configuration will be lost. It's undefined which one. Therefore merge the two declarations yourself and move the configuration into the execution block where it belongs if you execute two goals. > Copy and unpack dependency plugin not behaving when used simultaneously > ----------------------------------------------------------------------- > > Key: MINSTALL-135 > URL: https://issues.apache.org/jira/browse/MINSTALL-135 > Project: Maven Install Plugin > Issue Type: Bug > Components: install:install > Affects Versions: 2.6 > Reporter: Vardaan Gupta > > I am trying to use two maven-dependency-plugin with goals > 1. unpack > 2. copy > They are working individually fine but when both are in the pom.xml > then behaviour is not as expected. -- This message was sent by Atlassian JIRA (v6.3.15#6346)