From db75c0a0b305c86429a6940de4d56870d3daf5bf Mon Sep 17 00:00:00 2001 From: Skip Wonnell Date: Tue, 15 Aug 2017 12:43:03 -0500 Subject: Initial commit for appc-encryption-tool bundle appc-encryption-tool: module to retrieve and store encryped credentials Change-Id: I3d45c662c9d58dbeec2ab7fffb51658c9ee0d5d3 Signed-off-by: Skip Wonnell Issue-Id: APPC-67 --- .../appc-encryption-tool/features/.gitignore | 1 + appc-config/appc-encryption-tool/features/pom.xml | 94 ++++++++++++++++++++++ .../features/src/main/resources/features.xml | 49 +++++++++++ 3 files changed, 144 insertions(+) create mode 100644 appc-config/appc-encryption-tool/features/.gitignore create mode 100644 appc-config/appc-encryption-tool/features/pom.xml create mode 100644 appc-config/appc-encryption-tool/features/src/main/resources/features.xml (limited to 'appc-config/appc-encryption-tool/features') diff --git a/appc-config/appc-encryption-tool/features/.gitignore b/appc-config/appc-encryption-tool/features/.gitignore new file mode 100644 index 000000000..b83d22266 --- /dev/null +++ b/appc-config/appc-encryption-tool/features/.gitignore @@ -0,0 +1 @@ +/target/ diff --git a/appc-config/appc-encryption-tool/features/pom.xml b/appc-config/appc-encryption-tool/features/pom.xml new file mode 100644 index 000000000..581517444 --- /dev/null +++ b/appc-config/appc-encryption-tool/features/pom.xml @@ -0,0 +1,94 @@ + + + 4.0.0 + + org.openecomp.appc + appc-config-encryption-tool + 1.1.0-SNAPSHOT + + appc-config-encryption-tool-features + APPC Encryption Tool Plugin - Features + jar + + + org.openecomp.appc + appc-config-encryption-tool-provider + ${project.version} + + + commons-lang + commons-lang + 2.6 + compile + + + org.opendaylight.mdsal + features-mdsal + ${odl.mdsal.version} + features + xml + runtime + + + + org.opendaylight.controller + opendaylight-karaf-empty + ${odl.karaf.empty.distro.version} + zip + + + + org.opendaylight.odlparent + features-test + ${odl.commons.opendaylight.version} + test + + + + + + + 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 + + + + + + + + + diff --git a/appc-config/appc-encryption-tool/features/src/main/resources/features.xml b/appc-config/appc-encryption-tool/features/src/main/resources/features.xml new file mode 100644 index 000000000..ddb1a8526 --- /dev/null +++ b/appc-config/appc-encryption-tool/features/src/main/resources/features.xml @@ -0,0 +1,49 @@ + + + + + + + mvn:org.opendaylight.mdsal/features-mdsal/${odl.mdsal.version}/xml/features + + + + odl-mdsal-broker + + sdnc-dblib + sdnc-sli + sdnc-sql-resource + + mvn:commons-lang/commons-lang/2.6 + mvn:org.apache.velocity/velocity/${velocity.version} + mvn:commons-collections/commons-collections/${common.collections.version} + wrap:mvn:commons-configuration/commons-configuration/1.10 + wrap:mvn:org.jasypt/jasypt/1.9.2 + mvn:mysql/mysql-connector-java/${mysql.connector.version} + wrap:mvn:com.att.eelf/eelf-core/${eelf.version} + mvn:ch.qos.logback/logback-core/${logback.version} + mvn:ch.qos.logback/logback-classic/${logback.version} + mvn:org.openecomp.appc/appc-config-encryption-tool-provider/${project.version} + + -- cgit 1.2.3-korg