X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=catalog-be-plugins%2Fbackend-all-plugins%2Fpom.xml;h=e2c047b88b02a990e198f8478185020388ffc0e9;hb=7952ce203e89fad3103b0ec17a41d240004c92e9;hp=bc6987512aa6aa5bbb5bd1fb74eef74f03e4ecf9;hpb=58787cbda5ab57260d792ac4921b368bb78e4025;p=sdc.git diff --git a/catalog-be-plugins/backend-all-plugins/pom.xml b/catalog-be-plugins/backend-all-plugins/pom.xml index bc6987512a..e2c047b88b 100644 --- a/catalog-be-plugins/backend-all-plugins/pom.xml +++ b/catalog-be-plugins/backend-all-plugins/pom.xml @@ -20,12 +20,12 @@ limitations under the License. --> + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> catalog-be-plugins org.openecomp.sdc - 1.9.2-SNAPSHOT + 1.11.6-SNAPSHOT pom @@ -43,6 +43,9 @@ limitations under the License. docker + + false + true false @@ -50,71 +53,75 @@ limitations under the License. false false + + + + io.fabric8 + docker-maven-plugin + + ${verbose} + ${docker.api.version} + ${docker.registry} + ${verbose} + + + ${docker.username} + ${docker.password} + + + + + + ${docker.namespace}/sdc-backend-all-plugins + sdc-backend-all-plugins + + try + backend-all-plugins/Dockerfile + + latest + + ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest + + + ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-${maven.build.timestamp} + + + + + backend-all-plugins/backend-all-plugins-files.xml + + onap-sdc-backend-all-plugins + + + + + + + + clean-images + pre-clean + + remove + + + + generate-images + install + + build + + + + push-images + deploy + + push + + + + + + - - - - io.fabric8 - docker-maven-plugin - - ${verbose} - ${docker.api.version} - nexus3.onap.org:10001 - ${verbose} - - - docker - docker - - - - - - onap/sdc-backend-all-plugins - sdc-backend-all-plugins - - try - backend-all-plugins/Dockerfile - - latest - - ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest - - ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-${maven.build.timestamp} - - - backend-all-plugins/backend-all-plugins-files.xml - onap-sdc-backend-all-plugins - - - - - - - - clean-images - pre-clean - - remove - - - - generate-images - install - - build - - - - push-images - deploy - - push - - - - - - \ No newline at end of file