From 19cc8c33f1fba893e57cefdef7eafaaca99fca3b Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Wed, 6 Dec 2017 20:04:41 +0200 Subject: [PATCH] add sonar to JTOSCA Change-Id: Ic87fa456ec3833a8c33b2d127c1599ab95fad9b9 Issue-ID: SDC-632 Signed-off-by: Michael Lando --- pom.xml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6af670b..60cf4c9 100644 --- a/pom.xml +++ b/pom.xml @@ -19,14 +19,23 @@ - true - ${project.basedir} + + ${project.basedir}/target/jacoco.exec https://nexus.onap.org /content/sites/site/org/openecomp/sdc/jtosca/${project.version} snapshots releases 176c31dfe190a + + ${project.build.sourceEncoding} + true + ${project.basedir} + . + **/scripts/**/* + **/test/**/*,**/tests/**/* + app/**/*.js,server-mock/**/*.js,src/**/*.js,src/main/**/*.java + ${project.version} @@ -171,6 +180,11 @@ + + org.sonarsource.scanner.maven + sonar-maven-plugin + 3.0.2 + -- 2.16.6