]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
16aabfad722ec9981d2119c627063d9741afba53
[lgpl/argeo-commons.git] / 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.commons.server</groupId>
6 <version>0.2.3-SNAPSHOT</version>
7 <artifactId>plugins</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.jcr.ui.explorer</artifactId>
11 <name>Commons JCR Explorer</name>
12 <build>
13 <plugins>
14 <plugin>
15 <groupId>org.argeo.maven.plugins</groupId>
16 <artifactId>maven-argeo-osgi-plugin</artifactId>
17 <executions>
18 <execution>
19 <id>resolve-pde-sources</id>
20 <goals>
21 <goal>pde-sources</goal>
22 </goals>
23 <phase>generate-resources</phase>
24 </execution>
25 <execution>
26 <id>generate-descriptors</id>
27 <goals>
28 <goal>descriptors</goal>
29 </goals>
30 <phase>generate-resources</phase>
31 </execution>
32 <execution>
33 <id>check-osgi</id>
34 <phase>test</phase>
35 <goals>
36 <goal>equinox</goal>
37 </goals>
38 <configuration>
39 <onlyCheck>true</onlyCheck>
40 <argsToAppend>
41 <arg>-clean</arg>
42 </argsToAppend>
43 </configuration>
44 </execution>
45 </executions>
46 </plugin>
47 </plugins>
48 </build>
49 <dependencies>
50 <dependency>
51 <groupId>org.argeo.commons.eclipse</groupId>
52 <artifactId>org.argeo.eclipse.ui.jcr</artifactId>
53 <version>0.2.3-SNAPSHOT</version>
54 </dependency>
55
56 <!-- RCP only dependency, needed at compile time -->
57 <dependency>
58 <groupId>org.argeo.commons.eclipse</groupId>
59 <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
60 <version>0.2.3-SNAPSHOT</version>
61 <scope>provided</scope>
62 </dependency>
63
64 <!-- Testing and target platform -->
65 <dependency>
66 <groupId>org.argeo.commons.server</groupId>
67 <artifactId>org.argeo.server.dep.node</artifactId>
68 <version>${version.argeo-commons}</version>
69 <type>pom</type>
70 <scope>test</scope>
71 </dependency>
72 </dependencies>
73 </project>