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