]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
5e20a4253e35be701e01aeec9ec32125b8c1e9a0
[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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.commons</groupId>
6 <artifactId>argeo-commons</artifactId>
7 <version>2.1.77</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>dep</artifactId>
11 <name>Commons Modular Distributions</name>
12 <packaging>pom</packaging>
13 <modules>
14 <module>org.argeo.dep.cms.client</module>
15 <module>org.argeo.dep.cms.node</module>
16 <module>org.argeo.dep.cms.platform</module>
17 <module>org.argeo.dep.cms.e4.rap</module>
18 <module>org.argeo.dep.cms.sdk</module>
19 </modules>
20 <build>
21 <plugins>
22 <plugin>
23 <groupId>org.apache.felix</groupId>
24 <artifactId>maven-bundle-plugin</artifactId>
25 <configuration>
26 <instructions>
27 <SLC-ModularDistribution>default</SLC-ModularDistribution>
28 </instructions>
29 </configuration>
30 </plugin>
31 <plugin>
32 <groupId>org.argeo.maven.plugins</groupId>
33 <artifactId>maven-argeo-osgi-plugin</artifactId>
34 <executions>
35 <execution>
36 <id>generate-descriptors</id>
37 <goals>
38 <goal>descriptors</goal>
39 </goals>
40 <phase>generate-resources</phase>
41 </execution>
42 </executions>
43 </plugin>
44 <plugin>
45 <artifactId>maven-assembly-plugin</artifactId>
46 <dependencies>
47 <dependency>
48 <groupId>org.argeo.commons</groupId>
49 <artifactId>assembly-descriptors</artifactId>
50 <version>2.1.77</version>
51 </dependency>
52 </dependencies>
53 <configuration>
54 <attach>false</attach>
55 </configuration>
56 </plugin>
57 </plugins>
58 </build>
59 <dependencies>
60 <dependency>
61 <groupId>org.argeo.tp.equinox</groupId>
62 <artifactId>org.eclipse.osgi</artifactId>
63 <scope>test</scope>
64 </dependency>
65 <dependency>
66 <groupId>org.argeo.tp.sdk</groupId>
67 <artifactId>org.junit</artifactId>
68 <scope>test</scope>
69 </dependency>
70 </dependencies>
71 <profiles>
72 <profile>
73 <id>check-osgi</id>
74 <build>
75 <plugins>
76 <plugin>
77 <groupId>org.argeo.maven.plugins</groupId>
78 <artifactId>maven-argeo-osgi-plugin</artifactId>
79 <executions>
80 <execution>
81 <id>check-osgi</id>
82 <phase>test</phase>
83 <goals>
84 <goal>equinox</goal>
85 </goals>
86 <configuration>
87 <onlyCheck>true</onlyCheck>
88 </configuration>
89 </execution>
90 </executions>
91 </plugin>
92 </plugins>
93 </build>
94 <dependencies>
95 <dependency>
96 <groupId>org.argeo.commons</groupId>
97 <artifactId>org.argeo.osgi.boot</artifactId>
98 <version>2.1.77</version>
99 <scope>test</scope>
100 </dependency>
101 </dependencies>
102 </profile>
103 </profiles>
104 </project>