]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.dep.cms.e4.rap/pom.xml
Prepare next development cycle
[lgpl/argeo-commons.git] / org.argeo.dep.cms.e4.rap / 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.77</version>
7 <artifactId>dep</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.dep.cms.e4.rap</artifactId>
11 <name>CMS Platform Eclipse 4 RAP</name>
12 <dependencies>
13
14 <!-- Argeo Commons -->
15 <dependency>
16 <groupId>org.argeo.commons</groupId>
17 <artifactId>org.argeo.dep.cms.node</artifactId>
18 <version>2.1.77</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.77</version>
49 </dependency>
50 <dependency>
51 <groupId>org.argeo.commons</groupId>
52 <artifactId>org.argeo.eclipse.ui.rap</artifactId>
53 <version>2.1.77</version>
54 </dependency>
55 <dependency>
56 <groupId>org.argeo.commons</groupId>
57 <artifactId>org.argeo.cms.ui</artifactId>
58 <version>2.1.77</version>
59 </dependency>
60 <dependency>
61 <groupId>org.argeo.commons</groupId>
62 <artifactId>org.argeo.cms.ui.theme</artifactId>
63 <version>2.1.77</version>
64 </dependency>
65
66 <!-- E4 Specific -->
67 <dependency>
68 <groupId>org.argeo.commons</groupId>
69 <artifactId>org.argeo.cms.e4</artifactId>
70 <version>2.1.77</version>
71 </dependency>
72 <dependency>
73 <groupId>org.argeo.commons</groupId>
74 <artifactId>org.argeo.cms.e4.rap</artifactId>
75 <version>2.1.77</version>
76 </dependency>
77
78 <!-- Misc Third Parties -->
79 <!-- <dependency> -->
80 <!-- <groupId>org.argeo.tp.bouncycastle</groupId> -->
81 <!-- <artifactId>bcmail</artifactId> -->
82 <!-- </dependency> -->
83 <!-- <dependency> -->
84 <!-- <groupId>org.argeo.tp.bouncycastle</groupId> -->
85 <!-- <artifactId>bcpg</artifactId> -->
86 <!-- </dependency> -->
87 <dependency>
88 <groupId>org.argeo.tp.apache.ant</groupId>
89 <artifactId>org.apache.ant</artifactId>
90 </dependency>
91 <dependency>
92 <groupId>org.argeo.tp.apache.ant</groupId>
93 <artifactId>org.apache.ant.launch</artifactId>
94 </dependency>
95 <!-- <dependency> -->
96 <!-- <groupId>org.argeo.tp.misc</groupId> -->
97 <!-- <artifactId>org.quartz-scheduler.quartz</artifactId> -->
98 <!-- </dependency> -->
99 <!-- <dependency> -->
100 <!-- <groupId>org.argeo.tp.misc</groupId> -->
101 <!-- <artifactId>org.quartz-scheduler.quartz.jobs</artifactId> -->
102 <!-- </dependency> -->
103 <!-- <dependency> -->
104 <!-- <groupId>org.argeo.tp.javax</groupId> -->
105 <!-- <artifactId>javax.mail</artifactId> -->
106 <!-- </dependency> -->
107
108 <!-- Nebula -->
109 <dependency>
110 <groupId>org.argeo.tp.rap.e4</groupId>
111 <artifactId>org.eclipse.rap.nebula.widgets.richtext</artifactId>
112 </dependency>
113 <dependency>
114 <groupId>org.argeo.tp.rap.e4</groupId>
115 <artifactId>org.eclipse.rap.nebula.widgets.grid</artifactId>
116 </dependency>
117 <dependency>
118 <groupId>org.argeo.tp.rap.e4</groupId>
119 <artifactId>org.eclipse.rap.nebula.jface.gridviewer</artifactId>
120 </dependency>
121
122 <!-- Eclipse Core -->
123 <dependency>
124 <groupId>org.argeo.tp.rap.e4</groupId>
125 <artifactId>org.eclipse.core.databinding</artifactId>
126 </dependency>
127 <dependency>
128 <groupId>org.argeo.tp.rap.e4</groupId>
129 <artifactId>org.eclipse.core.databinding.beans</artifactId>
130 </dependency>
131 <dependency>
132 <groupId>org.argeo.tp.rap.e4</groupId>
133 <artifactId>org.eclipse.core.runtime</artifactId>
134 </dependency>
135 <dependency>
136 <groupId>org.argeo.tp.rap.e4</groupId>
137 <artifactId>org.eclipse.core.databinding.property</artifactId>
138 </dependency>
139 <dependency>
140 <groupId>org.argeo.tp.rap.e4</groupId>
141 <artifactId>com.ibm.icu</artifactId>
142 </dependency>
143 <dependency>
144 <groupId>org.argeo.tp.rap.e4</groupId>
145 <artifactId>org.eclipse.core.contenttype</artifactId>
146 </dependency>
147 <dependency>
148 <groupId>org.argeo.tp.rap.e4</groupId>
149 <artifactId>org.eclipse.rap.rwt.osgi</artifactId>
150 </dependency>
151 <dependency>
152 <groupId>org.argeo.tp.rap.e4</groupId>
153 <artifactId>org.eclipse.rap.jface.databinding</artifactId>
154 </dependency>
155 <dependency>
156 <groupId>org.argeo.tp.rap.e4</groupId>
157 <artifactId>org.eclipse.core.jobs</artifactId>
158 </dependency>
159 <dependency>
160 <groupId>org.argeo.tp.rap.e4</groupId>
161 <artifactId>org.eclipse.core.expressions</artifactId>
162 </dependency>
163 <dependency>
164 <groupId>org.argeo.tp.rap.e4</groupId>
165 <artifactId>org.eclipse.core.databinding.observable</artifactId>
166 </dependency>
167 <dependency>
168 <groupId>org.argeo.tp.rap.e4</groupId>
169 <artifactId>org.eclipse.help</artifactId>
170 </dependency>
171
172 <!-- RAP Workbench -->
173 <!-- <dependency> -->
174 <!-- <groupId>org.argeo.tp.rap.platform</groupId> -->
175 <!-- <artifactId>org.eclipse.rap.ui</artifactId> -->
176 <!-- </dependency> -->
177 <!-- <dependency> -->
178 <!-- <groupId>org.argeo.tp.rap.platform</groupId> -->
179 <!-- <artifactId>org.eclipse.rap.ui.forms</artifactId> -->
180 <!-- </dependency> -->
181 <!-- <dependency> -->
182 <!-- <groupId>org.argeo.tp.rap.platform</groupId> -->
183 <!-- <artifactId>org.eclipse.rap.ui.views</artifactId> -->
184 <!-- </dependency> -->
185 <!-- <dependency> -->
186 <!-- <groupId>org.argeo.tp.rap.platform</groupId> -->
187 <!-- <artifactId>org.eclipse.rap.ui.workbench</artifactId> -->
188 <!-- </dependency> -->
189
190
191 <!-- Dependencies required / provided by Eclipse 4 -->
192 <dependency>
193 <groupId>org.argeo.tp.rap.e4</groupId>
194 <artifactId>org.apache.commons.jxpath</artifactId>
195 </dependency>
196
197 <!-- Eclipse 4 -->
198 <dependency>
199 <groupId>org.argeo.tp.rap.e4</groupId>
200 <artifactId>org.eclipse.rap.e4</artifactId>
201 </dependency>
202 <dependency>
203 <groupId>org.argeo.tp.rap.e4</groupId>
204 <artifactId>org.eclipse.emf.common</artifactId>
205 </dependency>
206 <dependency>
207 <groupId>org.argeo.tp.rap.e4</groupId>
208 <artifactId>org.eclipse.emf.ecore</artifactId>
209 </dependency>
210 <dependency>
211 <groupId>org.argeo.tp.rap.e4</groupId>
212 <artifactId>org.eclipse.emf.ecore.change</artifactId>
213 </dependency>
214 <dependency>
215 <groupId>org.argeo.tp.rap.e4</groupId>
216 <artifactId>org.eclipse.emf.ecore.xmi</artifactId>
217 </dependency>
218
219 <dependency>
220 <groupId>org.argeo.tp.rap.e4</groupId>
221 <artifactId>org.eclipse.e4.ui.workbench.renderers.swt</artifactId>
222 </dependency>
223 <dependency>
224 <groupId>org.argeo.tp.rap.e4</groupId>
225 <artifactId>org.eclipse.e4.ui.di</artifactId>
226 </dependency>
227 <dependency>
228 <groupId>org.argeo.tp.rap.e4</groupId>
229 <artifactId>org.eclipse.e4.core.di</artifactId>
230 </dependency>
231 <dependency>
232 <groupId>org.argeo.tp.rap.e4</groupId>
233 <artifactId>org.eclipse.e4.ui.workbench.addons.swt</artifactId>
234 </dependency>
235 <dependency>
236 <groupId>org.argeo.tp.rap.e4</groupId>
237 <artifactId>org.eclipse.e4.core.commands</artifactId>
238 </dependency>
239 <dependency>
240 <groupId>org.argeo.tp.rap.e4</groupId>
241 <artifactId>org.eclipse.e4.ui.bindings</artifactId>
242 </dependency>
243 <dependency>
244 <groupId>org.argeo.tp.rap.e4</groupId>
245 <artifactId>org.eclipse.e4.ui.workbench.swt</artifactId>
246 </dependency>
247 <dependency>
248 <groupId>org.argeo.tp.rap.e4</groupId>
249 <artifactId>org.eclipse.e4.core.di.extensions.supplier</artifactId>
250 </dependency>
251 <dependency>
252 <groupId>org.argeo.tp.rap.e4</groupId>
253 <artifactId>org.eclipse.e4.ui.model.workbench</artifactId>
254 </dependency>
255 <dependency>
256 <groupId>org.argeo.tp.rap.e4</groupId>
257 <artifactId>org.eclipse.e4.emf.xpath</artifactId>
258 </dependency>
259 <dependency>
260 <groupId>org.argeo.tp.rap.e4</groupId>
261 <artifactId>org.eclipse.e4.core.contexts</artifactId>
262 </dependency>
263 <dependency>
264 <groupId>org.argeo.tp.rap.e4</groupId>
265 <artifactId>org.eclipse.e4.core.services</artifactId>
266 </dependency>
267 <dependency>
268 <groupId>org.argeo.tp.rap.e4</groupId>
269 <artifactId>org.eclipse.e4.core.di.annotations</artifactId>
270 </dependency>
271 <dependency>
272 <groupId>org.argeo.tp.rap.e4</groupId>
273 <artifactId>org.eclipse.e4.ui.services</artifactId>
274 </dependency>
275 <dependency>
276 <groupId>org.argeo.tp.rap.e4</groupId>
277 <artifactId>org.eclipse.rap.fileupload</artifactId>
278 </dependency>
279 <dependency>
280 <groupId>org.argeo.tp.rap.e4</groupId>
281 <artifactId>org.eclipse.e4.core.di.extensions</artifactId>
282 </dependency>
283 <dependency>
284 <groupId>org.argeo.tp.rap.e4</groupId>
285 <artifactId>org.eclipse.e4.ui.workbench</artifactId>
286 </dependency>
287
288 <!-- <dependency> -->
289 <!-- <groupId>org.argeo.tp</groupId> -->
290 <!-- <artifactId>argeo-tp-rap-e4</artifactId> -->
291 <!-- <version>${version.argeo-tp}</version> -->
292 <!-- <scope>provided</scope> -->
293 <!-- </dependency> -->
294
295 <!-- SDK -->
296 <dependency>
297 <groupId>org.argeo.tp.sdk</groupId>
298 <artifactId>org.junit</artifactId>
299 <scope>test</scope>
300 </dependency>
301
302 </dependencies>
303 <dependencyManagement>
304 </dependencyManagement>
305 <profiles>
306 <profile>
307 <id>rpmbuild</id>
308 <build>
309 <plugins>
310 <!-- <plugin> -->
311 <!-- <groupId>org.apache.maven.plugins</groupId> -->
312 <!-- <artifactId>maven-dependency-plugin</artifactId> -->
313 <!-- <executions> -->
314 <!-- <execution> -->
315 <!-- <id>copy-argeo</id> -->
316 <!-- <phase>package</phase> -->
317 <!-- <goals> -->
318 <!-- <goal>copy-dependencies</goal> -->
319 <!-- </goals> -->
320 <!-- <configuration> -->
321 <!-- <includeTypes>jar</includeTypes> -->
322 <!-- <outputDirectory>${project.build.directory}/lib-argeo</outputDirectory> -->
323 <!-- <includeGroupIds>org.argeo.commons</includeGroupIds> -->
324 <!-- <excludeTransitive>true</excludeTransitive> -->
325 <!-- <excludeArtifactIds>org.argeo.dep.cms.node</excludeArtifactIds> -->
326 <!-- <includeTypes>jar</includeTypes> -->
327 <!-- <includeScope>runtime</includeScope> -->
328 <!-- <useRepositoryLayout>true</useRepositoryLayout> -->
329 <!-- </configuration> -->
330 <!-- </execution> -->
331 <!-- </executions> -->
332 <!-- </plugin> -->
333 <plugin>
334 <artifactId>maven-assembly-plugin</artifactId>
335 <executions>
336 <execution>
337 <id>prepare-source</id>
338 <phase>package</phase>
339 <goals>
340 <goal>single</goal>
341 </goals>
342 <configuration>
343 <descriptorRefs>
344 <descriptorRef>a2-source</descriptorRef>
345 </descriptorRefs>
346 </configuration>
347 </execution>
348 </executions>
349 </plugin>
350 <plugin>
351 <groupId>org.codehaus.mojo</groupId>
352 <artifactId>rpm-maven-plugin</artifactId>
353 <executions>
354 <execution>
355 <id>rpm-argeo</id>
356 <phase>package</phase>
357 <goals>
358 <goal>rpm</goal>
359 </goals>
360 <configuration>
361 <name>argeo-cms-e4-rap</name>
362 <mappings>
363 <mapping>
364 <directory>/usr/share/osgi</directory>
365 <username>root</username>
366 <groupname>root</groupname>
367 <filemode>644</filemode>
368 <directoryIncluded>false</directoryIncluded>
369 <sources>
370 <source>
371 <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source</location>
372 <includes>
373 <include>**/*.jar</include>
374 </includes>
375 </source>
376 </sources>
377 </mapping>
378 <!-- <mapping> -->
379 <!-- <directory>/usr/share/osgi/org/argeo/commons/${project.artifactId}/${project.version}</directory> -->
380 <!-- <username>root</username> -->
381 <!-- <groupname>root</groupname> -->
382 <!-- <directoryIncluded>false</directoryIncluded> -->
383 <!-- <artifact /> -->
384 <!-- </mapping> -->
385 </mappings>
386 <requires>
387 <require>argeo-cms-node</require>
388 <require>argeo-cms-e4-rap-tp</require>
389 </requires>
390 </configuration>
391 </execution>
392 </executions>
393 </plugin>
394 </plugins>
395 </build>
396 </profile>
397 <profile>
398 <id>rpmbuild-tp</id>
399 <build>
400 <plugins>
401 <!-- <plugin> -->
402 <!-- <groupId>org.apache.maven.plugins</groupId> -->
403 <!-- <artifactId>maven-dependency-plugin</artifactId> -->
404 <!-- <executions> -->
405 <!-- <execution> -->
406 <!-- <id>copy-tp</id> -->
407 <!-- <phase>package</phase> -->
408 <!-- <goals> -->
409 <!-- <goal>copy-dependencies</goal> -->
410 <!-- </goals> -->
411 <!-- <configuration> -->
412 <!-- <includeTypes>jar</includeTypes> -->
413 <!-- <outputDirectory>${project.build.directory}/lib-tp</outputDirectory> -->
414 <!-- <excludeGroupIds>org.argeo.commons</excludeGroupIds> -->
415 <!-- <excludeTransitive>true</excludeTransitive> -->
416 <!-- <includeTypes>jar</includeTypes> -->
417 <!-- <includeScope>runtime</includeScope> -->
418 <!-- <useRepositoryLayout>true</useRepositoryLayout> -->
419 <!-- </configuration> -->
420 <!-- </execution> -->
421 <!-- </executions> -->
422 <!-- </plugin> -->
423 <plugin>
424 <artifactId>maven-assembly-plugin</artifactId>
425 <executions>
426 <execution>
427 <id>prepare-source-tp</id>
428 <phase>package</phase>
429 <goals>
430 <goal>single</goal>
431 </goals>
432 <configuration>
433 <descriptorRefs>
434 <descriptorRef>a2-source-tp</descriptorRef>
435 </descriptorRefs>
436 </configuration>
437 </execution>
438 </executions>
439 </plugin>
440 <plugin>
441 <groupId>org.codehaus.mojo</groupId>
442 <artifactId>rpm-maven-plugin</artifactId>
443 <executions>
444 <execution>
445 <id>rpm-tp</id>
446 <phase>package</phase>
447 <goals>
448 <goal>rpm</goal>
449 </goals>
450 <configuration>
451 <name>argeo-cms-e4-rap-tp</name>
452 <projversion>${version.argeo-tp}</projversion>
453 <mappings>
454 <mapping>
455 <directory>/usr/share/osgi</directory>
456 <username>root</username>
457 <groupname>root</groupname>
458 <filemode>644</filemode>
459 <directoryIncluded>false</directoryIncluded>
460 <sources>
461 <source>
462 <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source-tp</location>
463 <includes>
464 <include>**/*.jar</include>
465 </includes>
466 </source>
467 </sources>
468 </mapping>
469 </mappings>
470 <requires>
471 <require>argeo-cms-node-tp</require>
472 </requires>
473 </configuration>
474 </execution>
475 </executions>
476 </plugin>
477 </plugins>
478 </build>
479 </profile>
480 </profiles>
481
482 </project>