X-Git-Url: https://gerrit.onap.org/r/gitweb?p=holmes%2Fdsa.git;a=blobdiff_plain;f=dmaap-dsa-standalone%2Fpom.xml;h=e702dd97cd871125e935fd1f30184f03b8659c58;hp=2155cdd3f48b1a719594100ab51d9e9f449dc392;hb=1fdabe805e7c6a6716b3f4f3afea90213e2661cc;hpb=b95bd982659dcc37a5c0c174129d5d8b329cc795 diff --git a/dmaap-dsa-standalone/pom.xml b/dmaap-dsa-standalone/pom.xml index 2155cdd..e702dd9 100644 --- a/dmaap-dsa-standalone/pom.xml +++ b/dmaap-dsa-standalone/pom.xml @@ -17,158 +17,227 @@ --> - - org.onap.holmes.dsa - holmes-dsa-parent - 1.0.0-SNAPSHOT - + 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"> + + org.onap.holmes.dsa + holmes-dsa-parent + 1.0.0-SNAPSHOT + - dmaap-dsa-standalone - 4.0.0 - holmes-dsa/holmes-dmaap-dsa-standalone - pom + holmes-dmaap-dsa-standalone + 4.0.0 + holmes-dsa/holmes-dmaap-dsa-standalone + pom - - - - maven-resources-plugin - - - copy-resources-${linux64id} - process-resources - - copy-resources - - - ${linux64outputdir} - - - src/main/assembly/ - false - - **/* - - - **/*.bat - - - - true - - - - copy-resources-${win64id} - process-resources - - copy-resources - - - ${win64outputdir} - - - src/main/assembly/ - false - - **/* - - - **/*.sh - - - - true - - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - copy-jar-${linux64id} - - copy - - prepare-package - - - - org.onap.holmes.dsa - dmaap-dsa - jar - true - ${linux64outputdir} - dmaap-dsa.jar - - - - - - copy-jar-${win64id} - - copy - - prepare-package - - - - org.onap.holmes.dsa - dmaap-dsa - jar - true - ${win64outputdir} - dmaap-dsa.jar - - - - - - - - org.apache.maven.plugins - maven-assembly-plugin - - - linux64 - - - linux64-assembly.xml - - true - target/version - - package - - attached - - - - win64 - - - win64-assembly.xml - - true - target/version - - package - - attached - - - - - - + + + + maven-resources-plugin + + + copy-resources-${linux64id} + process-resources + + copy-resources + + + ${linux64outputdir} + + + src/main/assembly/ + false + + **/* + + + **/*.bat + + + + true + + + + copy-resources-${win64id} + process-resources + + copy-resources + + + ${win64outputdir} + + + src/main/assembly/ + false + + **/* + + + **/*.sh + + + + true + + + + copy-dockerfile + process-resources + + copy-resources + + + target/version + + + src/main/assembly/ + false + + Dockerfile + + + + true + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-jar-${linux64id} + + copy + + prepare-package + + + + org.onap.holmes.dsa + dmaap-dsa + jar + true + ${linux64outputdir} + dmaap-dsa.jar + + + + + + copy-jar-${win64id} + + copy + + prepare-package + + + + org.onap.holmes.dsa + dmaap-dsa + jar + true + ${win64outputdir} + dmaap-dsa.jar + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + linux64 + + + linux64-assembly.xml + + true + target/version + + package + + attached + + + + win64 + + + win64-assembly.xml + + true + target/version + + package + + attached + + + + + + - - - org.onap.holmes.dsa - dmaap-dsa - ${project.version} - - + + + docker + + + + io.fabric8 + docker-maven-plugin + 0.16.5 + false + + + + onap/holmes/dsa + + try + ${basedir}/target/version/ + ${basedir}/target/version/Dockerfile + + ${project.version}-STAGING-latest + + + + + + + + generate-images + package + + build + + + + + push-images + deploy + + build + push + + + + + + + + + + + + org.onap.holmes.dsa + dmaap-dsa + ${project.version} + +