From 3beea0e535215ac127e68af16ff78d9cffeafd11 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Tue, 18 Dec 2018 16:05:41 -0500 Subject: Generate odlparent poms from template Updated ccsdk/parent to use a common pom template to generate all the odlparent poms, which should be identical except for their parents. Change-Id: I1cfcff7191ca95434e390d5cf35651c0ad40705d Issue-ID: CCSDK-857 Signed-off-by: Timoney, Dan (dt5972) --- odlparent/odlparent-lite/pom.xml | 90 +++++++++++++++++++++++++++++++++++++--- 1 file changed, 84 insertions(+), 6 deletions(-) mode change 100755 => 100644 odlparent/odlparent-lite/pom.xml (limited to 'odlparent/odlparent-lite') diff --git a/odlparent/odlparent-lite/pom.xml b/odlparent/odlparent-lite/pom.xml old mode 100755 new mode 100644 index c70d8cdf..470b9d88 --- a/odlparent/odlparent-lite/pom.xml +++ b/odlparent/odlparent-lite/pom.xml @@ -1,6 +1,13 @@ + 4.0.0 pom @@ -16,8 +23,8 @@ - http://wiki.onap.org ONAP :: ${project.groupId} :: ${project.artifactId} + http://wiki.onap.org Root POM to be used in place of odlparent for CCSDK based projects @@ -100,7 +107,6 @@ ${ccsdk.sli.core.version} - 1.7.3 0.12.3 @@ -181,13 +187,10 @@ 8.5.14 - org.onap.dmaap.messagerouter.dmaapclient - 1.1.5 - 2.27 + true - @@ -420,6 +423,57 @@ + + + + src/main/yang + + + + + + org.opendaylight.yangtools + yang-maven-plugin + + + org.opendaylight.mdsal + maven-sal-api-gen-plugin + 0.12.1 + jar + + + org.opendaylight.netconf + sal-rest-docgen-maven + ${odl.mdsal.version} + jar + + + + + + generate-sources + + + ${yang.file.directory} + + + org.opendaylight.mdsal.binding.maven.api.gen.plugin.CodeGeneratorImpl + ${salGeneratorPath} + + + org.opendaylight.netconf.sal.rest.doc.maven.StaticDocGenerator + target/swagger + + + true + + + + + + + + @@ -439,6 +493,30 @@ pom import + + org.opendaylight.controller + sal-binding-config + ${odl.mdsal.version} + + + + org.opendaylight.controller + sal-test-model + ${odl.mdsal.version} + + + org.opendaylight.controller + sal-binding-broker-impl + ${odl.mdsal.version} + + + org.opendaylight.controller + sal-binding-broker-impl + ${odl.mdsal.version} + test-jar + tests + test + org.onap.ccsdk.sli.core sli-common -- cgit 1.2.3-korg