]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
d1f43702fa19fa6b68c63a92e4e212f4b1b56735
[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"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.argeo.commons.eclipse</groupId>
7 <artifactId>eclipse</artifactId>
8 <version>0.3.5-SNAPSHOT</version>
9 <relativePath>..</relativePath>
10 </parent>
11 <artifactId>dep</artifactId>
12 <name>Commons Eclipse Dependencies</name>
13 <packaging>pom</packaging>
14 <modules>
15 <module>org.argeo.eclipse.dep.common</module>
16 <module>org.argeo.eclipse.dep.rap</module>
17 <module>org.argeo.eclipse.dep.rcp</module>
18 </modules>
19 <build>
20 <resources>
21 <resource>
22 <directory>.</directory>
23 <includes>
24 <include>*.inf</include>
25 </includes>
26 </resource>
27 </resources>
28 <plugins>
29 <plugin>
30 <groupId>org.codehaus.mojo</groupId>
31 <artifactId>buildnumber-maven-plugin</artifactId>
32 <configuration>
33 <useLastCommittedRevision>false</useLastCommittedRevision>
34 </configuration>
35 </plugin>
36 <plugin>
37 <artifactId>maven-jar-plugin</artifactId>
38 </plugin>
39 <plugin>
40 <groupId>org.apache.felix</groupId>
41 <artifactId>maven-bundle-plugin</artifactId>
42 </plugin>
43 </plugins>
44 <pluginManagement>
45 <plugins>
46 <plugin>
47 <groupId>org.argeo.maven.plugins</groupId>
48 <artifactId>maven-argeo-osgi-plugin</artifactId>
49 <executions>
50 <execution>
51 <id>generate-descriptors</id>
52 <goals>
53 <goal>descriptors</goal>
54 </goals>
55 <phase>generate-resources</phase>
56 </execution>
57 </executions>
58 </plugin>
59 </plugins>
60 </pluginManagement>
61 </build>
62 <profiles>
63 <profile>
64 <id>check-osgi</id>
65 <dependencies>
66 <dependency>
67 <groupId>org.argeo.commons.osgi</groupId>
68 <artifactId>org.argeo.osgi.boot</artifactId>
69 <version>0.3.5-SNAPSHOT</version>
70 <scope>test</scope>
71 </dependency>
72 </dependencies>
73 </profile>
74 </profiles>
75 </project>