]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
f5c2e2eaab752f8a2c92fab629c1cb2c339fbabc
[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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.commons.security</groupId>
5 <version>0.2.2</version>
6 <artifactId>plugins</artifactId>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.security.ui.rap</artifactId>
10 <name>Commons Security UI RAP</name>
11 <packaging>jar</packaging>
12 <build>
13 <plugins>
14 <plugin>
15 <groupId>org.apache.maven.plugins</groupId>
16 <artifactId>maven-compiler-plugin</artifactId>
17 </plugin>
18 <plugin>
19 <groupId>org.apache.maven.plugins</groupId>
20 <artifactId>maven-source-plugin</artifactId>
21 </plugin>
22 <plugin>
23 <groupId>org.apache.maven.plugins</groupId>
24 <artifactId>maven-jar-plugin</artifactId>
25 </plugin>
26 <plugin>
27 <groupId>org.argeo.maven.plugins</groupId>
28 <artifactId>maven-argeo-osgi-plugin</artifactId>
29 <executions>
30 <execution>
31 <id>resolve-pde-sources</id>
32 <goals>
33 <goal>pde-sources</goal>
34 </goals>
35 <phase>generate-resources</phase>
36 </execution>
37 <execution>
38 <id>generate-descriptors</id>
39 <goals>
40 <goal>descriptors</goal>
41 </goals>
42 <phase>generate-resources</phase>
43 </execution>
44 <execution>
45 <id>check-osgi</id>
46 <phase>test</phase>
47 <goals>
48 <goal>equinox</goal>
49 </goals>
50 <configuration>
51 <onlyCheck>true</onlyCheck>
52 <argsToAppend>
53 <arg>-clean</arg>
54 </argsToAppend>
55 </configuration>
56 </execution>
57 </executions>
58 </plugin>
59 </plugins>
60 </build>
61 <dependencies>
62 <dependency>
63 <groupId>org.argeo.commons.security</groupId>
64 <artifactId>org.argeo.security.ui.application</artifactId>
65 <version>0.2.2</version>
66 <exclusions>
67 <exclusion>
68 <groupId>org.argeo.commons.eclipse</groupId>
69 <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
70 </exclusion>
71 </exclusions>
72 </dependency>
73 <!-- RAP -->
74 <dependency>
75 <groupId>org.argeo.commons.eclipse</groupId>
76 <artifactId>org.argeo.eclipse.dep.rap</artifactId>
77 <version>0.2.2</version>
78 </dependency>
79 </dependencies>
80 </project>