]> git.argeo.org Git - lgpl/argeo-commons.git/blob - eclipse/dep/pom.xml
fix bug 85 : JCR explorer refresh was not implemented for TreeParent objects of type...
[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>1.1.3-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.rap</module>
15 <module>org.argeo.eclipse.dep.rcp</module>
16 </modules>
17 <build>
18 <resources>
19 <resource>
20 <directory>.</directory>
21 <includes>
22 <include>*.inf</include>
23 </includes>
24 </resource>
25 </resources>
26 <plugins>
27 <plugin>
28 <groupId>org.codehaus.mojo</groupId>
29 <artifactId>buildnumber-maven-plugin</artifactId>
30 <configuration>
31 <useLastCommittedRevision>false</useLastCommittedRevision>
32 </configuration>
33 </plugin>
34 <plugin>
35 <artifactId>maven-jar-plugin</artifactId>
36 </plugin>
37 <plugin>
38 <groupId>org.apache.felix</groupId>
39 <artifactId>maven-bundle-plugin</artifactId>
40 </plugin>
41 </plugins>
42 <pluginManagement>
43 <plugins>
44 <plugin>
45 <groupId>org.argeo.maven.plugins</groupId>
46 <artifactId>maven-argeo-osgi-plugin</artifactId>
47 <executions>
48 <execution>
49 <id>generate-descriptors</id>
50 <goals>
51 <goal>descriptors</goal>
52 </goals>
53 <phase>generate-resources</phase>
54 </execution>
55 </executions>
56 </plugin>
57 </plugins>
58 </pluginManagement>
59 </build>
60 <profiles>
61 <profile>
62 <id>check-osgi</id>
63 <dependencies>
64 <dependency>
65 <groupId>org.argeo.commons.osgi</groupId>
66 <artifactId>org.argeo.osgi.boot</artifactId>
67 <version>1.1.3-SNAPSHOT</version>
68 <scope>test</scope>
69 </dependency>
70 </dependencies>
71 </profile>
72 </profiles>
73 </project>