[MRM-1651] Add OSGi support to redback-rest-services

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1368124 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jean-Baptiste Onofre 2012-08-01 16:59:24 +00:00
parent ff1bc075fe
commit 5251a29ab4
1 changed files with 8 additions and 0 deletions

View File

@ -18,13 +18,17 @@
~ 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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>redback-rest</artifactId>
<groupId>org.apache.archiva.redback</groupId>
<version>2.0-SNAPSHOT</version>
</parent>
<artifactId>redback-rest-services</artifactId>
<packaging>bundle</packaging>
<name>Redback :: REST :: Services</name>
<properties>
@ -182,6 +186,10 @@
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>