Switch maven-remote-resources-plugin execution to default ID to override apache POM remote resources bundle
diff --git a/project/pom.xml b/project/pom.xml
index 7210054..4023cf8 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -645,7 +645,6 @@
         <artifactId>maven-remote-resources-plugin</artifactId>
         <executions>             
           <execution>
-            <id>process-remote-resources</id>
             <goals>
               <goal>process</goal>
             </goals>
@@ -1014,7 +1013,6 @@
             <artifactId>maven-remote-resources-plugin</artifactId>
             <executions>
               <execution>
-                <id>process-remote-resources</id>
                 <goals>
                   <goal>process</goal>
                 </goals>