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-command-executor-features/pom.xml | 227 ++++++++++++--------- 1 file changed, 126 insertions(+), 101 deletions(-) (limited to 'appc-dispatcher/appc-command-executor/appc-command-executor-features/pom.xml') diff --git a/appc-dispatcher/appc-command-executor/appc-command-executor-features/pom.xml b/appc-dispatcher/appc-command-executor/appc-command-executor-features/pom.xml index bed8584dc..566c1f4b4 100644 --- a/appc-dispatcher/appc-command-executor/appc-command-executor-features/pom.xml +++ b/appc-dispatcher/appc-command-executor/appc-command-executor-features/pom.xml @@ -1,107 +1,132 @@ - - 4.0.0 - - appc-command-executor - org.onap.appc - 1.3.0-SNAPSHOT - - appc-command-executor-features - appc-command-executor-features + - - - - - - - - - - - - - - - - - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - attach-artifacts - - attach-artifact - - package - - - - ${project.build.directory}/classes/${features.file} - xml - features - - - - - - + ECOMP is a trademark and service mark of AT&T Intellectual Property. + ============LICENSE_END========================================================= + --> + + 4.0.0 + + appc-command-executor + org.onap.appc + 1.3.0-SNAPSHOT + - - - org.apache.maven.plugins - maven-surefire-plugin - - true - - - - + APPC Command Executor - Features + appc-command-executor-features + jar + + + + org.onap.appc + appc-command-executor-api + ${project.version} + + + org.onap.appc + appc-command-executor-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 + + + + -- cgit 1.2.3-korg