From 4fc631ccf42b2eccd506a94c955cfed5aae40e7f Mon Sep 17 00:00:00 2001 From: "Haddox, Anthony" Date: Wed, 23 Jan 2019 06:10:06 -0800 Subject: [CCSDK-987]Create GR Toolkit Initial commit of ODL feature Issue-ID: CCSDK-987 Change-Id: I6b10c4c00af09bf7f31820ba3b54e53a4fbe2160 Signed-off-by: Haddox, Anthony --- grToolkit/features/.gitignore | 2 + grToolkit/features/ccsdk-gr-toolkit/pom.xml | 45 ++++++++++++++++++++++ .../ccsdk-gr-toolkit/src/main/feature/feature.xml | 7 ++++ grToolkit/features/features-gr-toolkit/pom.xml | 29 ++++++++++++++ grToolkit/features/pom.xml | 21 ++++++++++ 5 files changed, 104 insertions(+) create mode 100755 grToolkit/features/.gitignore create mode 100755 grToolkit/features/ccsdk-gr-toolkit/pom.xml create mode 100755 grToolkit/features/ccsdk-gr-toolkit/src/main/feature/feature.xml create mode 100755 grToolkit/features/features-gr-toolkit/pom.xml create mode 100755 grToolkit/features/pom.xml (limited to 'grToolkit/features') diff --git a/grToolkit/features/.gitignore b/grToolkit/features/.gitignore new file mode 100755 index 000000000..05a0d25f8 --- /dev/null +++ b/grToolkit/features/.gitignore @@ -0,0 +1,2 @@ +/target-ide/ +/bin/ diff --git a/grToolkit/features/ccsdk-gr-toolkit/pom.xml b/grToolkit/features/ccsdk-gr-toolkit/pom.xml new file mode 100755 index 000000000..f4865a5b3 --- /dev/null +++ b/grToolkit/features/ccsdk-gr-toolkit/pom.xml @@ -0,0 +1,45 @@ + + + 4.0.0 + + + org.onap.ccsdk.parent + single-feature-parent + 1.2.1-SNAPSHOT + + + + org.onap.ccsdk.sli.plugins + ccsdk-gr-toolkit + 0.4.1-SNAPSHOT + feature + + ccsdk-sli-plugins :: gr-toolkit :: ${project.artifactId} + + + + org.opendaylight.controller + odl-mdsal-broker + xml + features + + + org.onap.ccsdk.sli.core + ccsdk-sli + ${ccsdk.sli.core.version} + xml + features + + + ${project.groupId} + gr-toolkit-model + ${project.version} + + + ${project.groupId} + gr-toolkit-provider + ${project.version} + + + diff --git a/grToolkit/features/ccsdk-gr-toolkit/src/main/feature/feature.xml b/grToolkit/features/ccsdk-gr-toolkit/src/main/feature/feature.xml new file mode 100755 index 000000000..9f8278a02 --- /dev/null +++ b/grToolkit/features/ccsdk-gr-toolkit/src/main/feature/feature.xml @@ -0,0 +1,7 @@ + + + mvn:org.onap.ccsdk.sli.core/ccsdk-sli/LATEST/xml/features + + ccsdk-sli + + diff --git a/grToolkit/features/features-gr-toolkit/pom.xml b/grToolkit/features/features-gr-toolkit/pom.xml new file mode 100755 index 000000000..d74cbb63c --- /dev/null +++ b/grToolkit/features/features-gr-toolkit/pom.xml @@ -0,0 +1,29 @@ + + + 4.0.0 + + + org.onap.ccsdk.parent + feature-repo-parent + 1.2.1-SNAPSHOT + + + + org.onap.ccsdk.sli.plugins + features-gr-toolkit + 0.4.1-SNAPSHOT + feature + + ccsdk-sli-plugins :: gr-toolkit :: ${project.artifactId} + + + + ${project.groupId} + ccsdk-gr-toolkit + ${project.version} + xml + features + + + + diff --git a/grToolkit/features/pom.xml b/grToolkit/features/pom.xml new file mode 100755 index 000000000..3f6ab6186 --- /dev/null +++ b/grToolkit/features/pom.xml @@ -0,0 +1,21 @@ + + + 4.0.0 + + org.onap.ccsdk.parent + odlparent-lite + 1.2.1-SNAPSHOT + + + + ccsdk-sli-plugins :: gr-toolkit :: ${project.artifactId} + gr-toolkit-features + org.onap.ccsdk.sli.plugins + 0.4.1-SNAPSHOT + pom + + + ccsdk-gr-toolkit + features-gr-toolkit + + -- cgit 1.2.3-korg