]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
de8114ed0423c99c5a3a4946f58f928ad531c7d9
[lgpl/argeo-commons.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
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 <artifactId>argeo-commons</artifactId>
8 <version>2.1.32-SNAPSHOT</version>
9 <relativePath>..</relativePath>
10 </parent>
11 <artifactId>dep</artifactId>
12 <name>Commons Modular Distributions</name>
13 <packaging>pom</packaging>
14 <modules>
15 <module>org.argeo.dep.cms.client</module>
16 <module>org.argeo.dep.cms.node</module>
17 <module>org.argeo.dep.cms.platform</module>
18 <module>org.argeo.dep.cms.sdk</module>
19 <!-- legacy -->
20 <!-- <module>org.argeo.security.dep.node</module> -->
21 <!-- <module>org.argeo.dep.cms</module> -->
22 <!-- <module>org.argeo.security.dep.node.rap</module> -->
23 </modules>
24 <build>
25 <plugins>
26 <plugin>
27 <groupId>org.apache.felix</groupId>
28 <artifactId>maven-bundle-plugin</artifactId>
29 <configuration>
30 <instructions>
31 <SLC-ModularDistribution>default</SLC-ModularDistribution>
32 </instructions>
33 </configuration>
34 </plugin>
35 <plugin>
36 <groupId>org.argeo.maven.plugins</groupId>
37 <artifactId>maven-argeo-osgi-plugin</artifactId>
38 <executions>
39 <execution>
40 <id>generate-descriptors</id>
41 <goals>
42 <goal>descriptors</goal>
43 </goals>
44 <phase>generate-resources</phase>
45 </execution>
46 </executions>
47 </plugin>
48 </plugins>
49 </build>
50 <profiles>
51 <profile>
52 <id>check-osgi</id>
53 <build>
54 <plugins>
55 <plugin>
56 <groupId>org.argeo.maven.plugins</groupId>
57 <artifactId>maven-argeo-osgi-plugin</artifactId>
58 <executions>
59 <execution>
60 <id>check-osgi</id>
61 <phase>test</phase>
62 <goals>
63 <goal>equinox</goal>
64 </goals>
65 <configuration>
66 <onlyCheck>true</onlyCheck>
67 </configuration>
68 </execution>
69 </executions>
70 </plugin>
71 </plugins>
72 </build>
73 <dependencies>
74 <dependency>
75 <groupId>org.argeo.commons</groupId>
76 <artifactId>org.argeo.osgi.boot</artifactId>
77 <version>2.1.32-SNAPSHOT</version>
78 <scope>test</scope>
79 </dependency>
80 </dependencies>
81 </profile>
82 </profiles>
83 </project>