From 8703d8873a7328f431958f84e08ab9fbb0abf2cf Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Onofre Date: Wed, 1 Aug 2012 19:39:50 +0000 Subject: [PATCH] [MRM-1651] Add redback-core Karaf features descriptor git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1368215 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 1 + redback-features/pom.xml | 94 +++++++++++++++++++ .../src/main/resources/features.xml | 50 ++++++++++ 3 files changed, 145 insertions(+) create mode 100644 redback-features/pom.xml create mode 100644 redback-features/src/main/resources/features.xml diff --git a/pom.xml b/pom.xml index 8985164c..1ef58eb9 100644 --- a/pom.xml +++ b/pom.xml @@ -53,6 +53,7 @@ redback-users redback-data-management redback-integrations + redback-features diff --git a/redback-features/pom.xml b/redback-features/pom.xml new file mode 100644 index 00000000..a04d276d --- /dev/null +++ b/redback-features/pom.xml @@ -0,0 +1,94 @@ + + + + + 4.0.0 + + + org.apache.archiva.redback + redback + 2.0-SNAPSHOT + + + redback-core + pom + Redback :: Karaf Features + + + 1_2 + + + + + + src/main/resources + true + + **/* + + + + + + org.apache.maven.plugins + maven-resources-plugin + + false + + ${*} + + + + + filter + generate-resources + + resources + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.7 + + + attach-artifact + package + + attach-artifact + + + + + target/classes/features.xml + xml + features + + + + + + + + + + \ No newline at end of file diff --git a/redback-features/src/main/resources/features.xml b/redback-features/src/main/resources/features.xml new file mode 100644 index 00000000..28b12864 --- /dev/null +++ b/redback-features/src/main/resources/features.xml @@ -0,0 +1,50 @@ + + + + + + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.javax-inject/${javax-inject.bundle.version} + mvn:org.apache.archiva.redback/redback-configuration/${project.version} + + + + redback-configuration + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.javax-inject/${javax-inject.bundle.version} + mvn:org.apache.archiva.redback/redback-policy/${project.version} + + + + redback-policy + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.javax-inject/${javax-inject.bundle.version} + mvn:org.apache.archiva.redback/redback-authentication-api/${project.version} + + + + redback-authentication-api + mvn:org.apache.archiva.redback/redback-authentication-ldap/${project.version} + + + + redback-authentication-api + mvn:org.apache.archiva.redback/redback-authentication-memory/${project.version} + + + + redback-authentication-api + mvn:org.apache.archiva.redback/redback-authentication-open/${project.version} + + + \ No newline at end of file