X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ms%2Fblueprintsprocessor%2Fapplication%2Fpom.xml;h=347281f8af7e36df3420acd020b656a03b457efd;hb=2675aa7e04a0dc25b4e535e00cbb67e543b9c84b;hp=eb45220403ca5cc0ee2c894b168e86f977320ecb;hpb=836be777835eb05be1a62b98a9e1f5860623d7b2;p=ccsdk%2Fcds.git diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml index eb4522040..347281f8a 100755 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/pom.xml @@ -23,31 +23,26 @@ org.onap.ccsdk.cds.blueprintsprocessor - parent - 1.0.0-SNAPSHOT + blueprintsprocessor-parent + 1.1.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 @@ -73,29 +68,29 @@ 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 @@ -132,6 +127,8 @@ org.onap.ccsdk.cds.blueprintsprocessor.functions k8s-profile-upload + + com.h2database h2 @@ -156,6 +153,7 @@ reactor-test test + org.skyscreamer @@ -197,7 +195,6 @@ ch.qos.logback logback-classic - @@ -229,6 +226,21 @@ + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + -Xmx1024m -XX:MaxPermSize=256m ${surefireArgLine} + + + **/IT*.java + + false + 1 + + maven-resources-plugin 2.6 @@ -309,18 +321,70 @@ - - 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.resource.api + org.onap.ccsdk.cds.blueprintsprocessor.configs.api + org.onap.ccsdk.cds.blueprintsprocessor.healthapi + + + 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,yaml + ${basedir}/target/swagger + cds-bp-api-swagger + true + {{className}}_{{methodName}}_{{httpMethod}}.{{packageName}} + + + + + + compile + + generate + + + + @@ -332,7 +396,7 @@ io.fabric8 docker-maven-plugin - 0.26.1 + 0.34.0 false @@ -349,19 +413,12 @@ - true + ${docker.verbose} + ${docker.skip.push} - generate-images - package - - build - - - - push-images - ${docker.push.phase} + build-push-images build push