From 1c192d2dd68724e292b6a30f463085a262e1e813 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Wed, 15 Feb 2017 23:11:26 -0800 Subject: Moving all files to root directory Change-Id: Ica5535fd6ec85f350fe1640b42137b49f83f10f0 Signed-off-by: Patrick Brady --- .../appc-request-handler-features/.gitignore | 1 + .../appc-request-handler-features/pom.xml | 107 +++++++++++++++++++++ .../src/main/resources/features.xml | 36 +++++++ 3 files changed, 144 insertions(+) create mode 100644 appc-dispatcher/appc-request-handler/appc-request-handler-features/.gitignore create mode 100644 appc-dispatcher/appc-request-handler/appc-request-handler-features/pom.xml create mode 100644 appc-dispatcher/appc-request-handler/appc-request-handler-features/src/main/resources/features.xml (limited to 'appc-dispatcher/appc-request-handler/appc-request-handler-features') diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-features/.gitignore b/appc-dispatcher/appc-request-handler/appc-request-handler-features/.gitignore new file mode 100644 index 000000000..b83d22266 --- /dev/null +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-features/.gitignore @@ -0,0 +1 @@ +/target/ 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 new file mode 100644 index 000000000..453a8e62f --- /dev/null +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-features/pom.xml @@ -0,0 +1,107 @@ + + + 4.0.0 + + appc-request-handler + org.openecomp.appc + 1.0.0 + + appc-request-handler-features + appc-request-handler-features + + jar + + + + org.openecomp.appc + appc-request-handler-api + ${project.version} + + + org.openecomp.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 new file mode 100644 index 000000000..cc8fe1192 --- /dev/null +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-features/src/main/resources/features.xml @@ -0,0 +1,36 @@ + + + + + + + + mvn:org.openecomp.appc/transaction-recorder/${project.version} + mvn:org.openecomp.appc/domain-model-lib/${project.version} + mvn:org.openecomp.appc/appc-command-executor-api/${project.version} + mvn:org.openecomp.appc/appc-request-handler-api/${project.version} + mvn:org.openecomp.appc/appc-request-handler-core/${project.version} + + + -- cgit 1.2.3-korg