Repository: maven-integration-testing
Updated Branches:
  refs/heads/master 8db2b86be -> 0fdf7c282


[MNG-5359] Declared execution in PluginMgmt gets bound to lifecycle (regression)

o Updated to remove non-existent plugin versions from the test pom.


Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/2e10d60a
Tree: 
http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/2e10d60a
Diff: 
http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/2e10d60a

Branch: refs/heads/master
Commit: 2e10d60ac3d9652201c713219de5de89ea621d3b
Parents: 8db2b86
Author: Christian Schulte <[email protected]>
Authored: Mon Dec 21 02:41:27 2015 +0100
Committer: Christian Schulte <[email protected]>
Committed: Mon Dec 21 02:41:27 2015 +0100

----------------------------------------------------------------------
 core-it-suite/src/test/resources/mng-5359/pom.xml | 15 ---------------
 1 file changed, 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/2e10d60a/core-it-suite/src/test/resources/mng-5359/pom.xml
----------------------------------------------------------------------
diff --git a/core-it-suite/src/test/resources/mng-5359/pom.xml 
b/core-it-suite/src/test/resources/mng-5359/pom.xml
index 8b13d9d..29f8331 100644
--- a/core-it-suite/src/test/resources/mng-5359/pom.xml
+++ b/core-it-suite/src/test/resources/mng-5359/pom.xml
@@ -53,21 +53,6 @@ under the License.
             </execution>
           </executions>
         </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-compiler-plugin</artifactId>
-          <version>2.5.1</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-install-plugin</artifactId>
-          <version>2.4</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-jar-plugin</artifactId>
-          <version>2.4</version>
-        </plugin>
       </plugins>
     </pluginManagement>
   </build>

Reply via email to