From eab16750256c4b4f54c3e1ac12282f4abe5d1b0d Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Tue, 19 Sep 2017 18:39:04 +0000 Subject: Update doc, mvn script, pom Issue-Id: DCAEGEN2-60 Change-Id: Iad513b12fd79a6404d0ae05f65bce31951af918a Signed-off-by: Lusheng Ji --- pom.xml | 106 +++++++++++++++++----------------------------------------------- 1 file changed, 27 insertions(+), 79 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index c8ba29c0..0fbedfd4 100644 --- a/pom.xml +++ b/pom.xml @@ -23,12 +23,12 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. org.onap.oparent oparent - 1.0.0-SNAPSHOT + 0.1.1 org.onap.dcaegen2 - dcaegen2 - dcaegen2 + root + dcaegen2-root 1.0.0-SNAPSHOT http://maven.apache.org @@ -38,8 +38,22 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. + https://nexus.onap.org + + https://nexus.onap.org/content/sites/raw + https://nexus.onap.org/service/local/repositories/raw/content + ecomp-raw + + nexus3.onap.org:10003 + nexus3.onap.org:10002 + nexus3.onap.org:10003 + nexus3.onap.org:10002 + + https://nexus3.onap.org/repository/PyPi + onap-pypi + UTF-8 - true + false . @@ -59,77 +73,6 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. ${project.artifactId}-${project.version} - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - - true - true - - - - org.apache.maven.plugins - maven-deploy-plugin - - 2.8 - - 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 @@ -138,15 +81,20 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. ${session.executionRootDirectory}/mvn-phase-script.sh - ${parent.groupId} - ${parent.artifactId} - ${parent.version} + + ${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.snapshot} ${onap.nexus.dockerregistry.release} + ${onap.nexus.dockerregistry.snapshot.serverid} + ${onap.nexus.dockerregistry.release.serverid} + ${onap.nexus.pypiserver.baseurl} + ${onap.nexus.pypiserver.serverid} -- cgit 1.2.3-korg