[maven-release-plugin] prepare for next development iteration
[lgpl/argeo-commons.git] / dep / pom.xml
index dc41021d4288c23690a6067025222b6fc6454a1a..72a68d63c19cefb1df24c74934a1ac15a41d1297 100644 (file)
@@ -4,33 +4,76 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.12</version>
+               <version>2.1.40-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>dep</artifactId>
-       <name>Commons Base Dependencies</name>
+       <name>Commons Modular Distributions</name>
        <packaging>pom</packaging>
        <modules>
-               <module>org.argeo.dep.log4j</module>
-               <module>org.argeo.dep.jackrabbit</module>
-               <module>org.argeo.eclipse.dep.rap</module>
-               <module>org.argeo.eclipse.dep.rwt</module>
-               <module>org.argeo.eclipse.dep.rcp</module>
-               <module>org.argeo.server.dep.ads</module>
-               <module>org.argeo.server.dep.jackrabbit.server</module>
-               <module>org.argeo.security.dep.node</module>
-               <module>org.argeo.security.dep.node.rap</module>
-               <module>org.argeo.security.dep.node.rcp</module>
-               <module>org.argeo.dep.cms</module>
+               <module>org.argeo.dep.cms.client</module>
+               <module>org.argeo.dep.cms.node</module>
+               <module>org.argeo.dep.cms.platform</module>
+               <module>org.argeo.dep.cms.sdk</module>
+               <!-- legacy -->
+               <!-- <module>org.argeo.security.dep.node</module> -->
+               <!-- <module>org.argeo.dep.cms</module> -->
+               <!-- <module>org.argeo.security.dep.node.rap</module> -->
        </modules>
+       <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>
        <profiles>
                <profile>
                        <id>check-osgi</id>
+                       <build>
+                               <plugins>
+                                       <plugin>
+                                               <groupId>org.argeo.maven.plugins</groupId>
+                                               <artifactId>maven-argeo-osgi-plugin</artifactId>
+                                               <executions>
+                                                       <execution>
+                                                               <id>check-osgi</id>
+                                                               <phase>test</phase>
+                                                               <goals>
+                                                                       <goal>equinox</goal>
+                                                               </goals>
+                                                               <configuration>
+                                                                       <onlyCheck>true</onlyCheck>
+                                                               </configuration>
+                                                       </execution>
+                                               </executions>
+                                       </plugin>
+                               </plugins>
+                       </build>
                        <dependencies>
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>org.argeo.osgi.boot</artifactId>
-                                       <version>2.1.12</version>
+                                       <version>2.1.40-SNAPSHOT</version>
                                        <scope>test</scope>
                                </dependency>
                        </dependencies>