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