From 85aedb5070d2ab5e198dbaba2115ed883b785a91 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Thu, 9 Aug 2018 13:43:54 -0700 Subject: Karaf 4 for appc-oam Change-Id: Id729265145dc4996a2a3ccb2457d66b7a8f2d6bd Signed-off-by: Patrick Brady Issue-ID: APPC-1139 --- appc-oam/appc-oam-bundle/pom.xml | 12 +- appc-oam/appc-oam-features/.gitignore | 1 + .../appc-oam-features/features-appc-oam/.gitignore | 1 + .../appc-oam-features/features-appc-oam/pom.xml | 48 ++++++ .../appc-oam-features/onap-appc-oam/.gitignore | 1 + appc-oam/appc-oam-features/onap-appc-oam/pom.xml | 86 +++++++++++ .../onap-appc-oam/src/main/feature/feature.xml | 26 ++++ appc-oam/appc-oam-features/pom.xml | 172 ++++----------------- appc-oam/appc-oam-installer/pom.xml | 17 +- appc-oam/appc-oam-model/.gitignore | 1 + appc-oam/appc-oam-model/pom.xml | 10 +- appc-oam/pom.xml | 12 +- 12 files changed, 227 insertions(+), 160 deletions(-) create mode 100644 appc-oam/appc-oam-features/.gitignore create mode 100644 appc-oam/appc-oam-features/features-appc-oam/.gitignore create mode 100644 appc-oam/appc-oam-features/features-appc-oam/pom.xml create mode 100644 appc-oam/appc-oam-features/onap-appc-oam/.gitignore create mode 100644 appc-oam/appc-oam-features/onap-appc-oam/pom.xml create mode 100644 appc-oam/appc-oam-features/onap-appc-oam/src/main/feature/feature.xml create mode 100644 appc-oam/appc-oam-model/.gitignore diff --git a/appc-oam/appc-oam-bundle/pom.xml b/appc-oam/appc-oam-bundle/pom.xml index f2bf9107e..5a91f4432 100644 --- a/appc-oam/appc-oam-bundle/pom.xml +++ b/appc-oam/appc-oam-bundle/pom.xml @@ -26,11 +26,13 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - - appc-oam + + org.onap.appc.parent + binding-parent + 1.4.0-SNAPSHOT + + org.onap.appc - 1.4.0-SNAPSHOT - appc-oam-bundle APPC OAM - Bundle bundle @@ -167,7 +169,7 @@ org.onap.appc - appc-common + appc-common-bundle ${project.version} diff --git a/appc-oam/appc-oam-features/.gitignore b/appc-oam/appc-oam-features/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/appc-oam/appc-oam-features/.gitignore @@ -0,0 +1 @@ +/target-ide/ diff --git a/appc-oam/appc-oam-features/features-appc-oam/.gitignore b/appc-oam/appc-oam-features/features-appc-oam/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/appc-oam/appc-oam-features/features-appc-oam/.gitignore @@ -0,0 +1 @@ +/target-ide/ diff --git a/appc-oam/appc-oam-features/features-appc-oam/pom.xml b/appc-oam/appc-oam-features/features-appc-oam/pom.xml new file mode 100644 index 000000000..202dad564 --- /dev/null +++ b/appc-oam/appc-oam-features/features-appc-oam/pom.xml @@ -0,0 +1,48 @@ + + + + 4.0.0 + + + org.onap.appc.parent + feature-repo-parent + 1.4.0-SNAPSHOT + + + + org.onap.appc + features-appc-oam + 1.4.0-SNAPSHOT + feature + + + + + + org.onap.appc + onap-appc-oam + ${project.version} + xml + features + + + + diff --git a/appc-oam/appc-oam-features/onap-appc-oam/.gitignore b/appc-oam/appc-oam-features/onap-appc-oam/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/appc-oam/appc-oam-features/onap-appc-oam/.gitignore @@ -0,0 +1 @@ +/target-ide/ diff --git a/appc-oam/appc-oam-features/onap-appc-oam/pom.xml b/appc-oam/appc-oam-features/onap-appc-oam/pom.xml new file mode 100644 index 000000000..78535b320 --- /dev/null +++ b/appc-oam/appc-oam-features/onap-appc-oam/pom.xml @@ -0,0 +1,86 @@ + + + + 4.0.0 + + + org.onap.appc.parent + single-feature-parent + 1.4.0-SNAPSHOT + + + + org.onap.appc + onap-appc-oam + 1.4.0-SNAPSHOT + feature + + + + + + org.opendaylight.controller + odl-mdsal-broker + xml + features + + + org.onap.appc + onap-appc-lifecycle-management + xml + features + ${project.version} + + + org.onap.appc + appc-oam-bundle + ${project.version} + + + org.onap.appc + appc-oam-model + ${project.version} + + + + + + + org.apache.karaf.tooling + karaf-maven-plugin + true + + false + + slf4j-api + tomcat-jdbc + tomcat-juli + httpcore + httpclient + org.eclipse.osgi + + + + + + + diff --git a/appc-oam/appc-oam-features/onap-appc-oam/src/main/feature/feature.xml b/appc-oam/appc-oam-features/onap-appc-oam/src/main/feature/feature.xml new file mode 100644 index 000000000..d36e84dd6 --- /dev/null +++ b/appc-oam/appc-oam-features/onap-appc-oam/src/main/feature/feature.xml @@ -0,0 +1,26 @@ + + + + + mvn:org.onap.appc/appc-oam-bundle/${project.version}/xml/config + + \ No newline at end of file diff --git a/appc-oam/appc-oam-features/pom.xml b/appc-oam/appc-oam-features/pom.xml index 0f61f033c..4b93b7461 100644 --- a/appc-oam/appc-oam-features/pom.xml +++ b/appc-oam/appc-oam-features/pom.xml @@ -1,148 +1,42 @@ + + 4.0.0 - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + + org.onap.appc.parent + odlparent-lite + 1.4.0-SNAPSHOT + + - ============LICENSE_END========================================================= - --> - - 4.0.0 - - appc-oam org.onap.appc + appc-oam-feature-aggregator 1.4.0-SNAPSHOT - - - APPC OAM - Features - appc-oam-features - jar - - - - org.onap.appc - appc-oam-model - ${project.version} - - - - org.onap.appc - appc-oam-bundle - config - xml - ${project.version} - - - - org.onap.appc - appc-oam-bundle - ${project.version} - - - - org.opendaylight.mdsal - features-mdsal - features - xml - - runtime - - - - org.opendaylight.yangtools - features-yangtools - features - xml - runtime - - + pom - - - - true - src/main/resources - - - - - org.apache.maven.plugins - maven-resources-plugin - - - filter - - resources - - generate-resources - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - org.opendaylight.controller - opendaylight-karaf-empty - ${odl.karaf.empty.distro.version} - - - org.opendaylight.yangtools:features-test - - - - org.ops4j.pax.exam:pax-exam-container-native - - true - - - - org.codehaus.mojo - build-helper-maven-plugin - - - attach-artifacts - - attach-artifact - - package - - - - ${project.build.directory}/classes/${features.file} - xml - features - - - - - - + - - + + onap-appc-oam + features-appc-oam + diff --git a/appc-oam/appc-oam-installer/pom.xml b/appc-oam/appc-oam-installer/pom.xml index 19856db83..443957206 100644 --- a/appc-oam/appc-oam-installer/pom.xml +++ b/appc-oam/appc-oam-installer/pom.xml @@ -23,11 +23,13 @@ --> 4.0.0 - - appc-oam - org.onap.appc - 1.4.0-SNAPSHOT - + + org.onap.appc.parent + odlparent-lite + 1.4.0-SNAPSHOT + + + org.onap.appc appc-oam-installer APPC OAM - Karaf Installer @@ -36,15 +38,16 @@ appc-oam appc-oam - mvn:org.onap.appc/appc-oam-features/${project.version}/xml/features + mvn:org.onap.appc/onap-appc-oam/${project.version}/xml/features false + appc-oam org.onap.appc - appc-oam-features + onap-appc-oam ${project.version} features xml diff --git a/appc-oam/appc-oam-model/.gitignore b/appc-oam/appc-oam-model/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/appc-oam/appc-oam-model/.gitignore @@ -0,0 +1 @@ +/target-ide/ diff --git a/appc-oam/appc-oam-model/pom.xml b/appc-oam/appc-oam-model/pom.xml index 065e513ec..7f0e6c388 100644 --- a/appc-oam/appc-oam-model/pom.xml +++ b/appc-oam/appc-oam-model/pom.xml @@ -24,11 +24,13 @@ 4.0.0 - - appc-oam + + org.onap.appc.parent + binding-parent + 1.4.0-SNAPSHOT + + org.onap.appc - 1.4.0-SNAPSHOT - appc-oam-model APPC OAM - Model bundle diff --git a/appc-oam/pom.xml b/appc-oam/pom.xml index 531bd85c8..dc067a0dc 100644 --- a/appc-oam/pom.xml +++ b/appc-oam/pom.xml @@ -23,11 +23,13 @@ --> 4.0.0 - - org.onap.appc - appc - 1.4.0-SNAPSHOT - + + org.onap.appc.parent + odlparent-lite + 1.4.0-SNAPSHOT + + + org.onap.appc appc-oam pom APPC OAM -- cgit 1.2.3-korg