[MRM-1651] Add OSGi support to redback-struts2-integration
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1368133 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5251a29ab4
commit
a529a2bec2
|
@ -18,15 +18,18 @@
|
|||
~ 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-struts2</artifactId>
|
||||
<version>2.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>redback-struts2-integration</artifactId>
|
||||
<packaging>bundle</packaging>
|
||||
<name>Redback :: Integration :: Struts 2 Integration</name>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<dependencies>
|
||||
<!-- ================================================================ -->
|
||||
|
@ -278,6 +281,10 @@
|
|||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.felix</groupId>
|
||||
<artifactId>maven-bundle-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
|
|
Loading…
Reference in New Issue