X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fesr-server.git;a=blobdiff_plain;f=standalone%2Fpom.xml;fp=standalone%2Fpom.xml;h=9ebd0d003251e2752525a0ccdc3da753d124373e;hp=0000000000000000000000000000000000000000;hb=fa6dd60a45a093205ae55065f6de044c91493e60;hpb=03cb28b3dfabbf7c49c645dde29a74fd5e60bbf8 diff --git a/standalone/pom.xml b/standalone/pom.xml new file mode 100644 index 0000000..9ebd0d0 --- /dev/null +++ b/standalone/pom.xml @@ -0,0 +1,177 @@ + + + + + org.onap.aai.esr-server + aai-esr-server-parent + 1.0.0-SNAPSHOT + + + 4.0.0 + standalone + esr-server/standalone + pom + + + esr-server + linux64 + win64 + target/assembly/${linux64id} + target/assembly/${win64id} + target/version + + + + + + 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.aai.esr-server + esr-mgr + jar + true + ${linux64outputdir} + esr-service.jar + + + + + + copy-jar-${win64id} + + copy + + prepare-package + + + + org.onap.aai.esr-server + esr-mgr + jar + true + ${win64outputdir} + esr-service.jar + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + distribution + package + + run + + + + + + + + + + + + + + + + + + + + + + + + + + + org.onap.aai.esr-server + esr-mgr + ${project.version} + + +