]> git.argeo.org Git - gpl/argeo-slc.git/blob - pom.xml
e89b4b200339242269f31786bc5491ef87b96ac4
[gpl/argeo-slc.git] / pom.xml
1 <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">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.slc</groupId>
5 <artifactId>argeo-slc</artifactId>
6 <version>2.1.17-SNAPSHOT</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>dep</artifactId>
10 <name>SLC Dependencies</name>
11 <packaging>pom</packaging>
12 <modules>
13 <module>org.argeo.slc.dep.minimal</module>
14 <module>org.argeo.slc.dep.spring</module>
15 <module>org.argeo.slc.dep.e4.rap</module>
16 <module>org.argeo.slc.dep.spring.e4.rap</module>
17 <!-- Legacy -->
18 <module>org.argeo.slc.dep.backend</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>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>${version.argeo-commons}</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 <dependency>
71 <groupId>org.argeo.tp.sdk</groupId>
72 <artifactId>org.hamcrest</artifactId>
73 <scope>test</scope>
74 </dependency>
75 </dependencies>
76 <profiles>
77 <profile>
78 <id>check-osgi</id>
79 <build>
80 <plugins>
81 <plugin>
82 <groupId>org.argeo.maven.plugins</groupId>
83 <artifactId>argeo-osgi-plugin</artifactId>
84 <executions>
85 <execution>
86 <id>check-osgi</id>
87 <phase>test</phase>
88 <goals>
89 <goal>equinox</goal>
90 </goals>
91 <configuration>
92 <onlyCheck>true</onlyCheck>
93 </configuration>
94 </execution>
95 </executions>
96 </plugin>
97 </plugins>
98 </build>
99 <dependencies>
100 <dependency>
101 <groupId>org.argeo.commons</groupId>
102 <artifactId>org.argeo.osgi.boot</artifactId>
103 <version>${version.argeo-commons}</version>
104 <scope>test</scope>
105 </dependency>
106 </dependencies>
107 </profile>
108 </profiles>
109 </project>