X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=component-json-schemas%2Fpom.xml;fp=component-json-schemas%2Fpom.xml;h=81e02daefb4f18a5a2ee5d2733c647bf4d1ae6b6;hb=0e903b99b3e003aed6e3124284b80634e20c42fb;hp=0000000000000000000000000000000000000000;hpb=249fa95e2bea21f840f3ee5c8311a0bfe13a1b3c;p=dcaegen2%2Fplatform%2Fcli.git diff --git a/component-json-schemas/pom.xml b/component-json-schemas/pom.xml new file mode 100644 index 0000000..81e02da --- /dev/null +++ b/component-json-schemas/pom.xml @@ -0,0 +1,246 @@ + + + + 4.0.0 + + org.onap.dcaegen2.platform.cli + cli + 1.0.0-SNAPSHOT + + org.onap.dcaegen2.platform.cli + component-json-schemas + dcaegen2-platform-cli-component-json-schemas + 1.0.0-SNAPSHOT + http://maven.apache.org + + UTF-8 + . + + + + + py + Python + **/*.py + + + + + ${project.artifactId}-${project.version} + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + + true + + + + org.apache.maven.plugins + maven-deploy-plugin + + 2.8 + + true + + + + + + org.apache.maven.plugins + maven-resources-plugin + 2.6 + + true + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + true + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + default-jar + + + + + + + org.apache.maven.plugins + maven-install-plugin + 2.4 + + true + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.12.4 + + true + + + + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + + clean phase script + clean + + exec + + + + ${project.artifactId} + clean + + + + + generate-sources script + generate-sources + + exec + + + + ${project.artifactId} + generate-sources + + + + + compile script + compile + + exec + + + + ${project.artifactId} + compile + + + + + package script + package + + exec + + + + ${project.artifactId} + package + + + + + test script + test + + exec + + + + ${project.artifactId} + test + + + + + install script + install + + exec + + + + ${project.artifactId} + install + + + + + deploy script + deploy + + exec + + + + ${project.artifactId} + deploy + + + + + + + +