summaryrefslogtreecommitdiffstats
path: root/integration
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-09-16 20:06:13 +0100
committerliamfallon <liam.fallon@est.tech>2022-09-16 20:06:17 +0100
commit7c5702fdc7e93ea5031834cc6924a2d85c520a14 (patch)
tree7a7f010d9376d06485289891829a7e4711ec9355 /integration
parent8dde27bf817e1822e3eb2a192e04cef05e6223d1 (diff)
Fix minor warnings in code
Issue-ID: POLICY-4045 Change-Id: I34d596517bd84accd8916973b93d90c159460a5e Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'integration')
-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>