From e025ede411c4811d4c899e1691ec0c97e26c2ed8 Mon Sep 17 00:00:00 2001 From: "mukesh.paliwal" Date: Mon, 1 Mar 2021 23:11:02 +0530 Subject: docker stage build failed in jenkins Issue-ID: SO-3559 Signed-off-by: mukesh.paliwal Change-Id: I834dc0091d2353941e0e77bfe2dab693e11d42c1 --- pom.xml | 284 ++++++++++++++++------------------------------------------------ 1 file changed, 70 insertions(+), 214 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 40fa3f9..44cd6d0 100755 --- a/pom.xml +++ b/pom.xml @@ -1,218 +1,74 @@ - - 4.0.0 - - org.onap.so - adapters + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + org.onap.so + so + 1.8.0-SNAPSHOT + + org.onap.so.adapters.so-oof-adapter + so-oof-adapter 1.8.0-SNAPSHOT - - org.onap.so.adapters - so-oof-adapter - 1.8.0-SNAPSHOT - so-oof-adapter - mso oof adapter + SO OOF Adapter + pom + + + + net.revelc.code.formatter + formatter-maven-plugin + 2.9.0 + + + format-java + + format + + process-sources + + true + + + + format-xml + + format + + process-sources + + true + + pom.xml + + + + + validate-java + + validate + + + true + + + + validate-poms + + validate + + + true + + pom.xml + + + + + + + - - - - org.springframework.boot - spring-boot-dependencies - ${springboot.version} - pom - import - - - - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-webflux - - - - org.apache.cxf - cxf-spring-boot-starter-jaxrs - - - org.apache.cxf - cxf-rt-rs-service-description-swagger - - - org.springframework.boot - spring-boot-starter-test - test - - - org.junit.vintage - junit-vintage-engine - - - - - org.junit.jupiter - junit-jupiter-api - test - - - junit - junit - test - - - org.junit.jupiter - junit-jupiter-engine - test - - - org.junit.vintage - junit-vintage-engine - test - - - - ${project.artifactId}-${project.version} - ${project.basedir}/src/test/java - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - org.springframework.boot - spring-boot-maven-plugin - - org.onap.so.adapters.oof.MsoOofAdapterApplication - - - - - repackage - - - - - - org.jacoco - jacoco-maven-plugin - - - net.revelc.code.formatter - formatter-maven-plugin - 2.9.0 - - - format-java - - format - - process-sources - - ${format.skipExecute} - ${project.basedir}/onap-eclipse-format.xml - - - - format-xml - - format - - process-sources - - ${format.skipExecute} - ${project.basedir} - ${project.basedir}/pom-format.properties - - pom.xml - - - - - validate-java - - validate - - - ${format.skipValidate} - ${project.basedir}/onap-eclipse-format.xml - - - - validate-poms - - validate - - - ${format.skipValidate} - ${project.basedir}/pom-format.properties - - pom.xml - - - - - - - com.fasterxml.jackson.core - jackson-annotations - 2.9.8 - - - - - org.codehaus.mojo - exec-maven-plugin - 1.6.0 - - - docker-build - install - - exec - - - Dockerfile - docker - ${project.basedir} - - build - -t - ${project.artifactId}:${project.version} - . - - - ${project.artifactId}-${project.version}.jar - ${project.artifactId} - - - - - - - - - src/main/resources - true - - **/*.p12 - **/*.jks - - - - src/main/resources - false - - **/*.p12 - **/*.jks - - - - + + so-oof-adapter-application + packages + -- cgit 1.2.3-korg