[MRM-1651] Add OSGi support to redback-users-ldap
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1368066 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4dcc2d5a88
commit
997df06ea6
|
@ -18,6 +18,7 @@
|
|||
~ 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>
|
||||
|
@ -27,7 +28,7 @@
|
|||
</parent>
|
||||
|
||||
<artifactId>redback-users-ldap</artifactId>
|
||||
|
||||
<packaging>bundle</packaging>
|
||||
<name>Redback :: Users Provider :: LDAP</name>
|
||||
|
||||
<dependencies>
|
||||
|
@ -79,9 +80,12 @@
|
|||
|
||||
</dependencies>
|
||||
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.felix</groupId>
|
||||
<artifactId>maven-bundle-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.sonatype.plugins</groupId>
|
||||
<artifactId>port-allocator-maven-plugin</artifactId>
|
||||
|
@ -117,5 +121,4 @@
|
|||
</plugins>
|
||||
</build>
|
||||
|
||||
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue