Remove unneeded groupId 99/51799/1
authorRobert Varga <rovarga@cisco.com>
Mon, 13 Feb 2017 16:01:37 +0000 (17:01 +0100)
committerRobert Varga <rovarga@cisco.com>
Mon, 13 Feb 2017 16:02:55 +0000 (17:02 +0100)
Maven plugins have an implied groupId, there is no need to be
explicit.

Change-Id: I6c0d3aa532be7c1c3255e2a1cc5e927a96bb66c4
Signed-off-by: Robert Varga <rovarga@cisco.com>
karaf/karaf4-parent/pom.xml

index a00bd0eda05bb7b796631e21f5204c1fca666cd1..c82de8ac366aba0fd83074e48cfb664759253c4a 100644 (file)
     <build>
         <plugins>
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-resources-plugin</artifactId>
                 <executions>
                     <execution>
                 </executions>
             </plugin>
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-remote-resources-plugin</artifactId>
                 <configuration>
                     <skip>true</skip>