]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.dep.cms/pom.xml
Prepare next development cycle
[lgpl/argeo-commons.git] / org.argeo.dep.cms / pom.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.argeo.commons</groupId>
7 <version>2.1.12-SNAPSHOT</version>
8 <artifactId>dep</artifactId>
9 <relativePath>..</relativePath>
10 </parent>
11 <artifactId>org.argeo.dep.cms</artifactId>
12 <name>CMS Dependencies</name>
13 <build>
14 <plugins>
15 <plugin>
16 <groupId>org.apache.felix</groupId>
17 <artifactId>maven-bundle-plugin</artifactId>
18 <configuration>
19 <instructions>
20 <SLC-ModularDistribution>default</SLC-ModularDistribution>
21 </instructions>
22 </configuration>
23 </plugin>
24 <plugin>
25 <groupId>org.argeo.maven.plugins</groupId>
26 <artifactId>maven-argeo-osgi-plugin</artifactId>
27 <executions>
28 <execution>
29 <id>generate-descriptors</id>
30 <goals>
31 <goal>descriptors</goal>
32 </goals>
33 <phase>generate-resources</phase>
34 </execution>
35 </executions>
36 </plugin>
37 </plugins>
38 </build>
39 <dependencies>
40 <!-- Core CMS code -->
41 <dependency>
42 <groupId>org.argeo.commons</groupId>
43 <artifactId>org.argeo.cms</artifactId>
44 <version>2.1.12-SNAPSHOT</version>
45 </dependency>
46
47 <!-- Commons -->
48 <dependency>
49 <groupId>org.argeo.commons</groupId>
50 <artifactId>org.argeo.util</artifactId>
51 <version>2.1.12-SNAPSHOT</version>
52 </dependency>
53
54 <!-- Node (without RAP) -->
55 <dependency>
56 <groupId>org.argeo.commons</groupId>
57 <artifactId>org.argeo.security.dep.node</artifactId>
58 <version>2.1.12-SNAPSHOT</version>
59 <exclusions>
60 <exclusion>
61 <groupId>org.argeo.tp</groupId>
62 <artifactId>org.eclipse.osgi</artifactId>
63 </exclusion>
64 </exclusions>
65 </dependency>
66
67 <!-- Minimal web target platform -->
68 <dependency>
69 <groupId>org.argeo.commons</groupId>
70 <artifactId>org.argeo.eclipse.dep.rwt</artifactId>
71 <version>2.1.12-SNAPSHOT</version>
72 <type>pom</type>
73 </dependency>
74 </dependencies>
75 </project>