]> git.argeo.org Git - lgpl/argeo-commons.git/blob - eclipse/dep/pom.xml
Remove unused import
[lgpl/argeo-commons.git] / eclipse / 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.eclipse</groupId>
6 <artifactId>eclipse</artifactId>
7 <version>0.3.4-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>dep</artifactId>
11 <name>Commons Eclipse Dependencies</name>
12 <packaging>pom</packaging>
13 <modules>
14 <module>org.argeo.eclipse.dep.common</module>
15 <module>org.argeo.eclipse.dep.rap</module>
16 <module>org.argeo.eclipse.dep.rcp</module>
17 </modules>
18 <build>
19 <resources>
20 <resource>
21 <directory>.</directory>
22 <includes>
23 <include>*.inf</include>
24 </includes>
25 </resource>
26 </resources>
27 <plugins>
28 <plugin>
29 <groupId>org.codehaus.mojo</groupId>
30 <artifactId>buildnumber-maven-plugin</artifactId>
31 <configuration>
32 <useLastCommittedRevision>false</useLastCommittedRevision>
33 </configuration>
34 </plugin>
35 <plugin>
36 <artifactId>maven-jar-plugin</artifactId>
37 </plugin>
38 <plugin>
39 <groupId>org.apache.felix</groupId>
40 <artifactId>maven-bundle-plugin</artifactId>
41 </plugin>
42 </plugins>
43 <pluginManagement>
44 <plugins>
45 <plugin>
46 <groupId>org.argeo.maven.plugins</groupId>
47 <artifactId>maven-argeo-osgi-plugin</artifactId>
48 <executions>
49 <execution>
50 <id>resolve-pde-sources</id>
51 <goals>
52 <goal>pde-sources</goal>
53 </goals>
54 <phase>generate-resources</phase>
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 <dependencies>
82 <dependency>
83 <groupId>org.argeo.commons.osgi</groupId>
84 <artifactId>org.argeo.osgi.boot</artifactId>
85 <version>0.3.4-SNAPSHOT</version>
86 <scope>test</scope>
87 </dependency>
88 </dependencies>
89 </project>