]> git.argeo.org Git - lgpl/argeo-commons.git/blob - dep/org.argeo.dep.cms.minimal/pom.xml
First draft of file system based GCR
[lgpl/argeo-commons.git] / dep / org.argeo.dep.cms.minimal / pom.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5 <modelVersion>4.0.0</modelVersion>
6 <parent>
7 <groupId>org.argeo.commons</groupId>
8 <version>2.3-SNAPSHOT</version>
9 <artifactId>dep</artifactId>
10 <relativePath>..</relativePath>
11 </parent>
12 <artifactId>org.argeo.dep.cms.minimal</artifactId>
13 <name>CMS Minimal</name>
14 <dependencies>
15
16 <!-- Argeo Commons -->
17 <dependency>
18 <groupId>org.argeo.commons</groupId>
19 <artifactId>org.argeo.enterprise</artifactId>
20 <version>2.3-SNAPSHOT</version>
21 </dependency>
22 <!-- <dependency> -->
23 <!-- <groupId>org.argeo.commons</groupId> -->
24 <!-- <artifactId>org.argeo.jcr</artifactId> -->
25 <!-- <version>2.3-SNAPSHOT</version> -->
26 <!-- </dependency> -->
27 <!-- <dependency> -->
28 <!-- <groupId>org.argeo.commons</groupId> -->
29 <!-- <artifactId>org.argeo.core</artifactId> -->
30 <!-- <version>2.3-SNAPSHOT</version> -->
31 <!-- </dependency> -->
32
33 <dependency>
34 <groupId>org.argeo.commons</groupId>
35 <artifactId>org.argeo.api</artifactId>
36 <version>2.3-SNAPSHOT</version>
37 </dependency>
38 <dependency>
39 <groupId>org.argeo.commons</groupId>
40 <artifactId>org.argeo.cms</artifactId>
41 <version>2.3-SNAPSHOT</version>
42 </dependency>
43
44 <!-- Third Parties -->
45
46 <dependency>
47 <groupId>org.argeo.tp.apache</groupId>
48 <artifactId>org.apache.log4j</artifactId>
49 </dependency>
50 <dependency>
51 <groupId>org.argeo.tp.misc</groupId>
52 <artifactId>org.slf4j.log4j12</artifactId>
53 </dependency>
54 <dependency>
55 <groupId>org.argeo.tp.misc</groupId>
56 <artifactId>org.slf4j.api</artifactId>
57 </dependency>
58 <dependency>
59 <groupId>org.argeo.tp.misc</groupId>
60 <artifactId>org.slf4j.commons.logging</artifactId>
61 </dependency>
62
63 <!-- OSGi annotations -->
64 <!-- <dependency> -->
65 <!-- <groupId>org.argeo.tp.sdk</groupId> -->
66 <!-- <artifactId>osgi.annotation</artifactId> -->
67 <!-- </dependency> -->
68 <!-- <dependency> -->
69 <!-- <groupId>org.argeo.tp.sdk</groupId> -->
70 <!-- <artifactId>org.osgi.service.metatype.annotations</artifactId> -->
71 <!-- </dependency> -->
72 <!-- <dependency> -->
73 <!-- <groupId>org.argeo.tp.sdk</groupId> -->
74 <!-- <artifactId>org.osgi.service.component.annotations</artifactId> -->
75 <!-- </dependency> -->
76
77 <!-- Bouncycastle -->
78 <dependency>
79 <groupId>org.argeo.tp.bouncycastle</groupId>
80 <artifactId>bcprov</artifactId>
81 </dependency>
82 <dependency>
83 <groupId>org.argeo.tp.bouncycastle</groupId>
84 <artifactId>bcpkix</artifactId>
85 </dependency>
86 <!-- <dependency> -->
87 <!-- <groupId>org.argeo.tp.bouncycastle</groupId> -->
88 <!-- <artifactId>bcpg</artifactId> -->
89 <!-- </dependency> -->
90
91 <!-- Apache Commons -->
92 <dependency>
93 <groupId>org.argeo.tp.apache.commons</groupId>
94 <artifactId>org.apache.commons.io</artifactId>
95 </dependency>
96 <dependency>
97 <groupId>org.argeo.tp.apache.commons</groupId>
98 <artifactId>org.apache.commons.codec</artifactId>
99 </dependency>
100 <dependency>
101 <groupId>org.argeo.tp.apache.commons</groupId>
102 <artifactId>org.apache.commons.httpclient</artifactId>
103 </dependency>
104
105 <!-- Equinox -->
106 <dependency>
107 <groupId>org.argeo.tp.equinox</groupId>
108 <artifactId>org.eclipse.osgi.util</artifactId>
109 </dependency>
110 <dependency>
111 <groupId>org.argeo.tp.equinox</groupId>
112 <artifactId>org.eclipse.equinox.util</artifactId>
113 </dependency>
114 <dependency>
115 <groupId>org.argeo.tp.equinox</groupId>
116 <artifactId>org.eclipse.equinox.cm</artifactId>
117 </dependency>
118 <dependency>
119 <groupId>org.argeo.tp.equinox</groupId>
120 <artifactId>org.eclipse.osgi.services</artifactId>
121 </dependency>
122 <dependency>
123 <groupId>org.argeo.tp.equinox</groupId>
124 <artifactId>org.eclipse.equinox.registry</artifactId>
125 </dependency>
126 <dependency>
127 <groupId>org.argeo.tp.equinox</groupId>
128 <artifactId>org.eclipse.equinox.preferences</artifactId>
129 </dependency>
130 <dependency>
131 <groupId>org.argeo.tp.equinox</groupId>
132 <artifactId>org.eclipse.equinox.common</artifactId>
133 </dependency>
134 <dependency>
135 <groupId>org.argeo.tp.equinox</groupId>
136 <artifactId>org.eclipse.equinox.event</artifactId>
137 </dependency>
138 <dependency>
139 <groupId>org.argeo.tp.equinox</groupId>
140 <artifactId>org.eclipse.equinox.app</artifactId>
141 </dependency>
142 <dependency>
143 <groupId>org.argeo.tp.equinox</groupId>
144 <artifactId>org.eclipse.equinox.ds</artifactId>
145 </dependency>
146 <dependency>
147 <groupId>org.argeo.tp.equinox</groupId>
148 <artifactId>org.eclipse.equinox.metatype</artifactId>
149 </dependency>
150
151 <!-- Equinox Console -->
152 <dependency>
153 <groupId>org.argeo.tp.apache.felix</groupId>
154 <artifactId>org.apache.felix.scr</artifactId>
155 </dependency>
156 <dependency>
157 <groupId>org.argeo.tp.apache.felix</groupId>
158 <artifactId>org.apache.felix.gogo.runtime</artifactId>
159 </dependency>
160 <dependency>
161 <groupId>org.argeo.tp.apache.felix</groupId>
162 <artifactId>org.apache.felix.gogo.shell</artifactId>
163 </dependency>
164 <dependency>
165 <groupId>org.argeo.tp.equinox</groupId>
166 <artifactId>org.eclipse.equinox.console</artifactId>
167 </dependency>
168
169 <!-- Servlet -->
170 <dependency>
171 <groupId>org.argeo.tp.javax</groupId>
172 <artifactId>javax.servlet</artifactId>
173 </dependency>
174
175 <!-- HTTP Server -->
176 <dependency>
177 <groupId>org.argeo.tp.equinox</groupId>
178 <artifactId>org.eclipse.equinox.http.servlet</artifactId>
179 </dependency>
180 <dependency>
181 <groupId>org.argeo.tp.equinox</groupId>
182 <artifactId>org.eclipse.equinox.http.jetty</artifactId>
183 </dependency>
184
185 <!-- Jetty -->
186 <dependency>
187 <groupId>org.argeo.tp.jetty</groupId>
188 <artifactId>org.eclipse.jetty.client</artifactId>
189 </dependency>
190 <dependency>
191 <groupId>org.argeo.tp.jetty</groupId>
192 <artifactId>org.eclipse.jetty.continuation</artifactId>
193 </dependency>
194 <dependency>
195 <groupId>org.argeo.tp.jetty</groupId>
196 <artifactId>org.eclipse.jetty.http</artifactId>
197 </dependency>
198 <dependency>
199 <groupId>org.argeo.tp.jetty</groupId>
200 <artifactId>org.eclipse.jetty.io</artifactId>
201 </dependency>
202 <dependency>
203 <groupId>org.argeo.tp.jetty</groupId>
204 <artifactId>org.eclipse.jetty.jmx</artifactId>
205 </dependency>
206 <dependency>
207 <groupId>org.argeo.tp.jetty</groupId>
208 <artifactId>org.eclipse.jetty.security</artifactId>
209 </dependency>
210 <dependency>
211 <groupId>org.argeo.tp.jetty</groupId>
212 <artifactId>org.eclipse.jetty.server</artifactId>
213 </dependency>
214 <dependency>
215 <groupId>org.argeo.tp.jetty</groupId>
216 <artifactId>org.eclipse.jetty.servlet</artifactId>
217 </dependency>
218 <dependency>
219 <groupId>org.argeo.tp.jetty</groupId>
220 <artifactId>org.eclipse.jetty.servlets</artifactId>
221 </dependency>
222 <dependency>
223 <groupId>org.argeo.tp.jetty</groupId>
224 <artifactId>org.eclipse.jetty.util</artifactId>
225 </dependency>
226 <dependency>
227 <groupId>org.argeo.tp.jetty</groupId>
228 <artifactId>org.eclipse.jetty.xml</artifactId>
229 </dependency>
230
231 <!-- Database drivers -->
232 <dependency>
233 <groupId>org.argeo.tp.misc</groupId>
234 <artifactId>org.postgresql.jdbc42</artifactId>
235 </dependency>
236
237 <!-- Test only -->
238 <dependency>
239 <groupId>org.argeo.commons</groupId>
240 <artifactId>org.argeo.osgi.boot</artifactId>
241 <version>2.3-SNAPSHOT</version>
242 <scope>test</scope>
243 </dependency>
244 </dependencies>
245
246 <profiles>
247 <profile>
248 <id>rpmbuild</id>
249 <build>
250 <plugins>
251 <plugin>
252 <artifactId>maven-assembly-plugin</artifactId>
253 <executions>
254 <execution>
255 <id>prepare-source</id>
256 <phase>package</phase>
257 <goals>
258 <goal>single</goal>
259 </goals>
260 <configuration>
261 <descriptorRefs>
262 <descriptorRef>a2-source</descriptorRef>
263 </descriptorRefs>
264 </configuration>
265 </execution>
266 </executions>
267 </plugin>
268 <plugin>
269 <groupId>org.codehaus.mojo</groupId>
270 <artifactId>rpm-maven-plugin</artifactId>
271 <executions>
272 <execution>
273 <id>rpm-argeo</id>
274 <phase>package</phase>
275 <goals>
276 <goal>rpm</goal>
277 </goals>
278 <configuration>
279 <name>argeo-cms-minimal${argeo.rpm.suffix}</name>
280 <mappings>
281 <mapping>
282 <directory>/usr/share/osgi</directory>
283 <username>root</username>
284 <groupname>root</groupname>
285 <filemode>644</filemode>
286 <directoryIncluded>false</directoryIncluded>
287 <sources>
288 <source>
289 <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source</location>
290 <includes>
291 <include>**/*.jar</include>
292 </includes>
293 </source>
294 </sources>
295 </mapping>
296 </mappings>
297 <requires>
298 <require>argeo-cms-minimal-tp${argeo.rpm.suffix}</require>
299 <require>argeo-osgi-boot${argeo.rpm.suffix}</require>
300 </requires>
301 </configuration>
302 </execution>
303 </executions>
304 </plugin>
305 </plugins>
306 </build>
307 </profile>
308 <profile>
309 <id>rpmbuild-tp</id>
310 <build>
311 <plugins>
312 <plugin>
313 <artifactId>maven-assembly-plugin</artifactId>
314 <executions>
315 <execution>
316 <id>prepare-source-tp</id>
317 <phase>package</phase>
318 <goals>
319 <goal>single</goal>
320 </goals>
321 <configuration>
322 <descriptorRefs>
323 <descriptorRef>a2-source-tp</descriptorRef>
324 </descriptorRefs>
325 </configuration>
326 </execution>
327 </executions>
328 </plugin>
329 <plugin>
330 <groupId>org.codehaus.mojo</groupId>
331 <artifactId>rpm-maven-plugin</artifactId>
332 <executions>
333 <execution>
334 <id>rpm-tp</id>
335 <phase>package</phase>
336 <goals>
337 <goal>rpm</goal>
338 </goals>
339 <configuration>
340 <name>argeo-cms-minimal-tp${argeo.rpm.suffix}</name>
341 <projversion>${version.argeo-tp}</projversion>
342 <release>${argeo.rpm.release.tp}</release>
343 <mappings>
344 <mapping>
345 <directory>/usr/share/osgi</directory>
346 <username>root</username>
347 <groupname>root</groupname>
348 <filemode>644</filemode>
349 <directoryIncluded>false</directoryIncluded>
350 <sources>
351 <source>
352 <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source-tp</location>
353 <includes>
354 <include>**/*.jar</include>
355 </includes>
356 </source>
357 </sources>
358 </mapping>
359 </mappings>
360 </configuration>
361 </execution>
362 </executions>
363 </plugin>
364 </plugins>
365 </build>
366 </profile>
367 </profiles>
368 </project>