]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
3c0fc5540e3a2cf1064794a5267582cb590a6732
[lgpl/argeo-commons.git] / 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.commons</groupId>
6 <version>2.1.76</version>
7 <artifactId>dep</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.dep.cms.platform</artifactId>
11 <name>CMS Platform</name>
12 <dependencies>
13
14 <!-- Parent dependencies -->
15 <dependency>
16 <groupId>org.argeo.commons</groupId>
17 <artifactId>org.argeo.dep.cms.node</artifactId>
18 <version>2.1.76</version>
19 <type>pom</type>
20 </dependency>
21
22 <!-- RWT -->
23 <dependency>
24 <groupId>org.argeo.tp.rap.e4</groupId>
25 <artifactId>org.eclipse.rap.rwt</artifactId>
26 </dependency>
27 <dependency>
28 <groupId>org.argeo.tp.rap.e4</groupId>
29 <artifactId>org.eclipse.core.commands</artifactId>
30 </dependency>
31 <dependency>
32 <groupId>org.argeo.tp.rap.e4</groupId>
33 <artifactId>org.eclipse.rap.jface</artifactId>
34 </dependency>
35 <dependency>
36 <groupId>org.argeo.tp.rap.e4</groupId>
37 <artifactId>org.eclipse.rap.filedialog</artifactId>
38 </dependency>
39 <dependency>
40 <groupId>org.argeo.tp.rap.e4</groupId>
41 <artifactId>org.eclipse.rap.fileupload</artifactId>
42 </dependency>
43
44 <!-- Argeo Commons UI -->
45 <dependency>
46 <groupId>org.argeo.commons</groupId>
47 <artifactId>org.argeo.eclipse.ui</artifactId>
48 <version>2.1.76</version>
49 </dependency>
50 <dependency>
51 <groupId>org.argeo.commons</groupId>
52 <artifactId>org.argeo.eclipse.ui.rap</artifactId>
53 <version>2.1.76</version>
54 </dependency>
55 <dependency>
56 <groupId>org.argeo.commons</groupId>
57 <artifactId>org.argeo.cms.ui</artifactId>
58 <version>2.1.76</version>
59 </dependency>
60 <dependency>
61 <groupId>org.argeo.commons</groupId>
62 <artifactId>org.argeo.cms.ui.theme</artifactId>
63 <version>2.1.76</version>
64 </dependency>
65
66 <!-- Eclipse 3 specific -->
67 <dependency>
68 <groupId>org.argeo.commons</groupId>
69 <artifactId>org.argeo.cms.ui.workbench</artifactId>
70 <version>2.1.76</version>
71 </dependency>
72 <dependency>
73 <groupId>org.argeo.commons</groupId>
74 <artifactId>org.argeo.cms.ui.workbench.rap</artifactId>
75 <version>2.1.76</version>
76 </dependency>
77 <dependency>
78 <groupId>org.argeo.commons</groupId>
79 <artifactId>org.argeo.ext.rap.ui.workbench</artifactId>
80 <version>2.1.76</version>
81 </dependency>
82
83 <!-- Misc Third Parties -->
84 <!-- <dependency> -->
85 <!-- <groupId>org.argeo.tp.apache</groupId> -->
86 <!-- <artifactId>org.apache.tika.parser</artifactId> -->
87 <!-- </dependency> -->
88 <dependency>
89 <groupId>org.argeo.tp.bouncycastle</groupId>
90 <artifactId>bcmail</artifactId>
91 </dependency>
92 <dependency>
93 <groupId>org.argeo.tp.bouncycastle</groupId>
94 <artifactId>bcpg</artifactId>
95 </dependency>
96 <dependency>
97 <groupId>org.argeo.tp.apache.ant</groupId>
98 <artifactId>org.apache.ant</artifactId>
99 </dependency>
100 <dependency>
101 <groupId>org.argeo.tp.apache.ant</groupId>
102 <artifactId>org.apache.ant.launch</artifactId>
103 </dependency>
104 <!-- <dependency> -->
105 <!-- <groupId>org.argeo.tp.misc</groupId> -->
106 <!-- <artifactId>org.quartz-scheduler.quartz</artifactId> -->
107 <!-- </dependency> -->
108 <!-- <dependency> -->
109 <!-- <groupId>org.argeo.tp.misc</groupId> -->
110 <!-- <artifactId>org.quartz-scheduler.quartz.jobs</artifactId> -->
111 <!-- </dependency> -->
112 <dependency>
113 <groupId>org.argeo.tp.javax</groupId>
114 <artifactId>javax.mail</artifactId>
115 </dependency>
116
117 <!-- Spring -->
118 <dependency>
119 <groupId>org.argeo.tp.spring</groupId>
120 <artifactId>org.springframework.aspects</artifactId>
121 </dependency>
122 <dependency>
123 <groupId>org.argeo.tp.spring</groupId>
124 <artifactId>org.springframework.context.support</artifactId>
125 </dependency>
126 <dependency>
127 <groupId>org.argeo.tp.spring</groupId>
128 <artifactId>org.springframework.jdbc</artifactId>
129 </dependency>
130 <dependency>
131 <groupId>org.argeo.tp.spring</groupId>
132 <artifactId>org.springframework.tx</artifactId>
133 </dependency>
134 <dependency>
135 <groupId>org.argeo.tp.spring</groupId>
136 <artifactId>org.springframework.web</artifactId>
137 </dependency>
138 <dependency>
139 <groupId>org.argeo.tp.spring</groupId>
140 <artifactId>org.springframework.web.servlet</artifactId>
141 </dependency>
142
143 <!-- Equinox HTTP registry is required by Eclipse 3 but causes problem
144 with Eclipse 4 -->
145 <dependency>
146 <groupId>org.argeo.tp.equinox</groupId>
147 <artifactId>org.eclipse.equinox.http.registry</artifactId>
148 </dependency>
149
150 <!-- Eclipse Core -->
151 <dependency>
152 <groupId>org.argeo.tp.rap.platform</groupId>
153 <artifactId>org.eclipse.core.databinding</artifactId>
154 </dependency>
155 <dependency>
156 <groupId>org.argeo.tp.rap.platform</groupId>
157 <artifactId>org.eclipse.core.databinding.beans</artifactId>
158 </dependency>
159 <dependency>
160 <groupId>org.argeo.tp.rap.platform</groupId>
161 <artifactId>org.eclipse.core.runtime</artifactId>
162 </dependency>
163 <dependency>
164 <groupId>org.argeo.tp.rap.platform</groupId>
165 <artifactId>org.eclipse.core.databinding.property</artifactId>
166 </dependency>
167 <dependency>
168 <groupId>org.argeo.tp.rap.platform</groupId>
169 <artifactId>com.ibm.icu</artifactId>
170 </dependency>
171 <dependency>
172 <groupId>org.argeo.tp.rap.platform</groupId>
173 <artifactId>org.eclipse.core.contenttype</artifactId>
174 </dependency>
175 <dependency>
176 <groupId>org.argeo.tp.rap.platform</groupId>
177 <artifactId>org.eclipse.rap.rwt.osgi</artifactId>
178 </dependency>
179 <dependency>
180 <groupId>org.argeo.tp.rap.platform</groupId>
181 <artifactId>org.eclipse.rap.jface.databinding</artifactId>
182 </dependency>
183 <dependency>
184 <groupId>org.argeo.tp.rap.platform</groupId>
185 <artifactId>org.eclipse.core.jobs</artifactId>
186 </dependency>
187 <dependency>
188 <groupId>org.argeo.tp.rap.platform</groupId>
189 <artifactId>org.eclipse.core.expressions</artifactId>
190 </dependency>
191 <dependency>
192 <groupId>org.argeo.tp.rap.platform</groupId>
193 <artifactId>org.eclipse.core.databinding.observable</artifactId>
194 </dependency>
195 <dependency>
196 <groupId>org.argeo.tp.rap.platform</groupId>
197 <artifactId>org.eclipse.help</artifactId>
198 </dependency>
199
200 <!-- RAP Workbench -->
201 <dependency>
202 <groupId>org.argeo.tp.rap.platform</groupId>
203 <artifactId>org.eclipse.rap.ui</artifactId>
204 </dependency>
205 <dependency>
206 <groupId>org.argeo.tp.rap.platform</groupId>
207 <artifactId>org.eclipse.rap.ui.forms</artifactId>
208 </dependency>
209 <dependency>
210 <groupId>org.argeo.tp.rap.platform</groupId>
211 <artifactId>org.eclipse.rap.ui.views</artifactId>
212 </dependency>
213 <dependency>
214 <groupId>org.argeo.tp.rap.platform</groupId>
215 <artifactId>org.eclipse.rap.ui.workbench</artifactId>
216 </dependency>
217 </dependencies>
218 <dependencyManagement>
219 <dependencies>
220 <dependency>
221 <groupId>org.argeo.tp</groupId>
222 <artifactId>argeo-tp-rap-e3</artifactId>
223 <version>${version.argeo-tp}</version>
224 <type>pom</type>
225 <scope>import</scope>
226 </dependency>
227 </dependencies>
228 </dependencyManagement>
229
230 <profiles>
231 <profile>
232 <id>rpmbuild</id>
233 <build>
234 <plugins>
235 <plugin>
236 <artifactId>maven-assembly-plugin</artifactId>
237 <executions>
238 <execution>
239 <id>prepare-source</id>
240 <phase>package</phase>
241 <goals>
242 <goal>single</goal>
243 </goals>
244 <configuration>
245 <descriptorRefs>
246 <descriptorRef>a2-source</descriptorRef>
247 </descriptorRefs>
248 </configuration>
249 </execution>
250 </executions>
251 </plugin>
252 <!-- <plugin> -->
253 <!-- <groupId>org.apache.maven.plugins</groupId> -->
254 <!-- <artifactId>maven-dependency-plugin</artifactId> -->
255 <!-- <executions> -->
256 <!-- <execution> -->
257 <!-- <id>copy-argeo</id> -->
258 <!-- <phase>package</phase> -->
259 <!-- <goals> -->
260 <!-- <goal>copy-dependencies</goal> -->
261 <!-- </goals> -->
262 <!-- <configuration> -->
263 <!-- <includeTypes>jar</includeTypes> -->
264 <!-- <outputDirectory>${project.build.directory}/lib-argeo</outputDirectory> -->
265 <!-- <includeGroupIds>org.argeo.commons</includeGroupIds> -->
266 <!-- <excludeTransitive>true</excludeTransitive> -->
267 <!-- <excludeArtifactIds>org.argeo.dep.cms.node</excludeArtifactIds> -->
268 <!-- <includeTypes>jar</includeTypes> -->
269 <!-- <includeScope>runtime</includeScope> -->
270 <!-- <useRepositoryLayout>true</useRepositoryLayout> -->
271 <!-- </configuration> -->
272 <!-- </execution> -->
273 <!-- </executions> -->
274 <!-- </plugin> -->
275 <plugin>
276 <groupId>org.codehaus.mojo</groupId>
277 <artifactId>rpm-maven-plugin</artifactId>
278 <executions>
279 <execution>
280 <id>rpm-argeo</id>
281 <phase>package</phase>
282 <goals>
283 <goal>rpm</goal>
284 </goals>
285 <configuration>
286 <name>argeo-cms-platform</name>
287 <mappings>
288 <mapping>
289 <directory>/usr/share/osgi</directory>
290 <username>root</username>
291 <groupname>root</groupname>
292 <filemode>644</filemode>
293 <directoryIncluded>false</directoryIncluded>
294 <sources>
295 <source>
296 <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source</location>
297 <includes>
298 <include>**/*.jar</include>
299 </includes>
300 </source>
301 </sources>
302 </mapping>
303 <!-- <mapping> -->
304 <!-- <directory>/usr/share/osgi/org/argeo/commons/${project.artifactId}/${project.version}</directory> -->
305 <!-- <username>root</username> -->
306 <!-- <groupname>root</groupname> -->
307 <!-- <directoryIncluded>false</directoryIncluded> -->
308 <!-- <artifact /> -->
309 <!-- </mapping> -->
310 </mappings>
311 <requires>
312 <require>argeo-cms-node</require>
313 <require>argeo-cms-platform-tp</require>
314 </requires>
315 </configuration>
316 </execution>
317 </executions>
318 </plugin>
319 </plugins>
320 </build>
321 </profile>
322 <profile>
323 <id>rpmbuild-tp</id>
324 <build>
325 <plugins>
326 <plugin>
327 <artifactId>maven-assembly-plugin</artifactId>
328 <executions>
329 <execution>
330 <id>prepare-source-tp</id>
331 <phase>package</phase>
332 <goals>
333 <goal>single</goal>
334 </goals>
335 <configuration>
336 <descriptorRefs>
337 <descriptorRef>a2-source-tp</descriptorRef>
338 </descriptorRefs>
339 </configuration>
340 </execution>
341 </executions>
342 </plugin>
343 <!-- <plugin> -->
344 <!-- <groupId>org.apache.maven.plugins</groupId> -->
345 <!-- <artifactId>maven-dependency-plugin</artifactId> -->
346 <!-- <executions> -->
347 <!-- <execution> -->
348 <!-- <id>copy-tp</id> -->
349 <!-- <phase>package</phase> -->
350 <!-- <goals> -->
351 <!-- <goal>copy-dependencies</goal> -->
352 <!-- </goals> -->
353 <!-- <configuration> -->
354 <!-- <includeTypes>jar</includeTypes> -->
355 <!-- <outputDirectory>${project.build.directory}/lib-tp</outputDirectory> -->
356 <!-- <excludeGroupIds>org.argeo.commons</excludeGroupIds> -->
357 <!-- <excludeTransitive>true</excludeTransitive> -->
358 <!-- <includeTypes>jar</includeTypes> -->
359 <!-- <includeScope>runtime</includeScope> -->
360 <!-- <useRepositoryLayout>true</useRepositoryLayout> -->
361 <!-- </configuration> -->
362 <!-- </execution> -->
363 <!-- </executions> -->
364 <!-- </plugin> -->
365 <plugin>
366 <groupId>org.codehaus.mojo</groupId>
367 <artifactId>rpm-maven-plugin</artifactId>
368 <executions>
369 <execution>
370 <id>rpm-tp</id>
371 <phase>package</phase>
372 <goals>
373 <goal>rpm</goal>
374 </goals>
375 <configuration>
376 <name>argeo-cms-platform-tp</name>
377 <projversion>${version.argeo-tp}</projversion>
378 <mappings>
379 <mapping>
380 <directory>/usr/share/osgi</directory>
381 <username>root</username>
382 <groupname>root</groupname>
383 <filemode>644</filemode>
384 <directoryIncluded>false</directoryIncluded>
385 <sources>
386 <source>
387 <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source-tp</location>
388 <includes>
389 <include>**/*.jar</include>
390 </includes>
391 </source>
392 </sources>
393 </mapping>
394 </mappings>
395 <requires>
396 <require>argeo-cms-node-tp</require>
397 </requires>
398 </configuration>
399 </execution>
400 </executions>
401 </plugin>
402 </plugins>
403 </build>
404 </profile>
405 </profiles>
406 </project>