Add CMS target
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 25 Nov 2014 09:43:46 +0000 (09:43 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 25 Nov 2014 09:43:46 +0000 (09:43 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@7512 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

dep/org.argeo.dep.cms/pom.xml

index eb344cb4be08882d81cd11eefc5a0b985d37bfd6..7f09115aaf71003467330725aca9486cf835877e 100644 (file)
@@ -9,6 +9,32 @@
        </parent>
        <artifactId>org.argeo.dep.cms</artifactId>
        <name>CMS Dependencies</name>
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.felix</groupId>
+                               <artifactId>maven-bundle-plugin</artifactId>
+                               <configuration>
+                                       <instructions>
+                                               <SLC-ModularDistribution>default</SLC-ModularDistribution>
+                                       </instructions>
+                               </configuration>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.argeo.maven.plugins</groupId>
+                               <artifactId>maven-argeo-osgi-plugin</artifactId>
+                               <executions>
+                                       <execution>
+                                               <id>generate-descriptors</id>
+                                               <goals>
+                                                       <goal>descriptors</goal>
+                                               </goals>
+                                               <phase>generate-resources</phase>
+                                       </execution>
+                               </executions>
+                       </plugin>
+               </plugins>
+       </build>
        <dependencies>
                <!-- Connect -->
                <dependency>