Author: jbonofre
Date: Wed Aug  1 17:17:47 2012
New Revision: 1368133

URL: http://svn.apache.org/viewvc?rev=1368133&view=rev
Log:
[MRM-1651] Add OSGi support to redback-struts2-integration

Modified:
    
archiva/redback/redback-core/trunk/redback-integrations/redback-struts2/redback-struts2-integration/pom.xml

Modified: 
archiva/redback/redback-core/trunk/redback-integrations/redback-struts2/redback-struts2-integration/pom.xml
URL: 
http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/redback-integrations/redback-struts2/redback-struts2-integration/pom.xml?rev=1368133&r1=1368132&r2=1368133&view=diff
==============================================================================
--- 
archiva/redback/redback-core/trunk/redback-integrations/redback-struts2/redback-struts2-integration/pom.xml
 (original)
+++ 
archiva/redback/redback-core/trunk/redback-integrations/redback-struts2/redback-struts2-integration/pom.xml
 Wed Aug  1 17:17:47 2012
@@ -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>


Reply via email to