You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/07/02 11:18:45 UTC

svn commit: r1356129 - /incubator/any23/trunk/plugins/integration-test/pom.xml

Author: simonetripodi
Date: Mon Jul  2 09:18:44 2012
New Revision: 1356129

URL: http://svn.apache.org/viewvc?rev=1356129&view=rev
Log:
it is a good practice to specify the plugins groupId (even when implicit)

Modified:
    incubator/any23/trunk/plugins/integration-test/pom.xml

Modified: incubator/any23/trunk/plugins/integration-test/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/integration-test/pom.xml?rev=1356129&r1=1356128&r2=1356129&view=diff
==============================================================================
--- incubator/any23/trunk/plugins/integration-test/pom.xml (original)
+++ incubator/any23/trunk/plugins/integration-test/pom.xml Mon Jul  2 09:18:44 2012
@@ -75,6 +75,7 @@
         Such step is required for the subsequent integration test.
       -->
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-invoker-plugin</artifactId>
         <version>1.5</version>
         <configuration>