]> git.argeo.org Git - lgpl/argeo-commons.git/blob - dep/pom.xml
49fda1daea0dda4930f41c7a0f578af0b54f6a9f
[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.3.5</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.base</module>
15 <module>org.argeo.dep.cms.node</module>
16 <module>org.argeo.dep.cms.ext</module>
17 <module>org.argeo.dep.cms.ui.rcp</module>
18 <module>org.argeo.dep.cms.e4.rcp</module>
19 <module>org.argeo.dep.cms.ui.rap</module>
20 <module>org.argeo.dep.cms.e4.rap</module>
21 </modules>
22 <build>
23 <plugins>
24 <plugin>
25 <groupId>org.codehaus.mojo</groupId>
26 <artifactId>properties-maven-plugin</artifactId>
27 <configuration>
28 <quiet>true</quiet>
29 <files>
30 <file>../../cnf/${version.context}.bnd</file>
31 </files>
32 </configuration>
33 </plugin>
34 <plugin>
35 <groupId>org.apache.felix</groupId>
36 <artifactId>maven-bundle-plugin</artifactId>
37 <configuration>
38 <instructions>
39 <SLC-ModularDistribution>default</SLC-ModularDistribution>
40 </instructions>
41 </configuration>
42 </plugin>
43 <plugin>
44 <groupId>org.argeo.maven.plugins</groupId>
45 <artifactId>argeo-osgi-plugin</artifactId>
46 <executions>
47 <execution>
48 <id>generate-descriptors</id>
49 <goals>
50 <goal>descriptors</goal>
51 </goals>
52 <phase>generate-resources</phase>
53 </execution>
54 </executions>
55 </plugin>
56 <plugin>
57 <artifactId>maven-assembly-plugin</artifactId>
58 <configuration>
59 <attach>false</attach>
60 </configuration>
61 </plugin>
62 </plugins>
63 </build>
64 <dependencies>
65 <dependency>
66 <groupId>org.argeo.tp.equinox</groupId>
67 <artifactId>org.eclipse.osgi</artifactId>
68 <scope>test</scope>
69 </dependency>
70 <dependency>
71 <groupId>org.argeo.tp.sdk</groupId>
72 <artifactId>org.junit</artifactId>
73 <scope>test</scope>
74 </dependency>
75 <dependency>
76 <groupId>org.argeo.tp.sdk</groupId>
77 <artifactId>org.hamcrest</artifactId>
78 <scope>test</scope>
79 </dependency>
80 </dependencies>
81 <profiles>
82 <profile>
83 <id>a2-target</id>
84 <build>
85 <plugins>
86 <plugin>
87 <artifactId>maven-assembly-plugin</artifactId>
88 <configuration>
89 <descriptorRefs>
90 <descriptorRef>a2-target</descriptorRef>
91 </descriptorRefs>
92 </configuration>
93 </plugin>
94 </plugins>
95 </build>
96 </profile>
97 <profile>
98 <id>check-osgi</id>
99 <build>
100 <plugins>
101 <plugin>
102 <groupId>org.argeo.maven.plugins</groupId>
103 <artifactId>argeo-osgi-plugin</artifactId>
104 <executions>
105 <execution>
106 <id>check-osgi</id>
107 <phase>test</phase>
108 <goals>
109 <goal>equinox</goal>
110 </goals>
111 <configuration>
112 <onlyCheck>true</onlyCheck>
113 </configuration>
114 </execution>
115 </executions>
116 </plugin>
117 </plugins>
118 </build>
119 <dependencies>
120 <dependency>
121 <groupId>org.argeo.commons</groupId>
122 <artifactId>org.argeo.init</artifactId>
123 <version>2.3.5</version>
124 <scope>test</scope>
125 </dependency>
126 </dependencies>
127 </profile>
128 </profiles>
129 </project>