X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=1f61700bd7323231b6956508b47c6ba38db6a2b6;hb=9f5ac4f9aacfe3066cceb3106e57cb52343ff0f8;hp=07297c358e95809bccaf15bb01d5082b84ef584d;hpb=29ed4a92e925b2fa7de9ee53dc527547a56b6f01;p=clamp.git diff --git a/pom.xml b/pom.xml index 07297c35..1f61700b 100644 --- a/pom.xml +++ b/pom.xml @@ -1,17 +1,40 @@ + + 4.0.0 org.onap.clamp clds - 1.0.1-SNAPSHOT - ONAP CLAMP + 1.1.0 + clamp - - org.onap.oparent - oparent - 1.0.0-SNAPSHOT - + + org.onap.oparent + oparent + 1.0.0-SNAPSHOT + This project build the ONAP CLAMP JAR that contains AJSC + CLAMP code. @@ -30,10 +53,13 @@ - org.onap.clamp.config.files.cldsPolicyConfig=classpath:/clds/clds-policy-config.properties - org.onap.clamp.config.files.cldsUsers=classpath:/clds/clds-users.json - org.onap.clamp.config.files.globalClds=classpath:/clds/globalClds.properties - + + yyyy.MM.dd'T'hh.mm.ss'Z' + ${project.version} + ${maven.build.timestamp} 1.8 1.8 UTF-8 @@ -57,31 +83,24 @@ localhost:5000 true - true true false - - https://nexus.onap.org - /content/repositories/snapshots/ - /content/repositories/releases/ - /content/repositories/staging/ - /content/sites/site/org/onap/clamp/${project.version} ecomp-releases Clamp Release Repository - ${nexusproxy}/${releaseNexusPath} + https://nexus.onap.org/content/repositories/releases/ ecomp-snapshots Clamp Snapshot Repository - ${nexusproxy}/${snapshotNexusPath} + https://nexus.onap.org/content/repositories/snapshots/ ecomp-site - dav:${nexusproxy}${sitePath} + dav:https://nexus.onap.org/content/sites/site/org/onap/clamp/${project.version} @@ -94,17 +113,17 @@ ecomp-releases ONAP Release Repository - ${nexusproxy}/${releaseNexusPath} + https://nexus.onap.org/content/repositories/releases/ ecomp-staging ONAP Staging Repository - ${nexusproxy}/${stagingNexusPath} + https://nexus.onap.org/content/repositories/staging/ ecomp-snapshots ONAP Snapshot Repository - ${nexusproxy}/${snapshotNexusPath} + https://nexus.onap.org/content/repositories/snapshots/ true @@ -291,11 +310,18 @@ swagger-annotations 1.5.8 + com.att.ajsc sdk-java-camunda-core ${sdk.camunda.core} + + + mysql + mysql-connector-java + + @@ -322,7 +348,7 @@ org.onap.policy.engine PolicyEngineAPI - 1.1.0-SNAPSHOT + 1.1.0 log4j @@ -340,12 +366,16 @@ jackson-databind com.fasterxml.jackson.core + + mysql + mysql-connector-java + org.onap.policy.common ONAP-Logging - 1.1.0-SNAPSHOT + 1.1.0 log4j @@ -380,7 +410,6 @@ - com.fasterxml.jackson.core jackson-databind @@ -412,6 +441,12 @@ 2.1.7 + + + org.mariadb.jdbc + mariadb-java-client + 2.1.1 + @@ -420,10 +455,18 @@ src/test/resources + + **/*.jks + + true + + + src/test/resources/https - **/* + **.jks - true + false + https @@ -438,18 +481,25 @@ true - - src/main/doxygen - - **/* - - true - - - + + org.codehaus.groovy.maven + gmaven-plugin + 1.0 + + + validate + + execute + + + ${project.basedir}/src/main/script/TagVersion.groovy + + + + org.apache.maven.plugins maven-jar-plugin @@ -557,23 +607,24 @@ 1.6.7 true - ossrhajsc - https://oss.sonatype.org/ - true + https://nexus.onap.org + 176c31dfe190a + ecomp-staging ${skip.staging.artifacts} com.spotify docker-maven-plugin - 0.4.11 + 1.0.0 onap/clamp src/main/docker docker-hub - ${project.version} latest + ${project.docker.latesttagtimestamp.version} + ${project.docker.latesttag.version} true @@ -609,18 +660,65 @@ + - tag-image - package - - tag - - - onap/clamp - ${docker.push.registry}/onap/clamp - ${skip.docker.tag} - - + tag-image-latest-timestamp + package + + tag + + + onap/clamp + ${docker.push.registry}/onap/clamp:${project.docker.latesttagtimestamp.version} + ${skip.docker.push} + + + + push-image-latest-timestamp + deploy + + push + + + ${docker.push.registry}/onap/clamp:${project.docker.latesttagtimestamp.version} + ${skip.docker.push} + + + + tag-image-latest + package + + tag + + + onap/clamp + ${docker.push.registry}/onap/clamp:${project.docker.latesttag.version} + ${skip.docker.push} + + + + push-image-latest + deploy + + push + + + ${docker.push.registry}/onap/clamp:${project.docker.latesttag.version} + ${skip.docker.push} + + + + tag-image + package + + tag + + + onap/clamp + ${docker.push.registry}/onap/clamp:latest + ${skip.docker.push} + + push-image deploy @@ -628,7 +726,7 @@ push - ${docker.push.registry}/onap/clamp + ${docker.push.registry}/onap/clamp:latest ${skip.docker.push} @@ -651,6 +749,7 @@ + integration-tests integration-test verify @@ -687,7 +786,7 @@ socket: '/var/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution - + ${docker.mariadb.port.host}:3306 @@ -733,7 +832,7 @@ - jacoco-unit-tests + pre-unit-test prepare-agent @@ -743,7 +842,7 @@ - jacoco-integration-tests + pre-integration-test pre-integration-test prepare-agent @@ -787,6 +886,8 @@ true false + false + false