From 9b53268341d1022688a431f5a01e38cb26b8f610 Mon Sep 17 00:00:00 2001 From: efiacor Date: Wed, 6 Nov 2019 11:08:54 +0000 Subject: Initial commit for PMSH Signed-off-by: efiacor Issue-ID: DCAEGEN2-1837 Change-Id: I3b7d7d379df68f0f5984a3c4e0faa9c8ca0bcdf8 --- components/pm-subscription-handler/pom.xml | 245 +++++++++++++++++++++++++++++ 1 file changed, 245 insertions(+) create mode 100644 components/pm-subscription-handler/pom.xml (limited to 'components/pm-subscription-handler/pom.xml') diff --git a/components/pm-subscription-handler/pom.xml b/components/pm-subscription-handler/pom.xml new file mode 100644 index 00000000..a4258060 --- /dev/null +++ b/components/pm-subscription-handler/pom.xml @@ -0,0 +1,245 @@ + + + + 4.0.0 + + + org.onap.oparent + oparent + 2.1.0 + + + org.onap.dcaegen2.services + pmsh + dcaegen2-services-pm-subscription-handler + 1.0.0-SNAPSHOT + + UTF-8 + . + xunit-results.xml + coverage.xml + xunit-results.xml + py + python + **/**.py + target/**,tests/**,setup.py,**/__init__.py + 1.2.1 + + + ${project.artifactId}-${project.version} + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + true + + + + org.apache.maven.plugins + maven-deploy-plugin + + + true + + + + org.apache.maven.plugins + maven-enforcer-plugin + + true + + + + + + org.apache.maven.plugins + maven-resources-plugin + + true + + + + + org.apache.maven.plugins + maven-compiler-plugin + + true + + + + + org.apache.maven.plugins + maven-jar-plugin + + + default-jar + + + + + + org.apache.maven.plugins + maven-install-plugin + + true + + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + org.codehaus.mojo + exec-maven-plugin + ${exec-mvn-plugin-version} + + ${project.basedir}/mvn-phase-script.sh + + + ${project.groupId} + ${project.artifactId} + ${project.version} + ${onap.nexus.url} + ${onap.nexus.rawrepo.baseurl.upload} + ${onap.nexus.rawrepo.baseurl.download} + ${onap.nexus.rawrepo.serverid} + ${onap.nexus.dockerregistry.daily} + ${onap.nexus.dockerregistry.daily} + ${onap.nexus.dockerregistry.release} + + + + + + + + + org.codehaus.mojo + exec-maven-plugin + ${exec-mvn-plugin-version} + + + clean phase script + clean + + exec + + + + __ + clean + + + + + generate-sources script + generate-sources + + exec + + + + __ + generate-sources + + + + + compile script + compile + + exec + + + + __ + compile + + + + + package script + package + + exec + + + + __ + package + + + + + test script + test + + exec + + + + __ + test + + + + + install script + install + + exec + + + + __ + install + + + + + deploy script + deploy + + exec + + + + __ + deploy + + + + + + + + -- cgit 1.2.3-korg