]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
4f95f9dc533e26ef107734016518f62b19c7950b
[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</groupId>
5 <version>2.1.12-SNAPSHOT</version>
6 <artifactId>dep</artifactId>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.security.dep.node.rap</artifactId>
10 <name>Node Eclipse RAP</name>
11 <build>
12 <plugins>
13 <plugin>
14 <groupId>org.apache.felix</groupId>
15 <artifactId>maven-bundle-plugin</artifactId>
16 <configuration>
17 <instructions>
18 <SLC-ModularDistribution>default</SLC-ModularDistribution>
19 </instructions>
20 </configuration>
21 </plugin>
22 <plugin>
23 <groupId>org.argeo.maven.plugins</groupId>
24 <artifactId>maven-argeo-osgi-plugin</artifactId>
25 <executions>
26 <execution>
27 <id>generate-descriptors</id>
28 <goals>
29 <goal>descriptors</goal>
30 </goals>
31 <phase>generate-resources</phase>
32 </execution>
33 </executions>
34 </plugin>
35 </plugins>
36 </build>
37 <dependencies>
38 <!-- Applications -->
39 <dependency>
40 <groupId>org.argeo.commons</groupId>
41 <artifactId>org.argeo.eclipse.ui.workbench</artifactId>
42 <version>2.1.12-SNAPSHOT</version>
43 </dependency>
44 <dependency>
45 <groupId>org.argeo.commons</groupId>
46 <artifactId>org.argeo.security.ui.admin</artifactId>
47 <version>2.1.12-SNAPSHOT</version>
48 </dependency>
49 <dependency>
50 <groupId>org.argeo.commons</groupId>
51 <artifactId>org.argeo.security.mvc</artifactId>
52 <version>2.1.12-SNAPSHOT</version>
53 </dependency>
54
55 <!-- Basis -->
56 <dependency>
57 <groupId>org.argeo.commons</groupId>
58 <artifactId>org.argeo.security.dep.node</artifactId>
59 <version>2.1.12-SNAPSHOT</version>
60 <type>pom</type>
61 <exclusions>
62 <!-- <exclusion>
63 <groupId>org.argeo.commons</groupId>
64 <artifactId>org.argeo.security.dao.jackrabbit</artifactId>
65 </exclusion> -->
66 <exclusion>
67 <groupId>org.argeo.commons</groupId>
68 <artifactId>org.argeo.security.dao.os</artifactId>
69 </exclusion>
70 <exclusion>
71 <groupId>org.argeo.commons</groupId>
72 <artifactId>org.argeo.server.catalina.start</artifactId>
73 </exclusion>
74 <exclusion>
75 <groupId>org.argeo.commons</groupId>
76 <artifactId>org.argeo.server.webextender</artifactId>
77 </exclusion>
78 <exclusion>
79 <groupId>org.argeo.tp</groupId>
80 <artifactId>org.apache.jasper</artifactId>
81 </exclusion>
82 <exclusion>
83 <groupId>org.argeo.tp</groupId>
84 <artifactId>org.springframework.osgi.web.extender</artifactId>
85 </exclusion>
86 </exclusions>
87 </dependency>
88 <dependency>
89 <groupId>org.argeo.commons</groupId>
90 <artifactId>org.argeo.security.ui.rap</artifactId>
91 <version>2.1.12-SNAPSHOT</version>
92 </dependency>
93
94 <!-- For Tomcat deployment
95 <dependency>
96 <groupId>org.argeo.commons</groupId>
97 <artifactId>org.argeo.server.rap.webapp</artifactId>
98 <version>2.1.1.tp-SNAPSHOT</version>
99 </dependency>
100 -->
101 </dependencies>
102 <profiles>
103 <profile>
104 <id>check-osgi</id>
105 <build>
106 <plugins>
107 <plugin>
108 <groupId>org.argeo.maven.plugins</groupId>
109 <artifactId>maven-argeo-osgi-plugin</artifactId>
110 <executions>
111 <execution>
112 <id>check-osgi</id>
113 <phase>test</phase>
114 <goals>
115 <goal>equinox</goal>
116 </goals>
117 <configuration>
118 <onlyCheck>true</onlyCheck>
119 </configuration>
120 </execution>
121 </executions>
122 </plugin>
123 </plugins>
124 </build>
125 <dependencies>
126 <!-- OSGi test -->
127 <dependency>
128 <groupId>org.argeo.commons</groupId>
129 <artifactId>org.argeo.osgi.boot</artifactId>
130 <version>2.1.12-SNAPSHOT</version>
131 <scope>test</scope>
132 </dependency>
133 </dependencies>
134 </profile>
135 <profile>
136 <id>rpmbuild</id>
137 <build>
138 <plugins>
139 <plugin>
140 <groupId>org.codehaus.mojo</groupId>
141 <artifactId>rpm-maven-plugin</artifactId>
142 <executions>
143 <execution>
144 <id>rpm-node-rap</id>
145 <phase>package</phase>
146 <goals>
147 <goal>rpm</goal>
148 </goals>
149 <configuration>
150 <name>argeo-node-rap</name>
151 <mappings>
152 <!-- <mapping> -->
153 <!-- <directory>/etc/argeo-node-rap</directory> -->
154 <!-- <username>root</username> -->
155 <!-- <groupname>root</groupname> -->
156 <!-- <filemode>644</filemode> -->
157 <!-- <configuration>true</configuration> -->
158 <!-- <directoryIncluded>false</directoryIncluded> -->
159 <!-- <sources> -->
160 <!-- <source> -->
161 <!-- <location>src/main/rpm/etc/argeo-node-rap</location> -->
162 <!-- </source> -->
163 <!-- </sources> -->
164 <!-- </mapping> -->
165 <mapping>
166 <directory>/usr/share/osgi/rap</directory>
167 <username>root</username>
168 <groupname>root</groupname>
169 <filemode>644</filemode>
170 <directoryIncluded>false</directoryIncluded>
171 <dependency>
172 <includes>
173 <include>org.argeo.commons.base:org.argeo.eclipse.ui.rap</include>
174 <include>org.argeo.commons.server:org.argeo.server.rap.webapp</include>
175 <include>org.argeo.commons.security:org.argeo.security.ui.rap</include>
176 </includes>
177 </dependency>
178 </mapping>
179 </mappings>
180 <requires>
181 <require>argeo-node</require>
182 <require>argeo-node-eclipse</require>
183 <require>eclipse-rap</require>
184 </requires>
185 </configuration>
186 </execution>
187 </executions>
188 </plugin>
189 </plugins>
190 </build>
191 </profile>
192 </profiles>
193 </project>