From dbdfc63ab00ffb6885005f52e506f1b21422ab2b Mon Sep 17 00:00:00 2001 From: Peyton Puckett Date: Mon, 30 Sep 2019 14:28:14 -0500 Subject: Add encoding declaration to pom.xml Small pom change to add encoding declaration Remove two trailing spaces Update: remove additional trailing spaces Issue-ID: POLICY-2036 Change-Id: I326e2cae576c53ee14150a28d6826d675f470578 Signed-off-by: Peyton Puckett --- pom.xml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 87a06961..cf74aa51 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,7 @@ - @@ -49,7 +50,7 @@ content/repositories/staging/ - ${project.basedir}/../target/code-coverage/jacoco-ut.exec ${project.basedir}/../target/code-coverage/jacoco-it.exec @@ -175,7 +176,7 @@ process-sources - onap-checkstyle/onap-java-style.xml @@ -205,7 +206,7 @@ org.apache.maven.plugins maven-deploy-plugin - + @@ -244,7 +245,7 @@ jacoco-maven-plugin ${jacoco.version} - **/gen/** @@ -254,7 +255,7 @@ - pre-unit-test @@ -265,7 +266,7 @@ ${sonar.jacoco.reportPath} - post-unit-test @@ -296,7 +297,7 @@ - + -- cgit 1.2.3-korg