]> git.argeo.org Git - lgpl/argeo-commons.git/blob - dep/org.argeo.dep.cms.platform/pom.xml
Simplify SFTP usage.
[lgpl/argeo-commons.git] / dep / org.argeo.dep.cms.platform / 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.79-SNAPSHOT</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.79-SNAPSHOT</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.79-SNAPSHOT</version>
49 </dependency>
50 <dependency>
51 <groupId>org.argeo.commons</groupId>
52 <artifactId>org.argeo.eclipse.ui.rap</artifactId>
53 <version>2.1.79-SNAPSHOT</version>
54 </dependency>
55 <dependency>
56 <groupId>org.argeo.commons</groupId>
57 <artifactId>org.argeo.cms.ui</artifactId>
58 <version>2.1.79-SNAPSHOT</version>
59 </dependency>
60 <dependency>
61 <groupId>org.argeo.commons</groupId>
62 <artifactId>org.argeo.cms.ui.theme</artifactId>
63 <version>2.1.79-SNAPSHOT</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.79-SNAPSHOT</version>
71 </dependency>
72 <dependency>
73 <groupId>org.argeo.commons</groupId>
74 <artifactId>org.argeo.cms.ui.workbench.rap</artifactId>
75 <version>2.1.79-SNAPSHOT</version>
76 </dependency>
77 <dependency>
78 <groupId>org.argeo.commons</groupId>
79 <artifactId>org.argeo.ext.rap.ui.workbench</artifactId>
80 <version>2.1.79-SNAPSHOT</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 <!-- Base Spring dependency -->
118 <dependency>
119 <groupId>org.argeo.tp.spring</groupId>
120 <artifactId>org.springframework.beans</artifactId>
121 </dependency>
122 <dependency>
123 <groupId>org.argeo.tp.spring</groupId>
124 <artifactId>org.springframework.core</artifactId>
125 </dependency>
126 <dependency>
127 <groupId>org.argeo.tp.javax</groupId>
128 <artifactId>javax.el</artifactId>
129 </dependency>
130 <dependency>
131 <groupId>org.argeo.tp.gemini</groupId>
132 <artifactId>org.eclipse.gemini.blueprint.core</artifactId>
133 </dependency>
134 <dependency>
135 <groupId>org.argeo.tp.gemini</groupId>
136 <artifactId>org.eclipse.gemini.blueprint.extender</artifactId>
137 </dependency>
138 <dependency>
139 <groupId>org.argeo.tp.gemini</groupId>
140 <artifactId>org.eclipse.gemini.blueprint.io</artifactId>
141 </dependency>
142 <dependency>
143 <groupId>org.argeo.tp.misc</groupId>
144 <artifactId>org.aspectj.weaver</artifactId>
145 </dependency>
146 <dependency>
147 <groupId>org.argeo.tp.misc</groupId>
148 <artifactId>org.aopalliance</artifactId>
149 </dependency>
150 <dependency>
151 <groupId>org.argeo.tp.spring</groupId>
152 <artifactId>org.springframework.aop</artifactId>
153 </dependency>
154 <dependency>
155 <groupId>org.argeo.tp.spring</groupId>
156 <artifactId>org.springframework.context</artifactId>
157 </dependency>
158 <dependency>
159 <groupId>org.argeo.tp.spring</groupId>
160 <artifactId>org.springframework.expression</artifactId>
161 </dependency>
162 <dependency>
163 <groupId>org.argeo.tp.spring</groupId>
164 <artifactId>org.springframework.instrument</artifactId>
165 </dependency>
166
167 <!-- Spring -->
168 <dependency>
169 <groupId>org.argeo.tp.spring</groupId>
170 <artifactId>org.springframework.aspects</artifactId>
171 </dependency>
172 <dependency>
173 <groupId>org.argeo.tp.spring</groupId>
174 <artifactId>org.springframework.context.support</artifactId>
175 </dependency>
176 <dependency>
177 <groupId>org.argeo.tp.spring</groupId>
178 <artifactId>org.springframework.jdbc</artifactId>
179 </dependency>
180 <dependency>
181 <groupId>org.argeo.tp.spring</groupId>
182 <artifactId>org.springframework.tx</artifactId>
183 </dependency>
184 <dependency>
185 <groupId>org.argeo.tp.spring</groupId>
186 <artifactId>org.springframework.web</artifactId>
187 </dependency>
188 <dependency>
189 <groupId>org.argeo.tp.spring</groupId>
190 <artifactId>org.springframework.web.servlet</artifactId>
191 </dependency>
192
193 <!-- Equinox HTTP registry is required by Eclipse 3 but causes problem
194 with Eclipse 4 -->
195 <dependency>
196 <groupId>org.argeo.tp.equinox</groupId>
197 <artifactId>org.eclipse.equinox.http.registry</artifactId>
198 </dependency>
199
200 <!-- Eclipse Core -->
201 <dependency>
202 <groupId>org.argeo.tp.rap.platform</groupId>
203 <artifactId>org.eclipse.core.databinding</artifactId>
204 </dependency>
205 <dependency>
206 <groupId>org.argeo.tp.rap.platform</groupId>
207 <artifactId>org.eclipse.core.databinding.beans</artifactId>
208 </dependency>
209 <dependency>
210 <groupId>org.argeo.tp.rap.platform</groupId>
211 <artifactId>org.eclipse.core.runtime</artifactId>
212 </dependency>
213 <dependency>
214 <groupId>org.argeo.tp.rap.platform</groupId>
215 <artifactId>org.eclipse.core.databinding.property</artifactId>
216 </dependency>
217 <dependency>
218 <groupId>org.argeo.tp.rap.platform</groupId>
219 <artifactId>com.ibm.icu</artifactId>
220 </dependency>
221 <dependency>
222 <groupId>org.argeo.tp.rap.platform</groupId>
223 <artifactId>org.eclipse.core.contenttype</artifactId>
224 </dependency>
225 <dependency>
226 <groupId>org.argeo.tp.rap.platform</groupId>
227 <artifactId>org.eclipse.rap.rwt.osgi</artifactId>
228 </dependency>
229 <dependency>
230 <groupId>org.argeo.tp.rap.platform</groupId>
231 <artifactId>org.eclipse.rap.jface.databinding</artifactId>
232 </dependency>
233 <dependency>
234 <groupId>org.argeo.tp.rap.platform</groupId>
235 <artifactId>org.eclipse.core.jobs</artifactId>
236 </dependency>
237 <dependency>
238 <groupId>org.argeo.tp.rap.platform</groupId>
239 <artifactId>org.eclipse.core.expressions</artifactId>
240 </dependency>
241 <dependency>
242 <groupId>org.argeo.tp.rap.platform</groupId>
243 <artifactId>org.eclipse.core.databinding.observable</artifactId>
244 </dependency>
245 <dependency>
246 <groupId>org.argeo.tp.rap.platform</groupId>
247 <artifactId>org.eclipse.help</artifactId>
248 </dependency>
249
250 <!-- RAP Workbench -->
251 <dependency>
252 <groupId>org.argeo.tp.rap.platform</groupId>
253 <artifactId>org.eclipse.rap.ui</artifactId>
254 </dependency>
255 <dependency>
256 <groupId>org.argeo.tp.rap.platform</groupId>
257 <artifactId>org.eclipse.rap.ui.forms</artifactId>
258 </dependency>
259 <dependency>
260 <groupId>org.argeo.tp.rap.platform</groupId>
261 <artifactId>org.eclipse.rap.ui.views</artifactId>
262 </dependency>
263 <dependency>
264 <groupId>org.argeo.tp.rap.platform</groupId>
265 <artifactId>org.eclipse.rap.ui.workbench</artifactId>
266 </dependency>
267 </dependencies>
268 <dependencyManagement>
269 <dependencies>
270 <dependency>
271 <groupId>org.argeo.tp</groupId>
272 <artifactId>argeo-tp-rap-e3</artifactId>
273 <version>${version.argeo-tp}</version>
274 <type>pom</type>
275 <scope>import</scope>
276 </dependency>
277 </dependencies>
278 </dependencyManagement>
279
280 <profiles>
281 <profile>
282 <id>rpmbuild</id>
283 <build>
284 <plugins>
285 <plugin>
286 <artifactId>maven-assembly-plugin</artifactId>
287 <executions>
288 <execution>
289 <id>prepare-source</id>
290 <phase>package</phase>
291 <goals>
292 <goal>single</goal>
293 </goals>
294 <configuration>
295 <descriptorRefs>
296 <descriptorRef>a2-source</descriptorRef>
297 </descriptorRefs>
298 </configuration>
299 </execution>
300 </executions>
301 </plugin>
302 <!-- <plugin> -->
303 <!-- <groupId>org.apache.maven.plugins</groupId> -->
304 <!-- <artifactId>maven-dependency-plugin</artifactId> -->
305 <!-- <executions> -->
306 <!-- <execution> -->
307 <!-- <id>copy-argeo</id> -->
308 <!-- <phase>package</phase> -->
309 <!-- <goals> -->
310 <!-- <goal>copy-dependencies</goal> -->
311 <!-- </goals> -->
312 <!-- <configuration> -->
313 <!-- <includeTypes>jar</includeTypes> -->
314 <!-- <outputDirectory>${project.build.directory}/lib-argeo</outputDirectory> -->
315 <!-- <includeGroupIds>org.argeo.commons</includeGroupIds> -->
316 <!-- <excludeTransitive>true</excludeTransitive> -->
317 <!-- <excludeArtifactIds>org.argeo.dep.cms.node</excludeArtifactIds> -->
318 <!-- <includeTypes>jar</includeTypes> -->
319 <!-- <includeScope>runtime</includeScope> -->
320 <!-- <useRepositoryLayout>true</useRepositoryLayout> -->
321 <!-- </configuration> -->
322 <!-- </execution> -->
323 <!-- </executions> -->
324 <!-- </plugin> -->
325 <plugin>
326 <groupId>org.codehaus.mojo</groupId>
327 <artifactId>rpm-maven-plugin</artifactId>
328 <executions>
329 <execution>
330 <id>rpm-argeo</id>
331 <phase>package</phase>
332 <goals>
333 <goal>rpm</goal>
334 </goals>
335 <configuration>
336 <name>argeo-cms-platform</name>
337 <mappings>
338 <mapping>
339 <directory>/usr/share/osgi</directory>
340 <username>root</username>
341 <groupname>root</groupname>
342 <filemode>644</filemode>
343 <directoryIncluded>false</directoryIncluded>
344 <sources>
345 <source>
346 <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source</location>
347 <includes>
348 <include>**/*.jar</include>
349 </includes>
350 </source>
351 </sources>
352 </mapping>
353 <!-- <mapping> -->
354 <!-- <directory>/usr/share/osgi/org/argeo/commons/${project.artifactId}/${project.version}</directory> -->
355 <!-- <username>root</username> -->
356 <!-- <groupname>root</groupname> -->
357 <!-- <directoryIncluded>false</directoryIncluded> -->
358 <!-- <artifact /> -->
359 <!-- </mapping> -->
360 </mappings>
361 <requires>
362 <require>argeo-cms-node</require>
363 <require>argeo-cms-platform-tp</require>
364 </requires>
365 </configuration>
366 </execution>
367 </executions>
368 </plugin>
369 </plugins>
370 </build>
371 </profile>
372 <profile>
373 <id>rpmbuild-tp</id>
374 <build>
375 <plugins>
376 <plugin>
377 <artifactId>maven-assembly-plugin</artifactId>
378 <executions>
379 <execution>
380 <id>prepare-source-tp</id>
381 <phase>package</phase>
382 <goals>
383 <goal>single</goal>
384 </goals>
385 <configuration>
386 <descriptorRefs>
387 <descriptorRef>a2-source-tp</descriptorRef>
388 </descriptorRefs>
389 </configuration>
390 </execution>
391 </executions>
392 </plugin>
393 <!-- <plugin> -->
394 <!-- <groupId>org.apache.maven.plugins</groupId> -->
395 <!-- <artifactId>maven-dependency-plugin</artifactId> -->
396 <!-- <executions> -->
397 <!-- <execution> -->
398 <!-- <id>copy-tp</id> -->
399 <!-- <phase>package</phase> -->
400 <!-- <goals> -->
401 <!-- <goal>copy-dependencies</goal> -->
402 <!-- </goals> -->
403 <!-- <configuration> -->
404 <!-- <includeTypes>jar</includeTypes> -->
405 <!-- <outputDirectory>${project.build.directory}/lib-tp</outputDirectory> -->
406 <!-- <excludeGroupIds>org.argeo.commons</excludeGroupIds> -->
407 <!-- <excludeTransitive>true</excludeTransitive> -->
408 <!-- <includeTypes>jar</includeTypes> -->
409 <!-- <includeScope>runtime</includeScope> -->
410 <!-- <useRepositoryLayout>true</useRepositoryLayout> -->
411 <!-- </configuration> -->
412 <!-- </execution> -->
413 <!-- </executions> -->
414 <!-- </plugin> -->
415 <plugin>
416 <groupId>org.codehaus.mojo</groupId>
417 <artifactId>rpm-maven-plugin</artifactId>
418 <executions>
419 <execution>
420 <id>rpm-tp</id>
421 <phase>package</phase>
422 <goals>
423 <goal>rpm</goal>
424 </goals>
425 <configuration>
426 <name>argeo-cms-platform-tp</name>
427 <projversion>${version.argeo-tp}</projversion>
428 <mappings>
429 <mapping>
430 <directory>/usr/share/osgi</directory>
431 <username>root</username>
432 <groupname>root</groupname>
433 <filemode>644</filemode>
434 <directoryIncluded>false</directoryIncluded>
435 <sources>
436 <source>
437 <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source-tp</location>
438 <includes>
439 <include>**/*.jar</include>
440 </includes>
441 </source>
442 </sources>
443 </mapping>
444 </mappings>
445 <requires>
446 <require>argeo-cms-node-tp</require>
447 </requires>
448 </configuration>
449 </execution>
450 </executions>
451 </plugin>
452 </plugins>
453 </build>
454 </profile>
455 </profiles>
456 </project>