From 61f8fdfa4be59b1c6172bec7ab54369c20b59f2e Mon Sep 17 00:00:00 2001 From: Sai Gandham Date: Tue, 3 Apr 2018 12:07:07 -0500 Subject: Modify deprecated sonar properties in AAF Modified Misc pom files. Issue-ID: AAF-208 Change-Id: Iaf4e12c81f98fdca18992ffb24b78cd0135996df Signed-off-by: Sai Gandham --- misc/pom.xml | 132 ++++++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 104 insertions(+), 28 deletions(-) (limited to 'misc/pom.xml') diff --git a/misc/pom.xml b/misc/pom.xml index fc27550f..5e8dc379 100644 --- a/misc/pom.xml +++ b/misc/pom.xml @@ -35,13 +35,15 @@ - 0.7.6.201602180812 - UTF-8 - UTF-8 - **/scripts/**/*,**.js - **/test/**/*,**/tests/**/* - true - + + 0.7.7.201606060606 + 3.2 + jacoco + + target/code-coverage/jacoco-ut.exec + target/code-coverage/jacoco-it.exec + + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** UTF-8 1.5.1 https://nexus.onap.org @@ -117,27 +119,117 @@ + + + src/test/java + + + + true + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.7 + 1.7 + + + org.apache.maven.plugins 2.4 maven-jar-plugin target + + + true + + + - true org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 + maven-javadoc-plugin + 2.10 - 1.7 - 1.7 + org.opendaylight.* + + + + + maven-release-plugin + 2.5.2 + + -s ${mvn.settings} deploy + + + + + maven-assembly-plugin + 2.5.5 + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.1 + + false + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.10 + + + + + maven-surefire-plugin + 2.17 + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.codehaus.mojo + + + jaxb2-maven-plugin + + + [1.3,) + + + xjc + + + + + + + + @@ -151,12 +243,6 @@ ecomp-staging - - org.sonarsource.scanner.maven - sonar-maven-plugin - 3.2 - - org.jacoco jacoco-maven-plugin @@ -215,16 +301,6 @@ - - - org.apache.maven.plugins - maven-surefire-plugin - - - ${project.build.directory}/code-coverage/jacoco-ut.exec - - - -- cgit 1.2.3-korg