]> git.argeo.org Git - lgpl/argeo-commons.git/blob - dep/pom.xml
Prepare Argeo Commons 2.1.27 release
[lgpl/argeo-commons.git] / dep / 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.27-SNAPSHOT</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.security.dep.node</module>
15 <module>org.argeo.dep.cms</module>
16 <module>org.argeo.security.dep.node.rap</module>
17 </modules>
18 <build>
19 <plugins>
20 <plugin>
21 <groupId>org.apache.felix</groupId>
22 <artifactId>maven-bundle-plugin</artifactId>
23 <configuration>
24 <instructions>
25 <SLC-ModularDistribution>default</SLC-ModularDistribution>
26 </instructions>
27 </configuration>
28 </plugin>
29 <plugin>
30 <groupId>org.argeo.maven.plugins</groupId>
31 <artifactId>maven-argeo-osgi-plugin</artifactId>
32 <executions>
33 <execution>
34 <id>generate-descriptors</id>
35 <goals>
36 <goal>descriptors</goal>
37 </goals>
38 <phase>generate-resources</phase>
39 </execution>
40 </executions>
41 </plugin>
42 </plugins>
43 </build>
44 <profiles>
45 <profile>
46 <id>check-osgi</id>
47 <build>
48 <plugins>
49 <plugin>
50 <groupId>org.argeo.maven.plugins</groupId>
51 <artifactId>maven-argeo-osgi-plugin</artifactId>
52 <executions>
53 <execution>
54 <id>check-osgi</id>
55 <phase>test</phase>
56 <goals>
57 <goal>equinox</goal>
58 </goals>
59 <configuration>
60 <onlyCheck>true</onlyCheck>
61 </configuration>
62 </execution>
63 </executions>
64 </plugin>
65 </plugins>
66 </build>
67 <dependencies>
68 <dependency>
69 <groupId>org.argeo.commons</groupId>
70 <artifactId>org.argeo.osgi.boot</artifactId>
71 <version>2.1.27-SNAPSHOT</version>
72 <scope>test</scope>
73 </dependency>
74 </dependencies>
75 </profile>
76 </profiles>
77 </project>