summaryrefslogtreecommitdiffstats
path: root/mod/genprocessor/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mod/genprocessor/pom.xml')
-rw-r--r--mod/genprocessor/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/genprocessor/pom.xml b/mod/genprocessor/pom.xml
index 0aed60a..6afc9de 100644
--- a/mod/genprocessor/pom.xml
+++ b/mod/genprocessor/pom.xml
@@ -39,6 +39,8 @@ limitations under the License.
<!--NOTE: Nifi jars used here are version 1.9.2 but dcae mod is on 1.9.3 because 1.9.3 is not in Maven Central -->
<nifi.version>1.9.2</nifi.version>
<docker.fabric.version>0.32.0</docker.fabric.version>
+ <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
+ </sonar.coverage.jacoco.xmlReportPaths>
</properties>
<dependencies>
<dependency>
@@ -150,7 +152,7 @@ limitations under the License.
<name>onap/${project.groupId}.${project.artifactId}-job</name>
<registry>${onap.nexus.dockerregistry.daily}</registry>
<build>
- <from>openjdk:8-jre-alpine</from>
+ <from>openjdk:8</from>
<tags>
<tag>latest</tag>
<tag>${project.version}</tag>