From 36bcd566167f2f91c0e8e7a304fce5f6bc150776 Mon Sep 17 00:00:00 2001 From: Anand Date: Thu, 4 Jan 2018 19:35:51 -0500 Subject: Include impacted changes for APPC-346,APPC-348 Issue-ID: APPC-347 Change-Id: I399bc2a1e0dfd481e103032a373bb80fce5baf41 Signed-off-by: Anand --- .../appc-request-handler-features/pom.xml | 230 ++++++++++++--------- .../src/main/resources/features.xml | 23 ++- 2 files changed, 140 insertions(+), 113 deletions(-) (limited to 'appc-dispatcher/appc-request-handler/appc-request-handler-features') diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-features/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-features/pom.xml index 1562a6e01..e5a30d22c 100644 --- a/appc-dispatcher/appc-request-handler/appc-request-handler-features/pom.xml +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-features/pom.xml @@ -1,107 +1,133 @@ - - 4.0.0 - - appc-request-handler - org.onap.appc - 1.3.0-SNAPSHOT - - appc-request-handler-features - appc-request-handler-features + - - org.codehaus.mojo - build-helper-maven-plugin - - - attach-artifacts - - attach-artifact - - package - - - - ${project.build.directory}/classes/${features.file} - xml - features - - - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - true - - - - + ECOMP is a trademark and service mark of AT&T Intellectual Property. + ============LICENSE_END========================================================= + --> + + 4.0.0 + + appc-request-handler + org.onap.appc + 1.3.0-SNAPSHOT + + + APPC Request Handler - Features + appc-request-handler-features + jar + + + + + org.onap.appc + appc-request-handler-api + ${project.version} + + + org.onap.appc + appc-request-handler-core + ${project.version} + + + + + + + true + src/main/resources + + + + + org.apache.maven.plugins + maven-resources-plugin + + + filter + + resources + + generate-resources + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + + attach-artifact + + package + + + + ${project.build.directory}/classes/${features.file} + xml + features + + + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-features/src/main/resources/features.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-features/src/main/resources/features.xml index 75b21a656..bee74251b 100644 --- a/appc-dispatcher/appc-request-handler/appc-request-handler-features/src/main/resources/features.xml +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-features/src/main/resources/features.xml @@ -25,20 +25,21 @@ - - - mvn:org.onap.appc/transaction-recorder/${project.version} + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0"> - + + mvn:org.onap.appc/transaction-recorder/${project.version} mvn:org.onap.appc/appc-data-access-lib/${project.version} - + mvn:org.onap.appc/appc-common/${project.version} mvn:org.onap.appc/domain-model-lib/${project.version} - mvn:org.onap.appc/appc-command-executor-api/${project.version} - mvn:org.onap.appc/appc-request-handler-api/${project.version} - mvn:org.onap.appc/appc-request-handler-core/${project.version} - + mvn:org.onap.appc/appc-message-adapter-api/${project.version} + mvn:org.onap.appc/appc-command-executor-api/${project.version} + + mvn:org.onap.appc/appc-request-handler-api/${project.version} + + mvn:org.onap.appc/appc-request-handler-core/${project.version} + -- cgit