From 498f4df4fc98aeb153fb9e82692cd8ed48365c7e Mon Sep 17 00:00:00 2001 From: "Thomas Nelson Jr (arthurdent3)" Date: Wed, 14 Feb 2018 00:22:16 -0500 Subject: Fixing broken build Removed ofending Plugin from Pom. Change-Id: I56ce1cf6759f267e6c379e4cfd5ac4a12c3115e1 Issue-ID: MUSIC-24 Signed-off-by: Thomas Nelson Jr (arthurdent3) --- pom.xml | 255 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 129 insertions(+), 126 deletions(-) diff --git a/pom.xml b/pom.xml index d547f209..04c36a4f 100755 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,4 @@ - @@ -37,20 +37,20 @@ 3.0.0 3.4.6 UTF-8 - UTF-8 - - https://nexus.onap.org - /content/repositories/snapshots/ - /content/repositories/releases/ - /content/repositories/staging/ - /content/sites/site/org/openecomp/music/${project.version} - - java - jacoco - ${project.build.directory}/surefire-reports - ${project.build.directory}/code-coverage/jacoco-ut.exec - true - ${project.version} + UTF-8 + + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ + /content/sites/site/org/openecomp/music/${project.version} + + java + jacoco + ${project.build.directory}/jacoco.exec + ${project.build.directory}/coverage-reports/jacoco.exec + true + ${project.version} @@ -60,34 +60,34 @@ http://download.java.net/maven/2/ default - - ecomp-snapshots - Snapshot Repository - ${nexusproxy}/${snapshotNexusPath} - - - ecomp-staging - Staging Repository - ${nexusproxy}/${stagingNexusPath} - + + ecomp-snapshots + Snapshot Repository + ${nexusproxy}/${snapshotNexusPath} + + + ecomp-staging + Staging Repository + ${nexusproxy}/${stagingNexusPath} + - - - ecomp-releases - Release Repository - ${nexusproxy}/${releaseNexusPath} - - - ecomp-snapshots - Snapshot Repository - ${nexusproxy}/${snapshotNexusPath} - - - - ecomp-site - dav:${nexusproxy}${sitePath} - - + + + ecomp-releases + Release Repository + ${nexusproxy}/${releaseNexusPath} + + + ecomp-snapshots + Snapshot Repository + ${nexusproxy}/${snapshotNexusPath} + + + + ecomp-site + dav:${nexusproxy}${sitePath} + + MUSIC src/main/java @@ -102,29 +102,29 @@ - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${nexusproxy} - 176c31dfe190a - ecomp-staging - - - - org.apache.maven.plugins - maven-site-plugin - 3.6 - - - org.apache.maven.wagon - wagon-webdav-jackrabbit - 2.10 - - - + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + + + org.apache.maven.plugins + maven-site-plugin + 3.6 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + maven-eclipse-plugin 2.9 @@ -197,45 +197,48 @@ - - - org.codehaus.mojo - sonar-maven-plugin - 3.2 - - - org.jacoco - jacoco-maven-plugin - 0.7.7.201606060606 - - true - - org.openecomp.* - - - - - jacoco-initialize-unit-tests - - prepare-agent - - - ${project.build.directory}/coverage-reports/jacoco.exec - - - - - - - - maven-surefire-plugin - 2.17 - - + + + org.codehaus.mojo + sonar-maven-plugin + 3.2 + + + + + org.jacoco + jacoco-maven-plugin + 0.7.0.201403182114 + + + jacoco-initialize-unit-tests + + prepare-agent + + + ${sonar.jacoco.reportPath} + + + + + true + + org.openecomp.* + + + + + + - + ch.qos.logback logback-core @@ -266,11 +269,11 @@ cassandra-driver-core ${cassandra.version} - - org.cassandraunit - cassandra-unit - 3.3.0.1 - + + org.cassandraunit + cassandra-unit + 3.3.0.1 + org.apache.zookeeper zookeeper @@ -309,15 +312,15 @@ - javax.servlet - javax.servlet-api - 3.0.1 - provided + javax.servlet + javax.servlet-api + 3.0.1 + provided - commons-codec - commons-codec - 1.11 + commons-codec + commons-codec + 1.11 @@ -340,17 +343,17 @@ swagger-jersey-jaxrs 1.5.0 - - com.google.guava - guava - 19.0 - + + com.google.guava + guava + 19.0 + - - com.att.eelf - eelf-core - 1.0.0 - + + com.att.eelf + eelf-core + 1.0.0 + -- cgit 1.2.3-korg