X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=elasticsearch-sg%2Fpom.xml;h=8b35a828283636f9baceff1f80bed974f0158b70;hb=f94606aea2ac4a18028865c47dcd53b72a6d8c89;hp=6b4bd63d3ffa93c169792b9840e4c094f741b77e;hpb=e25f4959c9e3f1992b3f5a8303500bd13488e5cd;p=aai%2Fsearch-data-service.git diff --git a/elasticsearch-sg/pom.xml b/elasticsearch-sg/pom.xml index 6b4bd63..8b35a82 100644 --- a/elasticsearch-sg/pom.xml +++ b/elasticsearch-sg/pom.xml @@ -21,99 +21,129 @@ --> - 4.0.0 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 - org.onap.aai.search-data-service - elasticsearch-sg - ElasticSearch with SearchGuard - 1.4.2-SNAPSHOT - pom + + search-data-service + org.onap.aai + 1.6.0-SNAPSHOT + - - https://nexus.onap.org - - - - - org.apache.maven.plugins - maven-resources-plugin - 2.7 - - - copy-docker-file - process-resources - - copy-resources - - - target - true - - - ${basedir}/src/main/docker - - **/* - - - - - - - + org.onap.aai.search-data-service + elasticsearch-sg + ElasticSearch with SearchGuard + 1.6.0-SNAPSHOT + pom - - com.spotify - docker-maven-plugin - 0.4.11 - - true - docker-hub - ${docker.push.registry}/onap/${project.artifactId} - ${basedir}/target - - latest - - true - - - - org.apache.maven.plugins - maven-deploy-plugin - 2.8.2 - - - default-deploy - none - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${nexusproxy} - 176c31dfe190a - ecomp-staging - - - - + + + docker + + + + org.codehaus.mojo + build-helper-maven-plugin + 3.0.0 + + + org.apache.maven.plugins + maven-resources-plugin + 2.7 + + + copy-docker-file + process-resources + + copy-resources + + + ${aai.build.directory} + true + + + ${basedir}/src/main/docker + + **/* + + + + + + + - - - ecomp-releases - ECOMP Release Repository - ${nexusproxy}/content/repositories/releases/ - - - ecomp-snapshots - ECOMP Snapshot Repository - ${nexusproxy}/content/repositories/snapshots/ - - + + io.fabric8 + docker-maven-plugin + ${docker.fabric.version} + + true + 1.23 + + + ${docker.push.registry}/${aai.docker.namespace}/${project.artifactId}:%l + + + @ + + latest + ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest + ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-${maven.build.timestamp} + + try + ${aai.build.directory} + + + + + + + clean-images + clean + + remove + + + true + + + + generate-images + package + + build + + + + push-images + deploy + + push + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + + + + + + + ecomp-releases + ECOMP Release Repository + ${nexusproxy}/content/repositories/releases/ + + + ecomp-snapshots + ECOMP Snapshot Repository + ${nexusproxy}/content/repositories/snapshots/ + +