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-dispatcher/appc-dispatcher-features/pom.xml | 139 +++++++++++++---------- 1 file changed, 82 insertions(+), 57 deletions(-) (limited to 'appc-dispatcher/appc-dispatcher-features') diff --git a/appc-dispatcher/appc-dispatcher-features/pom.xml b/appc-dispatcher/appc-dispatcher-features/pom.xml index 1882a6a32..52dee173c 100644 --- a/appc-dispatcher/appc-dispatcher-features/pom.xml +++ b/appc-dispatcher/appc-dispatcher-features/pom.xml @@ -1,60 +1,85 @@ - - 4.0.0 - - appc-dispatcher - org.onap.appc - 1.3.0-SNAPSHOT - - appc-dispatcher-features - appc-dispatcher-features + + + 4.0.0 + + appc-dispatcher + org.onap.appc + 1.3.0-SNAPSHOT + + + APPC Dispatcher - Features + appc-dispatcher-features + jar + + + + + 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 + + + + + + + + + -- cgit 1.2.3-korg