diff options
author | Jean-Baptiste Onofre <jbonofre@apache.org> | 2012-08-01 17:17:47 +0000 |
---|---|---|
committer | Jean-Baptiste Onofre <jbonofre@apache.org> | 2012-08-01 17:17:47 +0000 |
commit | a529a2bec2161e7626e395375bfaec5502c711e3 (patch) | |
tree | 55de0c8f6f3d16dc40e994de90c7844701c15b25 /redback-integrations/redback-struts2 | |
parent | 5251a29ab48ffecd55cf705edca14f34fb1e1297 (diff) | |
download | archiva-a529a2bec2161e7626e395375bfaec5502c711e3.tar.gz archiva-a529a2bec2161e7626e395375bfaec5502c711e3.zip |
[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
Diffstat (limited to 'redback-integrations/redback-struts2')
-rw-r--r-- | redback-integrations/redback-struts2/redback-struts2-integration/pom.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/redback-integrations/redback-struts2/redback-struts2-integration/pom.xml b/redback-integrations/redback-struts2/redback-struts2-integration/pom.xml index 3acdd2524..99a133abe 100644 --- a/redback-integrations/redback-struts2/redback-struts2-integration/pom.xml +++ b/redback-integrations/redback-struts2/redback-struts2-integration/pom.xml @@ -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> <!-- ================================================================ --> @@ -279,6 +282,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> <configuration> |