From e1487b0f7b13b1db3bde0b73c4086f9c54f8a9a1 Mon Sep 17 00:00:00 2001 From: talasila Date: Wed, 8 Mar 2017 16:34:14 -0500 Subject: [PATCH] sonar scan pom updates Change-Id: I9020d59dc0ac48e6835ced166079625127136eb8 Signed-off-by: talasila --- .idea/workspace.xml | 127 ++++++++++++++++++++++++++++++------------------ ecomp-portal-BE/pom.xml | 8 +++ ecomp-portal-FE/pom.xml | 8 +++ pom.xml | 30 ++++++++++++ 4 files changed, 127 insertions(+), 46 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index f3610178..7ecb49f7 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,7 +1,12 @@ - + + + + + + - + @@ -444,7 +479,7 @@ - + @@ -752,22 +787,6 @@ - - - - - - - - - - - - - - - - @@ -799,14 +818,6 @@ - - - - - - - - @@ -871,5 +882,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ecomp-portal-BE/pom.xml b/ecomp-portal-BE/pom.xml index b01fa495..cdb4a5c4 100644 --- a/ecomp-portal-BE/pom.xml +++ b/ecomp-portal-BE/pom.xml @@ -74,6 +74,14 @@ ecompportal + + org.apache.maven.plugins + maven-deploy-plugin + 2.8 + + true + + org.codehaus.mojo sonar-maven-plugin diff --git a/ecomp-portal-FE/pom.xml b/ecomp-portal-FE/pom.xml index e7f3a5d9..97283c0a 100644 --- a/ecomp-portal-FE/pom.xml +++ b/ecomp-portal-FE/pom.xml @@ -7,6 +7,14 @@ + + org.apache.maven.plugins + maven-deploy-plugin + 2.8 + + true + + com.github.eirslett frontend-maven-plugin diff --git a/pom.xml b/pom.xml index ed552cc6..59d2dd0a 100644 --- a/pom.xml +++ b/pom.xml @@ -17,5 +17,35 @@ ecomp-portal-FE ecomp-portal-BE + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + https://nexus.openecomp.org/ + 176c31dfe190a + ecomp-staging + + + + + + + + + + ecomp-releases + OpenECOMP - Release Repository + https://nexus.openecomp.org/content/repositories/releases/ + + + ecomp-snapshots + OpenECOMP - Snapshot Repository + https://nexus.openecomp.org/content/repositories/snapshots/ + + -- 2.16.6