From 1aed0bc40b059ece5c2b078f3870f3dc7550d4dc Mon Sep 17 00:00:00 2001 From: Andreas Beeker Date: Sun, 23 Feb 2020 15:56:54 +0000 Subject: try to fix sonar execution warnings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874431 13f79535-47bb-0310-9956-ffa450edef68 --- sonar/examples/pom.xml | 22 ++++++++++------------ sonar/pom.xml | 4 ++-- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/sonar/examples/pom.xml b/sonar/examples/pom.xml index 1cf8e220ac..dd91449a8d 100644 --- a/sonar/examples/pom.xml +++ b/sonar/examples/pom.xml @@ -12,7 +12,12 @@ jar Apache POI Examples package - + + + + true + + @@ -29,12 +34,12 @@ ${basedir}/src/main/java - + ../../src/examples/src - - + + @@ -50,7 +55,7 @@ - + @@ -65,12 +70,5 @@ poi-ooxml ${project.version} - - - - junit - junit - ${junit.version} - diff --git a/sonar/pom.xml b/sonar/pom.xml index 98865ab396..ae84fd73d7 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -74,10 +74,10 @@ apache poi-parent - ${artifactId} + ${project.artifactId} https://sonarcloud.io - target/jacoco.exec + target/site/jacoco/jacoco.xml -- cgit v1.2.3