From ea057dc673d2a6b88fb759831cce0bec5bd572f3 Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Mon, 16 Jul 2018 22:12:34 -0400 Subject: refactor pom and tox Issue-ID: DCAEGEN2-562 Change-Id: I45b420c265fdeb874b3da6c4a5d1aaa1cf71314c Signed-off-by: Lusheng Ji --- pom.xml | 224 ++++++---------------------------------------------------------- 1 file changed, 18 insertions(+), 206 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 8e98c26..a4df1f9 100644 --- a/pom.xml +++ b/pom.xml @@ -29,100 +29,25 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. org.onap.dcaegen2.platform configbinding dcaegen2-platform-configbinding - 2.1.5 + 2.2.2-SNAPSHOT http://maven.apache.org + + pom + + app + + UTF-8 - . - xunit-results.xml - coverage.xml - py - python - **/**.py - tests/*,setup.py + + http://localhost:9000 + + ** ${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 @@ -130,6 +55,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. ${session.executionRootDirectory}/mvn-phase-script.sh + ${project.groupId} ${project.artifactId} @@ -138,131 +64,17 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. ${onap.nexus.rawrepo.baseurl.upload} ${onap.nexus.rawrepo.baseurl.download} ${onap.nexus.rawrepo.serverid} - ${onap.nexus.dockerregistry.daily} + ${onap.nexus.dockerregistry.snapshot} ${onap.nexus.dockerregistry.release} + ${onap.nexus.dockerregistry.snapshot.serverid} + ${onap.nexus.dockerregistry.release.serverid} + ${onap.nexus.pypiserver.baseurl} + ${onap.nexus.pypiserver.serverid} - - - - - org.codehaus.mojo - exec-maven-plugin - 1.2.1 - - - clean phase script - clean - - exec - - - - __ - clean - - - - - generate-sources script - generate-sources - - exec - - - - __ - generate-sources - - - - - compile script - compile - - exec - - - - __ - compile - - - - - package script - package - - exec - - - - __ - package - - - - - test script - test - - exec - - - - __ - test - - - - - install script - install - - exec - - - - __ - install - - - - - deploy script - deploy - - exec - - - - __ - deploy - - - - - - + -- cgit 1.2.3-korg