X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=1f61700bd7323231b6956508b47c6ba38db6a2b6;hb=eaea5ad06aa510cbf36bb95c920932ab6de0e6de;hp=99d6e1359d83d4459b9da185e24c508de0a446b4;hpb=081886e65389c4d513033c7722918cda98bed7dc;p=clamp.git diff --git a/pom.xml b/pom.xml index 99d6e135..1f61700b 100644 --- a/pom.xml +++ b/pom.xml @@ -9,9 +9,9 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -27,10 +27,10 @@ 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 @@ -53,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 @@ -82,28 +85,22 @@ 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} @@ -116,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 @@ -319,6 +316,12 @@ com.att.ajsc sdk-java-camunda-core ${sdk.camunda.core} + + + mysql + mysql-connector-java + + @@ -345,7 +348,7 @@ org.onap.policy.engine PolicyEngineAPI - 1.1.0-SNAPSHOT + 1.1.0 log4j @@ -363,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 @@ -434,6 +441,12 @@ 2.1.7 + + + org.mariadb.jdbc + mariadb-java-client + 2.1.1 + @@ -471,6 +484,22 @@ + + org.codehaus.groovy.maven + gmaven-plugin + 1.0 + + + validate + + execute + + + ${project.basedir}/src/main/script/TagVersion.groovy + + + + org.apache.maven.plugins maven-jar-plugin @@ -578,7 +607,7 @@ 1.6.7 true - ${nexusproxy} + https://nexus.onap.org 176c31dfe190a ecomp-staging ${skip.staging.artifacts} @@ -593,8 +622,9 @@ src/main/docker docker-hub - ${project.version} latest + ${project.docker.latesttagtimestamp.version} + ${project.docker.latesttag.version} true @@ -630,6 +660,53 @@ + + + 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 @@ -638,7 +715,7 @@ onap/clamp - ${docker.push.registry}/onap/clamp + ${docker.push.registry}/onap/clamp:latest ${skip.docker.push} @@ -649,7 +726,7 @@ push - ${docker.push.registry}/onap/clamp + ${docker.push.registry}/onap/clamp:latest ${skip.docker.push} @@ -709,7 +786,7 @@ socket: '/var/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution - + ${docker.mariadb.port.host}:3306 @@ -776,22 +853,22 @@ - - merge - - post-integration-test - - - - ${project.build.directory}/coverage-reports - - *.exec - - - - ${project.build.directory}/jacoco-dev.exec - - + + merge + + post-integration-test + + + + ${project.build.directory}/coverage-reports + + *.exec + + + + ${project.build.directory}/jacoco-dev.exec + +