Add maven implicit plugin group ID

Add previously implicit <groupId>org.apache.maven.plugins</groupId>
to plugin declarations.
This commit is contained in:
Phillip Webb
2014-05-02 23:03:31 +01:00
parent 7f41dbd677
commit 34b7bb20fd
13 changed files with 51 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
<plugin>
<!-- Invoke integration tests in the install phase, after the maven-plugin
is available -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<configuration>
<settingsFile>src/it/settings.xml</settingsFile>