From b276f3837d1dfa990e24888cc7ff5d421cbafd12 Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Tue, 26 Sep 2017 17:52:44 +0200 Subject: [PATCH] Test pom changes Issue-Id: DCAEGEN2-60 Change-Id: I320e4e660246a87147951355c71705183d749892 Signed-off-by: Lusheng Ji --- platformdoc/pom.xml | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++ pom.xml | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 142 insertions(+) diff --git a/platformdoc/pom.xml b/platformdoc/pom.xml index 573f395d..6ae7ea5d 100644 --- a/platformdoc/pom.xml +++ b/platformdoc/pom.xml @@ -53,6 +53,77 @@ 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 + + + + 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 diff --git a/pom.xml b/pom.xml index 4d78f82e..938f773f 100644 --- a/pom.xml +++ b/pom.xml @@ -77,6 +77,77 @@ 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 + + + + 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 -- 2.16.6