This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/archiva-redback-components-spring-taskqueue.git

commit bcedec4b3dacd35cba5ac11b3b79b5379ecf3d8c
Author: Jean-Baptiste Onofre <jbono...@apache.org>
AuthorDate: Thu Aug 2 07:34:34 2012 +0000

    [MRM-1651] Add OSGi support in spring-apacheds, spring-quartz, 
spring-registry, spring-taskqueue, spring-utils
    
    git-svn-id: 
https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk@1368371
 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index b93dff4..6938cec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,16 +18,19 @@
   ~ 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.components</groupId>
     <artifactId>redback-components</artifactId>
     <version>2.0-SNAPSHOT</version>
     <relativePath>../redback-components-parent/pom.xml</relativePath>
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>
+  </parent>
+
   <artifactId>spring-taskqueue</artifactId>
+  <packaging>bundle</packaging>
   <name>Spring Task Queue</name>
-  <version>2.0-SNAPSHOT</version>
 
   <url>http://archiva.apache.org/redback/components/${project.artifactId}</url>
 
@@ -94,4 +97,14 @@
     </dependency>
 
   </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
 </project>

-- 
To stop receiving notification emails like this one, please contact
marti...@apache.org.

Reply via email to