[MRM-1651] Add OSGi support to redback-rbac-jdo

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1367606 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jean-Baptiste Onofre 2012-07-31 15:13:49 +00:00
parent 9cef261ef1
commit f9e17380bc
1 changed files with 11 additions and 1 deletions

View File

@ -18,15 +18,19 @@
~ under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-rbac-providers</artifactId>
<version>2.0-SNAPSHOT</version>
</parent>
<artifactId>redback-rbac-jdo</artifactId>
<packaging>bundle</packaging>
<name>Redback :: RBAC Provider :: JDO</name>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>org.apache.archiva.redback</groupId>
@ -108,8 +112,13 @@
</exclusions>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
@ -146,4 +155,5 @@
</plugin>
</plugins>
</build>
</project>