]> git.argeo.org Git - lgpl/argeo-commons.git/blob - dep/org.argeo.security.dep.node/pom.xml
Merge adaptations related to the new third parties.
[lgpl/argeo-commons.git] / dep / org.argeo.security.dep.node / pom.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.argeo.commons</groupId>
7 <version>2.1.12-SNAPSHOT</version>
8 <artifactId>dep</artifactId>
9 <relativePath>..</relativePath>
10 </parent>
11 <artifactId>org.argeo.security.dep.node</artifactId>
12 <name>Node Backend</name>
13 <build>
14 <plugins>
15 <plugin>
16 <groupId>org.apache.felix</groupId>
17 <artifactId>maven-bundle-plugin</artifactId>
18 <configuration>
19 <instructions>
20 <SLC-ModularDistribution>default</SLC-ModularDistribution>
21 </instructions>
22 </configuration>
23 </plugin>
24 <plugin>
25 <groupId>org.argeo.maven.plugins</groupId>
26 <artifactId>maven-argeo-osgi-plugin</artifactId>
27 <executions>
28 <execution>
29 <id>generate-descriptors</id>
30 <goals>
31 <goal>descriptors</goal>
32 </goals>
33 <phase>generate-resources</phase>
34 </execution>
35 </executions>
36 </plugin>
37 </plugins>
38 </build>
39 <dependencies>
40 <!-- Third Parties -->
41 <dependency>
42 <groupId>org.argeo.tp</groupId>
43 <artifactId>argeo-tp</artifactId>
44 <version>${version.argeo-distribution}</version>
45 </dependency>
46
47 <!-- Default JCR repositories configurations -->
48 <dependency>
49 <groupId>org.argeo.commons</groupId>
50 <artifactId>org.argeo.node.repo.jackrabbit</artifactId>
51 <version>2.1.12-SNAPSHOT</version>
52 </dependency>
53
54 <!-- OSGi Boot (and Equinox) -->
55 <dependency>
56 <groupId>org.argeo.commons</groupId>
57 <artifactId>org.argeo.osgi.boot</artifactId>
58 <version>2.1.12-SNAPSHOT</version>
59 </dependency>
60
61 <!-- Logging -->
62 <!-- <dependency> -->
63 <!-- <groupId>org.argeo.commons</groupId> -->
64 <!-- <artifactId>org.argeo.dep.log4j</artifactId> -->
65 <!-- <version>2.1.12-SNAPSHOT</version> -->
66 <!-- <type>pom</type> -->
67 <!-- </dependency> -->
68
69 <!-- Argeo Server -->
70 <!-- <dependency> -->
71 <!-- <groupId>org.argeo.commons</groupId> -->
72 <!-- <artifactId>org.argeo.server.core</artifactId> -->
73 <!-- <version>2.1.12-SNAPSHOT</version> -->
74 <!-- </dependency> -->
75
76 <!-- Argeo Security -->
77 <dependency>
78 <groupId>org.argeo.commons</groupId>
79 <artifactId>org.argeo.security.core</artifactId>
80 <version>2.1.12-SNAPSHOT</version>
81 </dependency>
82
83 <!-- Jackrabbit -->
84 <dependency>
85 <groupId>org.argeo.commons</groupId>
86 <artifactId>org.argeo.server.jackrabbit</artifactId>
87 <version>2.1.12-SNAPSHOT</version>
88 </dependency>
89 <dependency>
90 <groupId>org.argeo.commons</groupId>
91 <artifactId>org.argeo.security.jackrabbit</artifactId>
92 <version>2.1.12-SNAPSHOT</version>
93 </dependency>
94
95 <!-- Scheduling -->
96 <!-- <dependency> -->
97 <!-- <groupId>org.argeo.tp</groupId> -->
98 <!-- <artifactId>org.quartz</artifactId> -->
99 <!-- </dependency> -->
100
101 <!-- Security (Jackrabbit) -->
102 <dependency>
103 <groupId>org.argeo.commons</groupId>
104 <artifactId>org.argeo.security.dao.jackrabbit</artifactId>
105 <version>2.1.12-SNAPSHOT</version>
106 </dependency>
107
108 <!-- Security (Standalone) -->
109 <dependency>
110 <groupId>org.argeo.commons</groupId>
111 <artifactId>org.argeo.security.dao.os</artifactId>
112 <version>2.1.12-SNAPSHOT</version>
113 </dependency>
114
115 <dependency>
116 <groupId>org.argeo.commons</groupId>
117 <artifactId>org.argeo.server.jcr.mvc</artifactId>
118 <version>2.1.12-SNAPSHOT</version>
119 </dependency>
120 <!-- <dependency> -->
121 <!-- <groupId>org.argeo.commons</groupId> -->
122 <!-- <artifactId>org.argeo.jackrabbit.webapp</artifactId> -->
123 <!-- <version>2.1.12-SNAPSHOT</version> -->
124 <!-- </dependency> -->
125
126 <!-- DB drivers -->
127 <!-- <dependency> -->
128 <!-- <groupId>org.argeo.tp</groupId> -->
129 <!-- <artifactId>org.h2</artifactId> -->
130 <!-- </dependency> -->
131 <!-- <dependency> -->
132 <!-- <groupId>org.argeo.tp</groupId> -->
133 <!-- <artifactId>com.mysql.jdbc</artifactId> -->
134 <!-- </dependency> -->
135 <!-- <dependency> -->
136 <!-- <groupId>org.argeo.tp</groupId> -->
137 <!-- <artifactId>org.postgresql.jdbc3</artifactId> -->
138 <!-- </dependency> -->
139
140 <!-- LDAP Apache Directory server -->
141 <!-- <dependency> -->
142 <!-- <groupId>org.argeo.commons</groupId> -->
143 <!-- <artifactId>org.argeo.server.dep.ads</artifactId> -->
144 <!-- <version>2.1.12-SNAPSHOT</version> -->
145 <!-- <type>pom</type> -->
146 <!-- </dependency> -->
147 <!-- <dependency> -->
148 <!-- <groupId>org.argeo.commons</groupId> -->
149 <!-- <artifactId>org.argeo.server.ads.server</artifactId> -->
150 <!-- <version>2.1.12-SNAPSHOT</version> -->
151 <!-- </dependency> -->
152 <!-- <dependency> -->
153 <!-- <groupId>org.argeo.commons</groupId> -->
154 <!-- <artifactId>org.argeo.server.ads</artifactId> -->
155 <!-- <version>2.1.12-SNAPSHOT</version> -->
156 <!-- </dependency> -->
157
158 </dependencies>
159 <profiles>
160 <profile>
161 <id>check-osgi</id>
162 <build>
163 <plugins>
164 <plugin>
165 <groupId>org.argeo.maven.plugins</groupId>
166 <artifactId>maven-argeo-osgi-plugin</artifactId>
167 <executions>
168 <execution>
169 <id>check-osgi</id>
170 <phase>test</phase>
171 <goals>
172 <goal>equinox</goal>
173 </goals>
174 <configuration>
175 <onlyCheck>true</onlyCheck>
176 </configuration>
177 </execution>
178 </executions>
179 </plugin>
180 </plugins>
181 </build>
182 <dependencies>
183 <!-- OSGi test -->
184 <dependency>
185 <groupId>org.argeo.commons</groupId>
186 <artifactId>org.argeo.osgi.boot</artifactId>
187 <version>2.1.12-SNAPSHOT</version>
188 <scope>test</scope>
189 </dependency>
190
191 <dependency>
192 <groupId>org.argeo.tp</groupId>
193 <artifactId>argeo-tp</artifactId>
194 <version>${version.argeo-distribution}</version>
195 <exclusions>
196 <exclusion>
197 <groupId>org.argeo.tp.equinox</groupId>
198 <artifactId>org.eclipse.equinox.security</artifactId>
199 </exclusion>
200 </exclusions>
201 </dependency>
202 </dependencies>
203 </profile>
204 <profile>
205 <id>rpmbuild</id>
206 <build>
207 <plugins>
208 <plugin>
209 <groupId>org.apache.maven.plugins</groupId>
210 <artifactId>maven-dependency-plugin</artifactId>
211 <executions>
212 <execution>
213 <id>copy-node</id>
214 <phase>package</phase>
215 <goals>
216 <goal>copy-dependencies</goal>
217 </goals>
218 <configuration>
219 <includeTypes>jar</includeTypes>
220 <includeGroupIds>org.argeo.commons.base,org.argeo.commons.server,org.argeo.commons.security</includeGroupIds>
221 <excludeArtifactIds>org.argeo.osgi.boot</excludeArtifactIds>
222 <outputDirectory>${project.build.directory}/node</outputDirectory>
223 </configuration>
224 </execution>
225 </executions>
226 </plugin>
227 <plugin>
228 <groupId>org.codehaus.mojo</groupId>
229 <artifactId>rpm-maven-plugin</artifactId>
230 <executions>
231 <execution>
232 <id>rpm-node</id>
233 <phase>package</phase>
234 <goals>
235 <goal>rpm</goal>
236 </goals>
237 <configuration>
238 <name>argeo-node</name>
239 <mappings>
240 <mapping>
241 <directory>/usr/share/osgi</directory>
242 <username>root</username>
243 <groupname>root</groupname>
244 <filemode>644</filemode>
245 <directoryIncluded>false</directoryIncluded>
246 <sources>
247 <source>
248 <location>${project.build.directory}/node</location>
249 </source>
250 </sources>
251 </mapping>
252 </mappings>
253 <requires>
254 <require>argeo-node-tp</require>
255 </requires>
256 </configuration>
257 </execution>
258 </executions>
259 </plugin>
260 </plugins>
261 </build>
262 </profile>
263 <profile>
264 <id>rpmbuild-tp</id>
265 <build>
266 <plugins>
267 <plugin>
268 <groupId>org.apache.maven.plugins</groupId>
269 <artifactId>maven-dependency-plugin</artifactId>
270 <executions>
271 <execution>
272 <id>copy-tp</id>
273 <phase>package</phase>
274 <goals>
275 <goal>copy-dependencies</goal>
276 </goals>
277 <configuration>
278 <includeTypes>jar</includeTypes>
279 <excludeGroupIds>org.argeo.commons.base,org.argeo.commons.server,org.argeo.commons.security</excludeGroupIds>
280 <excludeArtifactIds>org.eclipse.osgi</excludeArtifactIds>
281 <outputDirectory>${project.build.directory}/node-tp</outputDirectory>
282 </configuration>
283 </execution>
284 </executions>
285 </plugin>
286 <plugin>
287 <groupId>org.codehaus.mojo</groupId>
288 <artifactId>rpm-maven-plugin</artifactId>
289 <executions>
290 <execution>
291 <id>rpm-node-tp</id>
292 <phase>package</phase>
293 <goals>
294 <goal>rpm</goal>
295 </goals>
296 <configuration>
297 <name>argeo-node-tp</name>
298 <classifier>rpm-tp</classifier>
299 <projversion>${version.argeo-distribution}</projversion>
300 <mappings>
301 <mapping>
302 <directory>/usr/share/osgi</directory>
303 <username>root</username>
304 <groupname>root</groupname>
305 <filemode>644</filemode>
306 <directoryIncluded>false</directoryIncluded>
307 <sources>
308 <source>
309 <location>${project.build.directory}/node-tp</location>
310 </source>
311 </sources>
312 </mapping>
313 </mappings>
314 </configuration>
315 </execution>
316 </executions>
317 </plugin>
318 </plugins>
319 </build>
320 </profile>
321 </profiles>
322 </project>