[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
diff --git a/pom.xml b/pom.xml
index 3539102..09f4560 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>
+
   <artifactId>spring-quartz</artifactId>
+  <packaging>bundle</packaging>
   <name>Spring Quartz Component</name>
-  <version>2.0-SNAPSHOT</version>
 
   <url>http://archiva.apache.org/redback/components/${project.artifactId}</url>
 
@@ -82,9 +85,14 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+
   <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>
@@ -93,4 +101,5 @@
       </plugin>
     </plugins>
   </build>
+
 </project>