From c38ca2f40aa0eee42fb7b2c61be4ba6e4f9aa56a Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Mon, 11 Sep 2017 20:11:29 +0000 Subject: Add bootstrap Issue-Id: DCAEGEN2-75 Change-Id: I0158762c1c3e29612381734a608fa821e903e92e Signed-off-by: Lusheng Ji --- pom.xml | 313 +++++++++++++++++++--------------------------------------------- 1 file changed, 93 insertions(+), 220 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index b4176f5..b489580 100644 --- a/pom.xml +++ b/pom.xml @@ -29,15 +29,23 @@ limitations under the License. org.onap.dcaegen2 deployments - dcaegen2-deployments + deployments 1.0.0-SNAPSHOT http://maven.apache.org + pom + + + bootstrap + scripts + + UTF-8 + true . - http://localhost:9000 + py @@ -50,237 +58,102 @@ limitations under the License. **/*.js --> - ${project.artifactId}-${project.version} - - org.codehaus.mojo - sonar-maven-plugin - 2.7.1 - - - + 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 + 1.2.1 + + ${session.executionRootDirectory}/mvn-phase-script.sh + + + ${project.parent.groupId} + ${project.parent.artifactId} + ${project.parent.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} + - - - - - - - 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 - - - clean phase script - clean - 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 - - mvn-phase-script.sh - - ${project.artifactId} - generate-sources - - - - ${project.groupId} - ${project.artifactId} - ${project.version} - ${onap.nexus.url} - - - - - - compile script - compile - exec - - mvn-phase-script.sh - - ${project.artifactId} - compile - - - - ${project.groupId} - ${project.artifactId} - ${project.version} - ${onap.nexus.url} - - - - - - package script - package - exec - - mvn-phase-script.sh - - ${project.artifactId} - package - - - - ${project.groupId} - ${project.artifactId} - ${project.version} - ${onap.nexus.url} - - - - - - test script - test - exec - - mvn-phase-script.sh - - ${project.artifactId} - test - - - - ${project.groupId} - ${project.artifactId} - ${project.version} - ${onap.nexus.url} - - - - - - install script - install - exec - - mvn-phase-script.sh - - ${project.artifactId} - install - - - - ${project.groupId} - ${project.artifactId} - ${project.version} - ${onap.nexus.url} - - - - - - deploy script - deploy - exec - - mvn-phase-script.sh - - ${project.artifactId} - deploy - - - - ${project.groupId} - ${project.artifactId} - ${project.version} - ${onap.nexus.url} - ${project.distributionManagement.snapshotRepository.id} - - - - - - -- cgit 1.2.3-korg