]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - dep/org.argeo.dep.cms/pom.xml
[maven-release-plugin] prepare release argeo-commons-2.1.17
[lgpl/argeo-commons.git] / dep / org.argeo.dep.cms / pom.xml
index a37e58100592ae4a62abe6a764fd1ee0e4572b94..3ef8375dfd992f0f6b8341bb35bf9e2d62883aa7 100644 (file)
@@ -3,48 +3,22 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.13</version>
+               <version>2.1.17</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.dep.cms</artifactId>
-       <name>Commons 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>
+       <name>Commons CMS Light</name>
        <dependencies>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms</artifactId>
-                       <version>2.1.13</version>
+                       <version>2.1.17</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.util</artifactId>
-                       <version>2.1.13</version>
+                       <version>2.1.17</version>
                </dependency>
 
                <!-- Complete target platform -->
@@ -52,7 +26,7 @@
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.security.dep.node</artifactId>
                        <type>pom</type>
-                       <version>2.1.13</version>
+                       <version>2.1.17</version>
                </dependency>
 
                <!-- Third parties -->
                        <artifactId>argeo-tp</artifactId>
                        <version>${version.argeo-distribution}</version>
                        <exclusions>
-                               <!-- Equinox -->
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rap</groupId>
-                                       <artifactId>org.eclipse.equinox.security</artifactId>
-                               </exclusion>
                                <!-- Databinding -->
                                <exclusion>
                                        <groupId>org.argeo.tp.rap.platform</groupId>
                                </exclusion>
 
                                <!-- Workbench -->
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rap.platform</groupId>
-                                       <artifactId>javax.xml</artifactId>
-                               </exclusion>
                                <exclusion>
                                        <groupId>org.argeo.tp.rap.platform</groupId>
                                        <artifactId>org.eclipse.rap.ui.workbench</artifactId>
                                <!-- <groupId>org.argeo.tp</groupId> -->
                                <!-- <artifactId>org.aspectj.weaver</artifactId> -->
                                <!-- </exclusion> -->
-                               <!-- <exclusion> -->
-                               <!-- <groupId>org.argeo.tp.apache.ant</groupId> -->
-                               <!-- <artifactId>org.apache.ant</artifactId> -->
-                               <!-- </exclusion> -->
-                               <!-- <exclusion> -->
-                               <!-- <groupId>org.argeo.tp.apache.ant</groupId> -->
-                               <!-- <artifactId>org.apache.ant.launch</artifactId> -->
-                               <!-- </exclusion> -->
+                               <exclusion>
+                                       <groupId>org.argeo.tp.apache.ant</groupId>
+                                       <artifactId>org.apache.ant</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.argeo.tp.apache.ant</groupId>
+                                       <artifactId>org.apache.ant.launch</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
 
        </dependencies>
-       <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>
-               </profile>
-       </profiles>
 </project>
\ No newline at end of file