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>