Fix minor warnings in code
[policy/parent.git] / integration / pom.xml
index 5df4aae..ecbb83f 100644 (file)
@@ -36,7 +36,7 @@
 
     <properties>
         <java.version>11</java.version>
-        <!-- NOTE: For RELEASE/SNAPSHOT always set to the project version -->
+        <!-- Note Well: For RELEASE/SNAPSHOT always set to the project version -->
         <version.parent.resources>3.5.3</version.parent.resources>
         <version.logback>1.2.11</version.logback>
         <version.dmaap>1.1.12</version.dmaap>
                                                 <ignore />
                                             </action>
                                         </pluginExecution>
+                                        <pluginExecution>
+                                            <pluginExecutionFilter>
+                                                <groupId>org.apache.maven.plugins</groupId>
+                                                <artifactId>maven-remote-resources-plugin</artifactId>
+                                                <versionRange>3.0.0,)</versionRange>
+                                                <goals>
+                                                    <goal>bundle</goal>
+                                                    <goal>process</goal>
+                                                </goals>
+                                            </pluginExecutionFilter>
+                                            <action>
+                                                <ignore />
+                                            </action>
+                                        </pluginExecution>
                                         <pluginExecution>
                                             <pluginExecutionFilter>
                                                 <groupId>org.jacoco</groupId>