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/single-feature-parent/pom.xml | 96 +++++++++++++++++++++++++++++---- 1 file changed, 86 insertions(+), 10 deletions(-) mode change 100755 => 100644 odlparent/single-feature-parent/pom.xml (limited to 'odlparent/single-feature-parent') diff --git a/odlparent/single-feature-parent/pom.xml b/odlparent/single-feature-parent/pom.xml old mode 100755 new mode 100644 index 222b6342..dedce606 --- a/odlparent/single-feature-parent/pom.xml +++ b/odlparent/single-feature-parent/pom.xml @@ -1,6 +1,13 @@ + 4.0.0 pom @@ -100,7 +107,6 @@ ${ccsdk.sli.core.version} - 1.7.3 0.12.3 @@ -181,10 +187,10 @@ 8.5.14 + 2.27 true - @@ -417,11 +423,69 @@ + + + + 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 + + + + + + + + + + org.opendaylight.controller + mdsal-artifacts + ${odl.mdsal.version} + pom + import + org.opendaylight.mdsal.model mdsal-model-artifacts @@ -431,10 +495,27 @@ org.opendaylight.controller - mdsal-artifacts + sal-binding-config ${odl.mdsal.version} - pom - import + + + + 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 @@ -491,11 +572,6 @@ eelf-core ${eelf.version} - - javax.ws.rs - javax.ws.rs-api - 2.1 - org.apache.derby derby -- cgit 1.2.3-korg