X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ms%2Fblueprintsprocessor%2Fapplication%2Fpom.xml;h=3942ac74ce895c12845fd8bf61ce273dbcb7772d;hb=ddcc79f9968f65f34bb049e469acfafe0a0aa2e9;hp=a6dd73ba6e6400decc7390b6d2a6d3e10ba6d671;hpb=e800b146c0301076960ccdcb67f2b6965e26741d;p=ccsdk%2Fcds.git diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml index a6dd73ba6..3942ac74c 100755 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/pom.xml @@ -22,31 +22,24 @@ org.onap.ccsdk.cds.blueprintsprocessor - parent - 0.7.0-SNAPSHOT + blueprintsprocessor-parent + 1.5.0-SNAPSHOT ../parent - application + blueprintsprocessor-application jar - Blueprints Processor Application - Blueprints Processor Application + MS Blueprints Processor Application - maven - org.onap.ccsdk.cds blueprintsprocessor onap/ccsdk-blueprintsprocessor - deploy - true - ${project.version} - ${maven.build.timestamp} - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules blueprint-core @@ -68,33 +61,33 @@ - org.onap.ccsdk.error.catalog + org.onap.ccsdk.cds.error.catalog error-catalog-services - + - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules designer-api - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules resource-api - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules selfservice-api - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules configs-api - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules health-api - org.onap.ccsdk.cds.blueprintsprocessor + org.onap.ccsdk.cds.blueprintsprocessor.modules health-api-common @@ -127,6 +120,12 @@ org.onap.ccsdk.cds.blueprintsprocessor.functions config-snapshots + + org.onap.ccsdk.cds.blueprintsprocessor.functions + k8s-connection-plugin + + + com.h2database h2 @@ -141,6 +140,11 @@ spring-boot-starter-test test + + org.junit.vintage + junit-vintage-engine + test + org.jetbrains.kotlin kotlin-test-junit @@ -151,6 +155,7 @@ reactor-test test + org.skyscreamer @@ -192,7 +197,6 @@ ch.qos.logback logback-classic - @@ -224,6 +228,21 @@ + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + -Xmx1024m -XX:MaxMetaspaceSize=256m ${surefireArgLine} + + + **/IT*.java + + false + 1 + + maven-resources-plugin 2.6 @@ -289,9 +308,9 @@ - org.codehaus.groovy.maven - gmaven-plugin - 1.0 + org.codehaus.gmaven + groovy-maven-plugin + 2.1.1 validate @@ -304,18 +323,73 @@ - - maven-compiler-plugin - 3.1 - - 1.8 - 1.8 - - pl.project13.maven git-commit-id-plugin + + com.github.kongchen + swagger-maven-plugin + 3.1.8 + + + + true + + org.onap.ccsdk.cds.blueprintsprocessor.designer.api + org.onap.ccsdk.cds.blueprintsprocessor.selfservice.api + org.onap.ccsdk.cds.blueprintsprocessor.resource.api + org.onap.ccsdk.cds.blueprintsprocessor.configs.api + + + + http + + localhost:8080 + + CDS Blueprint Processor API Reference + v1 + + Shows all resources and endpoints which CDS BP processor currently provides with sample requests/responses, parameter description and other information. + + + https://www.onap.org/ + + + onap-discuss@lists.onap.org + ONAP Community + https://www.onap.org/ + + + http://www.apache.org/licenses/LICENSE-2.0.html + Apache 2.0 + + + + + Basic Auth + basic + + + json + ${basedir}/../../../docs/api-reference/media + cds-bp-processor-api-swagger + true + {{className}}_{{methodName}}_{{httpMethod}}.{{packageName}} + + + + + + compile + + generate + + + + @@ -327,7 +401,7 @@ io.fabric8 docker-maven-plugin - 0.26.1 + 0.34.0 false @@ -335,6 +409,7 @@ ${image.name} try + true ${basedir}/target/docker-stage ${project.docker.latestminortag.version} @@ -344,19 +419,12 @@ - true + ${docker.verbose} + ${docker.skip.push} - generate-images - package - - build - - - - push-images - ${docker.push.phase} + build-push-images build push