summaryrefslogtreecommitdiffstats
path: root/integration/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'integration/pom.xml')
-rw-r--r--integration/pom.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index 5df4aae7..ecbb83f9 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -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>
@@ -990,6 +990,20 @@
</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>
<artifactId>jacoco-maven-plugin</artifactId>
<versionRange>[0.7.1.201405082137,)</versionRange>