]> git.argeo.org Git - gpl/argeo-slc.git/blob - dep/pom.xml
ea056d031ee7f1d44ae8368ed9ea43cf65d25c1a
[gpl/argeo-slc.git] / dep / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 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.slc</groupId>
6 <artifactId>argeo-slc</artifactId>
7 <version>0.13.1-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>dep</artifactId>
11 <name>SLC Dependencies</name>
12 <packaging>pom</packaging>
13 <modules>
14 <module>org.argeo.slc.dep.agent</module>
15 <module>org.argeo.slc.dep.server</module>
16 <module>org.argeo.slc.dep.detached</module>
17 <module>org.argeo.slc.dep.gis</module>
18 <module>org.argeo.slc.dep.backend</module>
19 <module>org.argeo.slc.dep.sdk.rcp</module>
20 <module>org.argeo.slc.dep.sdk.rap</module>
21 </modules>
22 <build>
23 <resources>
24 <resource>
25 <directory>.</directory>
26 <includes>
27 <include>*.inf</include>
28 </includes>
29 </resource>
30 </resources>
31 <plugins>
32 <plugin>
33 <groupId>org.codehaus.mojo</groupId>
34 <artifactId>buildnumber-maven-plugin</artifactId>
35 <configuration>
36 <useLastCommittedRevision>false</useLastCommittedRevision>
37 </configuration>
38 </plugin>
39 </plugins>
40 <pluginManagement>
41 <plugins>
42 <plugin>
43 <groupId>org.argeo.maven.plugins</groupId>
44 <artifactId>maven-argeo-osgi-plugin</artifactId>
45 <executions>
46 <execution>
47 <id>resolve-pde-sources</id>
48 <goals>
49 <goal>pde-sources</goal>
50 </goals>
51 <phase>generate-resources</phase>
52 <configuration>
53 <copyArtifacts>false</copyArtifacts>
54 </configuration>
55 </execution>
56 <execution>
57 <id>generate-descriptors</id>
58 <goals>
59 <goal>descriptors</goal>
60 </goals>
61 <phase>generate-resources</phase>
62 </execution>
63 <execution>
64 <id>check-osgi</id>
65 <phase>test</phase>
66 <goals>
67 <goal>equinox</goal>
68 </goals>
69 <configuration>
70 <onlyCheck>true</onlyCheck>
71 <argsToAppend>
72 <arg>-clean</arg>
73 </argsToAppend>
74 </configuration>
75 </execution>
76 </executions>
77 </plugin>
78 </plugins>
79 </pluginManagement>
80 </build>
81 </project>