From 1a6ec7b3c4343436a7d1135e0a88db07537c396e Mon Sep 17 00:00:00 2001 From: Serban Jora Date: Tue, 12 Sep 2017 15:27:05 -0400 Subject: Adds deploy plugin to maven poms Also adds more doc to service README and removes some printouts Change-Id: I4d5a1285264ce1fbfc40297114bdb11a10a5059f Signed-off-by: Serban Jora Issues-Id: MODELING-17 --- javatoscachecker/service/pom.xml | 271 +++++++++++++++++++++------------------ 1 file changed, 148 insertions(+), 123 deletions(-) (limited to 'javatoscachecker/service/pom.xml') diff --git a/javatoscachecker/service/pom.xml b/javatoscachecker/service/pom.xml index 7040aec..5b1bbcb 100644 --- a/javatoscachecker/service/pom.xml +++ b/javatoscachecker/service/pom.xml @@ -16,133 +16,158 @@ - src/main/java - - - maven-compiler-plugin - 3.1 - - 1.8 - 1.8 - ${project.build.sourceEncoding} - - + src/main/java + + + maven-compiler-plugin + 3.1 + + 1.8 + 1.8 + ${project.build.sourceEncoding} + + + - - org.codehaus.mojo - buildnumber-maven-plugin - 1.4 - - - validate - - create - - - - - false - false - - - - org.apache.maven.plugins - maven-jar-plugin - 2.4 - - - - true - - - ${buildNumber} - ${maven.build.timestamp} - - - - - - org.springframework.boot - spring-boot-maven-plugin - 1.3.3.RELEASE - - org.onap.tosca.checker.service.CheckerEngine - - - - - repackage - - - - - + + org.codehaus.mojo + buildnumber-maven-plugin + 1.4 + + + validate + + create + + + + + false + false + + - - - - - com.fasterxml.jackson.core - jackson-databind - [2.7.8,) - - - org.springframework - spring-core - [4.3.4.RELEASE,) - - - org.springframework - spring-web - [4.3.4.RELEASE,) - - - org.springframework.boot - spring-boot-starter-web - [1.3.3.RELEASE,) - - - org.springframework - spring-webmvc - [4.3.4.RELEASE,) - - + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + + true + + + ${buildNumber} + ${maven.build.timestamp} + + + + + + org.springframework.boot - spring-boot-autoconfigure - [1.3.3.RELEASE,) - - - org.json - json - 20160212 - + spring-boot-maven-plugin + 1.3.3.RELEASE + + org.onap.tosca.checker.service.CheckerEngine + + + + + repackage + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + + + + + + + + + + com.fasterxml.jackson.core + jackson-databind + [2.7.8,) + + + org.springframework + spring-core + [4.3.4.RELEASE,) + + + org.springframework + spring-web + [4.3.4.RELEASE,) + + + org.springframework.boot + spring-boot-starter-web + [1.3.3.RELEASE,) + + + org.springframework + spring-webmvc + [4.3.4.RELEASE,) + + + org.springframework.boot + spring-boot-autoconfigure + [1.3.3.RELEASE,) + + + org.json + json + 20160212 + - - org.onap.tosca - Checker - 0.0.1-SNAPSHOT - - + + org.onap.tosca + Checker + 0.0.1-SNAPSHOT + + + -- cgit 1.2.3-korg