X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vnfs%2FvLBMS%2Fapis%2Fvlb-vnf-onap-distribution%2Fpom.xml;h=9fc59f59dfad572bce2ead0f430516fc200bc1f2;hb=17b851b0c50b52bea6f8d8b88ed389d4d925a0f2;hp=8f5d1b8a7fc83d4b969fb8220ff12922f3a64bf3;hpb=8d6939315f4499f4c402befd83ffd6fbfbe90a11;p=demo.git diff --git a/vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml b/vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml index 8f5d1b8a..9fc59f59 100644 --- a/vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml +++ b/vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml @@ -1,19 +1,33 @@ + + + - io.fd.honeycomb.common - minimal-distribution-parent - 1.17.07 + hc-onap + 1.5.0-SNAPSHOT + org.onap.demo.vnf + ../../../honeycomb_plugin/parent-pom/pom.xml 4.0.0 - org.onap.vnf.vlb vlb-vnf-onap-distribution - 1.2.0-SNAPSHOT - - -Xms128m -Xmx128m + + http://nexus.fd.io/content + +#!/bin/sh - +%s + + + -Xms256m -Xmx256m + + -client -Xms20m -Xmx32m -XX:MetaspaceSize=5m -XX:MaxMetaspaceSize=32m -XX:MaxMetaspaceExpansion=1m -Xss512k -XX:+UseSerialGC -Djava.compiler=NONE -Xverify:none -noverify + + /dev/./urandom io.fd.honeycomb.infra.distro.Main 1.17.07 1.17.07 @@ -27,10 +41,142 @@ --> org.onap.vnf.vlb.Module + org.onap.vnf.health.Module - + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.6 + + + + ${main.class} + true + lib/ + false + true + + + config/ cert/ modules/ yang-mapping/ + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.10 + + + + unpack-configuration + prepare-package + + unpack-dependencies + + + **/honeycomb-minimal-resources/ + ${project.build.outputDirectory}/ + + + + + + + + org.codehaus.gmaven + groovy-maven-plugin + + + + distribution-module-assembly + + prepare-package + + execute + + + + io.fd.honeycomb.common.scripts.ModulesListGenerator.generate(project, properties, log) + + + + + generate-module-to-yang-index + prepare-package + + execute + + + + io.fd.honeycomb.common.scripts.ModuleYangIndexGenerator.pairDistributionModulesWithYangModules(project, log) + + + + + + + io.fd.honeycomb.common + common-scripts + 1.17.07 + + + + + + maven-assembly-plugin + 2.5.3 + + + io.fd.honeycomb.common + minimal-assembly-descriptor + 1.17.07 + + + + + create-archive + package + + single + + + + honeycomb-minimal + + + + + + + maven-surefire-plugin + + + + ${argLine} -Djava.security.egd=file:${random.seed.file} + + + + + + maven-compiler-plugin @@ -64,64 +210,37 @@ false - - org.codehaus.mojo - exec-maven-plugin - - - none - - - - true - - - - maven-checkstyle-plugin - - true - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - https://nexus.onap.org/ - 176c31dfe190a - ecomp-staging - - - - - ecomp-releases - Demo Release Repository - https://nexus.onap.org/content/repositories/releases/ - - - ecomp-snapshots - Demo Snapshot Repository - https://nexus.onap.org/content/repositories/snapshots/ - - - - org.onap.vnf.vlb + org.onap.demo.vnf.vlb vlb-business-vnf-onap-plugin-impl ${interfaces.mapping.version} + + org.onap.demo.vnf.health + health-vnf-onap-plugin-impl + ${interfaces.mapping.version} + + + com.google.guava + guava + 18.0 + io.fd.honeycomb minimal-distribution ${honeycomb.min.distro.version} + + + com.google.guava + guava + + - - + \ No newline at end of file