From abb283c5a3b72eb2d91e6adb4eda68184f040f35 Mon Sep 17 00:00:00 2001 From: "Ladue, David (dl3158)" Date: Wed, 14 Mar 2018 14:01:36 -0400 Subject: copyright and controller ENV changes Change-Id: Ic12aa439a03f19c7a06a536368a8d2a1f26855aa Issue-ID: DCAEGEN2-271 Signed-off-by: Ladue, David (dl3158) --- pom.xml | 313 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 158 insertions(+), 155 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 1a61b2a..8765657 100644 --- a/pom.xml +++ b/pom.xml @@ -1,162 +1,51 @@ - - + 4.0.0 org.onap.oparent oparent - 0.1.1 + 1.1.0 + org.onap.dcaegen2.collectors snmptrap - dcaegen2-collectors-snmptrap - 1.2.0-SNAPSHOT + dcae_snmptrap + + 1.3.0-SNAPSHOT http://maven.apache.org UTF-8 - true . - + http://localhost:9000 py Python **/*.py - - + ${project.artifactId}-${project.version} - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - - true - - - - org.apache.maven.plugins - maven-deploy-plugin - - 2.8 - - true - - - - org.apache.maven.plugins - maven-enforcer-plugin - 3.0.0-M1 - - true - - - - - - org.apache.maven.plugins - maven-resources-plugin - 2.6 - - true - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - true - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.4 - - - default-jar - - - - - - - org.apache.maven.plugins - maven-install-plugin - 2.4 - - true - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.12.4 - - true - - org.codehaus.mojo - exec-maven-plugin - 1.2.1 - - ${session.executionRootDirectory}/mvn-phase-script.sh - - - ${project.groupId} - ${project.artifactId} - ${project.version} - ${onap.nexus.url} - ${onap.nexus.rawrepo.baseurl.upload} - ${onap.nexus.rawrepo.baseurl.download} - ${onap.nexus.rawrepo.serverid} - ${onap.nexus.dockerregistry.daily} - ${onap.nexus.dockerregistry.release} - - + sonar-maven-plugin + 2.7.1 + + + + + + org.apache.maven.plugins + maven-resources-plugin + 2.6 + + true + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + true + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + default-jar + + + + + + + + org.apache.maven.plugins + maven-install-plugin + 2.4 + + true + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.12.4 + + true + + + + org.codehaus.mojo @@ -182,92 +130,147 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. clean phase script clean - - exec - + exec + ${session.executionRootDirectory}/mvn-phase-script.sh - __ + ${project.artifactId} clean + + + ${project.groupId} + ${project.artifactId} + ${project.version} + ${onap.nexus.url} + + + generate-sources script generate-sources - - exec - + exec + mvn-phase-script.sh - __ + ${project.artifactId} generate-sources + + + ${project.groupId} + ${project.artifactId} + ${project.version} + ${onap.nexus.url} + + + compile script compile - - exec - + exec + mvn-phase-script.sh - __ + ${project.artifactId} compile + + + ${project.groupId} + ${project.artifactId} + ${project.version} + ${onap.nexus.url} + + + package script package - - exec - + exec + mvn-phase-script.sh - __ + ${project.artifactId} package + + + ${project.groupId} + ${project.artifactId} + ${project.version} + ${onap.nexus.url} + + + test script test - - exec - + exec + mvn-phase-script.sh - __ + ${project.artifactId} test + + + ${project.groupId} + ${project.artifactId} + ${project.version} + ${onap.nexus.url} + + + install script install - - exec - + exec + mvn-phase-script.sh - __ + ${project.artifactId} install + + + ${project.groupId} + ${project.artifactId} + ${project.version} + ${onap.nexus.url} + + + deploy script deploy - - exec - + exec + mvn-phase-script.sh - __ + ${project.artifactId} deploy + + + ${project.groupId} + ${project.artifactId} + ${project.version} + ${onap.nexus.url} + + -- cgit 1.2.3-korg