]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - dep/org.argeo.dep.cms/pom.xml
[maven-release-plugin] prepare for next development iteration
[lgpl/argeo-commons.git] / dep / org.argeo.dep.cms / pom.xml
index 9c4caad846e639ea299061712b25f4a8b7a057c9..f69418c5aacc54ea4f0e7e103a307d3a4a22e7f2 100644 (file)
@@ -2,59 +2,58 @@
 <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.argeo.connect</groupId>
+               <groupId>org.argeo.commons</groupId>
                <version>2.1.13-SNAPSHOT</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
-       <artifactId>org.argeo.connect.dep.node.web</artifactId>
-       <name>Connect Node Web Dependencies</name>
+       <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>
-                       <groupId>org.argeo.connect</groupId>
+                       <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms</artifactId>
                        <version>2.1.13-SNAPSHOT</version>
                </dependency>
-
-               <!-- Commons -->
                <dependency>
-                       <groupId>org.argeo.commons.base</groupId>
+                       <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.util</artifactId>
-                       <version>${version.argeo-commons}</version>
-               </dependency>
-
-               <!-- Node (without RAP) -->
-               <dependency>
-                       <groupId>org.argeo.commons.security</groupId>
-                       <artifactId>org.argeo.security.dep.node</artifactId>
-                       <version>${version.argeo-commons}</version>
-                       <exclusions>
-                               <exclusion>
-                                       <groupId>org.argeo.tp</groupId>
-                                       <artifactId>org.eclipse.osgi</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp</groupId>
-                                       <artifactId>org.apache.jasper</artifactId>
-                               </exclusion>
-                       </exclusions>
+                       <version>2.1.13-SNAPSHOT</version>
                </dependency>
 
                <!-- Minimal web target platform -->
                <dependency>
-                       <groupId>org.argeo.commons.base</groupId>
-                       <artifactId>org.argeo.eclipse.dep.rap</artifactId>
-                       <version>${version.argeo-commons}</version>
+                       <groupId>org.argeo.commons</groupId>
+                       <artifactId>org.argeo.security.dep.node</artifactId>
+                       <type>pom</type>
+                       <version>2.1.13-SNAPSHOT</version>
                        <exclusions>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rap.platform</groupId>
-                                       <artifactId>org.junit</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rap.platform</groupId>
-                                       <artifactId>org.eclipse.rap.junit</artifactId>
-                               </exclusion>
                                <!-- Workbench -->
                                <exclusion>
                                        <groupId>org.argeo.tp.rap.platform</groupId>
                                        <groupId>org.argeo.tp.rap.platform</groupId>
                                        <artifactId>org.eclipse.rap.ui.views</artifactId>
                                </exclusion>
-                               <!-- Example, demos -->
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rap.platform</groupId>
-                                       <artifactId>org.eclipse.rap.demo.controls</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rap.platform</groupId>
-                                       <artifactId>org.eclipse.rap.example</artifactId>
-                               </exclusion>
                                <exclusion>
                                        <groupId>org.argeo.tp.rap.platform</groupId>
-                                       <artifactId>org.eclipse.rap.example.pages</artifactId>
+                                       <artifactId>org.eclipse.help</artifactId>
                                </exclusion>
                        </exclusions>
                </dependency>