[maven-release-plugin] prepare release argeo-commons-2.1.100
[lgpl/argeo-commons.git] / dep / pom.xml
index 2b531872300a56b4a7d7722f200a76042efa8297..75c14bb5a250993d271b6ad8463bb3fa25ea2613 100644 (file)
@@ -4,25 +4,96 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.13</version>
+               <version>2.1.100</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>dep</artifactId>
-       <name>Commons Base Dependencies</name>
+       <name>Commons Modular Distributions</name>
        <packaging>pom</packaging>
        <modules>
-               <module>org.argeo.security.dep.node</module>
-               <module>org.argeo.dep.cms</module>
-               <module>org.argeo.security.dep.node.rap</module>
+               <module>org.argeo.dep.cms.client</module>
+               <module>org.argeo.dep.cms.node</module>
+               <module>org.argeo.dep.cms.ui.rap</module>
+               <module>org.argeo.dep.cms.e4.rap</module>
+               <module>org.argeo.dep.cms.sdk</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>argeo-osgi-plugin</artifactId>
+                               <executions>
+                                       <execution>
+                                               <id>generate-descriptors</id>
+                                               <goals>
+                                                       <goal>descriptors</goal>
+                                               </goals>
+                                               <phase>generate-resources</phase>
+                                       </execution>
+                               </executions>
+                       </plugin>
+                       <plugin>
+                               <artifactId>maven-assembly-plugin</artifactId>
+                               <configuration>
+                                       <attach>false</attach>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
+       <dependencies>
+               <dependency>
+                       <groupId>org.argeo.tp.equinox</groupId>
+                       <artifactId>org.eclipse.osgi</artifactId>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp.sdk</groupId>
+                       <artifactId>org.junit</artifactId>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp.sdk</groupId>
+                       <artifactId>org.hamcrest</artifactId>
+                       <scope>test</scope>
+               </dependency>
+       </dependencies>
        <profiles>
                <profile>
                        <id>check-osgi</id>
+                       <build>
+                               <plugins>
+                                       <plugin>
+                                               <groupId>org.argeo.maven.plugins</groupId>
+                                               <artifactId>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.13</version>
+                                       <version>2.1.100</version>
                                        <scope>test</scope>
                                </dependency>
                        </dependencies>