]> git.argeo.org Git - gpl/argeo-slc.git/blob - pom.xml
Improve documentation
[gpl/argeo-slc.git] / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 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 <groupId>org.argeo.slc</groupId>
5 <artifactId>argeo-slc</artifactId>
6 <packaging>pom</packaging>
7 <name>Argeo SLC</name>
8 <version>0.11.4-SNAPSHOT</version>
9 <modules>
10 <module>runtime</module>
11 <module>dep</module>
12 <module>server</module>
13 <module>demo</module>
14 <module>integration-tests</module>
15 <module>archetypes</module>
16 </modules>
17 <properties>
18 <developmentCycle>0.11</developmentCycle>
19 <version.spring>2.5.6.A</version.spring>
20 <version.spring>2.5.6.A</version.spring>
21 <version.spring-ws>1.5.5.A</version.spring-ws>
22 <version.spring-osgi>1.1.3.RELEASE</version.spring-osgi>
23 <version.maven>2.0.9</version.maven>
24 <version.ant>1.7.0</version.ant>
25 <version.jetty>6.1.14</version.jetty>
26 <version.tomcat>6.0.18</version.tomcat>
27 <version.equinox>3.4.2.R34x_v20080826-1230</version.equinox>
28 <version.maven-bundle-plugin>2.0.0</version.maven-bundle-plugin>
29 <version.activemq>5.2.0.0006</version.activemq>
30 <version.maven-argeo-osgi>0.1.13</version.maven-argeo-osgi>
31 <site.repoBase>file:///var/argeo/projects/SLC/www/site</site.repoBase>
32 <site.urlBase>http://www.argeo.org/projects/slc/site</site.urlBase>
33 </properties>
34 <url>${site.urlBase}/${developmentCycle}</url>
35 <scm>
36 <connection>scm:svn:https://www.argeo.org/svn/slc/trunk</connection>
37 <developerConnection>scm:svn:https://www.argeo.org/svn/slc/trunk</developerConnection>
38 <url>https://www.argeo.org/svn/slc/trunk</url>
39 </scm>
40 <issueManagement>
41 <system>Bugzilla</system>
42 <url>https://www.argeo.org/bugzilla/</url>
43 </issueManagement>
44 <licenses>
45 <license>
46 <name>Apache 2</name>
47 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
48 <distribution>repo</distribution>
49 <comments><![CDATA[
50 SLC - Software LifeCycle framework
51
52 Copyright 2008 Mathieu Baudier - Argeo e.U.
53
54 Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
55 you may not use this file except in compliance with the License.
56 You may obtain a copy of the License at
57
58 http://www.apache.org/licenses/LICENSE-2.0
59
60 Unless required by applicable law or agreed to in writing, software
61 distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
62 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
63 See the License for the specific language governing permissions and
64 limitations under the License.
65 ]]>
66 </comments>
67 </license>
68 </licenses>
69 <organization>
70 <name>Argeo</name>
71 <url>http://www.argeo.org</url>
72 </organization>
73 <developers>
74 <developer>
75 <id>mbaudier</id>
76 <name>Mathieu Baudier</name>
77 <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=crsNpHjhOBDPswHG6HD_gXaqymhC69wmBf7wlagcSHw=]]></email>
78 <organization>Argeo</organization>
79 <organizationUrl>http://www.argeo.org</organizationUrl>
80 <roles>
81 <role>architect</role>
82 <role>developer</role>
83 <role>QA</role>
84 </roles>
85 </developer>
86 <developer>
87 <id>cdujeu</id>
88 <name>Charles du Jeu</name>
89 <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=KGbI2aXhd2VnJuMU9cL3qeGeNSKwIeUjeqa3XCqRQhY=]]></email>
90 <organization>Argeo</organization>
91 <organizationUrl>http://www.argeo.org</organizationUrl>
92 <roles>
93 <role>developer</role>
94 </roles>
95 </developer>
96 <developer>
97 <id>ocapillo</id>
98 <name>Olivier Capillon</name>
99 <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=BYw8i94WiejnvegUKJoCZQQr0h-mYlKCNKZVe_3WPIA=]]></email>
100 <organization>Argeo</organization>
101 <organizationUrl>http://www.argeo.org</organizationUrl>
102 <roles>
103 <role>developer</role>
104 </roles>
105 </developer>
106 </developers>
107 <contributors>
108 <contributor>
109 <name>Philippe Rioland</name>
110 <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=w76gYPekGIELW7dvvImvvNzdDSJ3sgCmCXJHFngDGlA=]]></email>
111 <organization>CapCo</organization>
112 <organizationUrl>http://www.capco.com</organizationUrl>
113 <roles>
114 <role>tester</role>
115 <role>sponsor</role>
116 </roles>
117 </contributor>
118 </contributors>
119 <build>
120 <pluginManagement>
121 <plugins>
122 <plugin>
123 <groupId>org.apache.maven.plugins</groupId>
124 <artifactId>maven-compiler-plugin</artifactId>
125 <configuration>
126 <source>1.5</source>
127 <target>1.5</target>
128 </configuration>
129 </plugin>
130 <plugin>
131 <groupId>org.apache.maven.plugins</groupId>
132 <artifactId>maven-source-plugin</artifactId>
133 <executions>
134 <execution>
135 <id>attach-sources</id>
136 <phase>package</phase>
137 <goals>
138 <goal>jar</goal>
139 </goals>
140 </execution>
141 </executions>
142 </plugin>
143 <!--
144 <plugin> <groupId>org.apache.maven.plugins</groupId>
145 <artifactId>maven-javadoc-plugin</artifactId> <executions>
146 <execution> <id>attach-javadoc</id> <phase>package</phase> <goals>
147 <goal>jar</goal> </goals> </execution> </executions> </plugin>
148 -->
149 <plugin>
150 <groupId>org.mortbay.jetty</groupId>
151 <artifactId>maven-jetty-plugin</artifactId>
152 <version>${version.jetty}</version>
153 <configuration>
154 <contextPath>org.argeo.slc.webapp</contextPath>
155 <stopKey>stopKey</stopKey>
156 <stopPort>9091</stopPort>
157 <connectors>
158 <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
159 <port>9090</port>
160 <maxIdleTime>60000</maxIdleTime>
161 </connector>
162 </connectors>
163 </configuration>
164 <dependencies>
165 <dependency>
166 <groupId>org.hsqldb</groupId>
167 <artifactId>
168 com.springsource.org.hsqldb
169 </artifactId>
170 <version>1.8.0.9</version>
171 </dependency>
172 <dependency>
173 <groupId>org.mortbay.jetty</groupId>
174 <artifactId>jetty-plus</artifactId>
175 <version>${version.jetty}</version>
176 </dependency>
177 <dependency>
178 <groupId>org.mortbay.jetty</groupId>
179 <artifactId>jetty-naming</artifactId>
180 <version>${version.jetty}</version>
181 </dependency>
182 <dependency>
183 <groupId>org.apache.log4j</groupId>
184 <artifactId>com.springsource.org.apache.log4j</artifactId>
185 <version>1.2.15</version>
186 </dependency>
187 <dependency>
188 <groupId>javax.xml.soap</groupId>
189 <artifactId>com.springsource.javax.xml.soap</artifactId>
190 <version>1.3.0</version>
191 </dependency>
192 <dependency>
193 <groupId>javax.mail</groupId>
194 <artifactId>com.springsource.javax.mail</artifactId>
195 <version>1.4.1</version>
196 </dependency>
197 </dependencies>
198 </plugin>
199 <plugin>
200 <groupId>org.argeo.slc.maven</groupId>
201 <artifactId>maven-argeo-osgi-plugin</artifactId>
202 <version>${version.maven-argeo-osgi}</version>
203 </plugin>
204 </plugins>
205 </pluginManagement>
206 <plugins>
207 <plugin>
208 <groupId>org.apache.maven.plugins</groupId>
209 <artifactId>maven-resources-plugin</artifactId>
210 <configuration>
211 <encoding>UTF-8</encoding>
212 </configuration>
213 </plugin>
214 <plugin>
215 <groupId>org.apache.maven.plugins</groupId>
216 <artifactId>maven-site-plugin</artifactId>
217 <version>2.0-beta-5</version>
218 <!--
219 The site plugin is buggy with multi modules.
220 http://jira.codehaus.org/browse/MSITE-276
221 -->
222 </plugin>
223
224
225 <plugin>
226 <groupId>org.apache.maven.plugins</groupId>
227 <artifactId>maven-release-plugin</artifactId>
228 <configuration>
229 <autoVersionSubmodules>true</autoVersionSubmodules>
230 <releaseProfiles>release</releaseProfiles>
231 <goals>deploy,site-deploy</goals>
232 </configuration>
233 </plugin>
234 </plugins>
235
236 </build>
237 <dependencyManagement>
238 <dependencies>
239 <!-- SLC (itself) -->
240 <dependency>
241 <groupId>org.argeo.slc.runtime</groupId>
242 <artifactId>org.argeo.slc.specs</artifactId>
243 <version>${project.version}</version>
244 </dependency>
245 <dependency>
246 <groupId>org.argeo.slc.runtime</groupId>
247 <artifactId>org.argeo.slc.launcher</artifactId>
248 <version>${project.version}</version>
249 </dependency>
250 <dependency>
251 <groupId>org.argeo.slc.runtime</groupId>
252 <artifactId>org.argeo.slc.detached</artifactId>
253 <version>${project.version}</version>
254 </dependency>
255 <dependency>
256 <groupId>org.argeo.slc.runtime</groupId>
257 <artifactId>org.argeo.slc.support.simple</artifactId>
258 <version>${project.version}</version>
259 </dependency>
260 <!--
261 <dependency> <groupId>org.argeo.slc.runtime</groupId>
262 <artifactId>org.argeo.slc.support.ant</artifactId>
263 <version>${project.version}</version> </dependency>
264 -->
265 <dependency>
266 <groupId>org.argeo.slc.runtime</groupId>
267 <artifactId>org.argeo.slc.support.hibernate</artifactId>
268 <version>${project.version}</version>
269 </dependency>
270 <dependency>
271 <groupId>org.argeo.slc.runtime</groupId>
272 <artifactId>org.argeo.slc.support.castor</artifactId>
273 <version>${project.version}</version>
274 </dependency>
275 <dependency>
276 <groupId>org.argeo.slc.runtime</groupId>
277 <artifactId>org.argeo.slc.support.activemq</artifactId>
278 <version>${project.version}</version>
279 </dependency>
280 <dependency>
281 <groupId>org.argeo.slc.runtime</groupId>
282 <artifactId>org.argeo.slc.server</artifactId>
283 <version>${project.version}</version>
284 </dependency>
285 <dependency>
286 <groupId>org.argeo.slc.runtime</groupId>
287 <artifactId>org.argeo.slc.osgiboot</artifactId>
288 <version>${project.version}</version>
289 </dependency>
290 <dependency>
291 <groupId>org.argeo.slc.runtime</groupId>
292 <artifactId>org.argeo.slc.support.equinox</artifactId>
293 <version>${project.version}</version>
294 </dependency>
295 <!--
296 <dependency> <groupId>org.argeo.slc.runtime</groupId>
297 <artifactId>org.argeo.slc.support.ws.client</artifactId>
298 <version>${project.version}</version> </dependency> <dependency>
299 <groupId>org.argeo.slc</groupId>
300 <artifactId>org.argeo.slc.webapp</artifactId>
301 <version>${project.version}</version> <type>war</type> </dependency>
302 -->
303 <dependency>
304 <groupId>org.argeo.slc.server</groupId>
305 <artifactId>org.argeo.slc.ria</artifactId>
306 <version>${project.version}</version>
307 </dependency>
308 <!--
309 <dependency> <groupId>org.argeo.slc.server</groupId>
310 <artifactId>bundles</artifactId> <version>0.11.3-SNAPSHOT</version>
311 <type>pom</type> </dependency>
312 -->
313 <dependency>
314 <groupId>org.argeo.slc.server</groupId>
315 <artifactId>deploy</artifactId>
316 <version>${project.version}</version>
317 <type>pom</type>
318 </dependency>
319
320 <!-- SLC dubious -->
321 <dependency>
322 <groupId>org.argeo.slc.runtime</groupId>
323 <artifactId>org.argeo.slc.detached.launcher</artifactId>
324 <version>${project.version}</version>
325 <type>tar.gz</type>
326 <classifier>dist</classifier>
327 </dependency>
328
329
330 <!-- Javax -->
331 <dependency>
332 <groupId>javax.transaction</groupId>
333 <artifactId>
334 com.springsource.javax.transaction
335 </artifactId>
336 <version>1.1.0</version>
337 </dependency>
338 <dependency>
339 <groupId>javax.xml.stream</groupId>
340 <artifactId>
341 com.springsource.javax.xml.stream
342 </artifactId>
343 <version>1.0.1</version>
344 </dependency>
345 <dependency>
346 <groupId>javax.xml.soap</groupId>
347 <artifactId>com.springsource.javax.xml.soap</artifactId>
348 <version>1.3.0</version>
349 </dependency>
350 <dependency>
351 <groupId>com.sun.xml</groupId>
352 <artifactId>
353 com.springsource.com.sun.xml.messaging.saaj
354 </artifactId>
355 <version>1.3.0</version>
356 </dependency>
357 <dependency>
358 <groupId>javax.activation</groupId>
359 <artifactId>
360 com.springsource.javax.activation
361 </artifactId>
362 <version>1.1.1</version>
363 </dependency>
364 <dependency>
365 <groupId>javax.annotation</groupId>
366 <artifactId>com.springsource.javax.annotation</artifactId>
367 <version>1.0.0</version>
368 </dependency>
369 <dependency>
370 <groupId>javax.persistence</groupId>
371 <artifactId>com.springsource.javax.persistence</artifactId>
372 <version>1.0.0</version>
373 </dependency>
374 <dependency>
375 <groupId>javax.xml.ws</groupId>
376 <artifactId>com.springsource.javax.xml.ws</artifactId>
377 <version>2.1.1</version>
378 </dependency>
379 <dependency>
380 <groupId>javax.xml.bind</groupId>
381 <artifactId>com.springsource.javax.xml.bind</artifactId>
382 <version>2.1.7</version>
383 </dependency>
384
385 <!-- Unit tests -->
386 <dependency>
387 <groupId>org.junit</groupId>
388 <artifactId>com.springsource.junit</artifactId>
389 <version>3.8.2</version>
390 </dependency>
391 <dependency>
392 <groupId>org.dbunit</groupId>
393 <artifactId>com.springsource.org.dbunit</artifactId>
394 <version>2.2.0</version>
395 </dependency>
396
397 <!-- Logging -->
398 <dependency>
399 <groupId>org.apache.log4j</groupId>
400 <artifactId>
401 com.springsource.org.apache.log4j
402 </artifactId>
403 <version>1.2.15</version>
404 </dependency>
405 <dependency>
406 <groupId>org.apache.commons</groupId>
407 <artifactId>
408 com.springsource.org.apache.commons.logging
409 </artifactId>
410 <version>1.1.1</version>
411 </dependency>
412 <dependency>
413 <groupId>org.slf4j</groupId>
414 <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
415 <version>1.5.3</version>
416 </dependency>
417 <dependency>
418 <groupId>org.slf4j</groupId>
419 <artifactId>com.springsource.slf4j.jcl</artifactId>
420 <version>1.5.3</version>
421 </dependency>
422 <dependency>
423 <groupId>org.slf4j</groupId>
424 <artifactId>com.springsource.slf4j.org.apache.log4j</artifactId>
425 <version>1.5.3</version>
426 </dependency>
427
428 <!-- Spring -->
429 <dependency>
430 <groupId>org.springframework</groupId>
431 <artifactId>org.springframework.core</artifactId>
432 <version>${version.spring}</version>
433 </dependency>
434 <dependency>
435 <groupId>org.springframework</groupId>
436 <artifactId>org.springframework.beans</artifactId>
437 <version>${version.spring}</version>
438 </dependency>
439 <dependency>
440 <groupId>org.springframework</groupId>
441 <artifactId>org.springframework.context</artifactId>
442 <version>${version.spring}</version>
443 </dependency>
444 <dependency>
445 <groupId>org.springframework</groupId>
446 <artifactId>
447 org.springframework.context.support
448 </artifactId>
449 <version>${version.spring}</version>
450 </dependency>
451 <dependency>
452 <groupId>org.springframework</groupId>
453 <artifactId>org.springframework.orm</artifactId>
454 <version>${version.spring}</version>
455 </dependency>
456 <dependency>
457 <groupId>org.springframework</groupId>
458 <artifactId>org.springframework.jdbc</artifactId>
459 <version>${version.spring}</version>
460 </dependency>
461 <dependency>
462 <groupId>org.springframework</groupId>
463 <artifactId>org.springframework.transaction</artifactId>
464 <version>${version.spring}</version>
465 </dependency>
466 <dependency>
467 <groupId>org.springframework</groupId>
468 <artifactId>org.springframework.web</artifactId>
469 <version>${version.spring}</version>
470 </dependency>
471 <dependency>
472 <groupId>org.springframework</groupId>
473 <artifactId>org.springframework.web.servlet</artifactId>
474 <version>${version.spring}</version>
475 </dependency>
476 <dependency>
477 <groupId>org.springframework</groupId>
478 <artifactId>org.springframework.aop</artifactId>
479 <version>${version.spring}</version>
480 </dependency>
481 <dependency>
482 <groupId>org.springframework</groupId>
483 <artifactId>org.springframework.jms</artifactId>
484 <version>${version.spring}</version>
485 </dependency>
486 <!--
487 <dependency> <groupId>org.springframework.ws</groupId>
488 <artifactId>org.springframework.ws</artifactId>
489 <version>${version.spring-ws}</version> </dependency>
490 -->
491 <dependency>
492 <groupId>org.springframework.ws</groupId>
493 <artifactId>org.springframework.oxm</artifactId>
494 <version>${version.spring-ws}</version>
495 </dependency>
496
497 <dependency>
498 <groupId>org.springframework.osgi</groupId>
499 <artifactId>org.springframework.osgi.extender</artifactId>
500 <version>${version.spring-osgi}</version>
501 </dependency>
502 <dependency>
503 <groupId>org.springframework.osgi</groupId>
504 <artifactId>org.springframework.osgi.core</artifactId>
505 <version>${version.spring-osgi}</version>
506 </dependency>
507 <dependency>
508 <groupId>org.springframework.osgi</groupId>
509 <artifactId>org.springframework.osgi.web.extender</artifactId>
510 <version>${version.spring-osgi}</version>
511 </dependency>
512 <dependency>
513 <groupId>org.springframework.osgi</groupId>
514 <artifactId>org.springframework.osgi.web</artifactId>
515 <version>${version.spring-osgi}</version>
516 </dependency>
517 <dependency>
518 <groupId>org.springframework.osgi</groupId>
519 <artifactId>org.springframework.osgi.test</artifactId>
520 <version>${version.spring-osgi}</version>
521 </dependency>
522 <dependency>
523 <groupId>org.argeo.slc.dep.osgi</groupId>
524 <artifactId>org.argeo.dep.osgi.catalina.start</artifactId>
525 <version>1.0.0.argeo3</version>
526 </dependency>
527
528 <!-- AOP -->
529 <dependency>
530 <groupId>org.aspectj</groupId>
531 <artifactId>com.springsource.org.aspectj.runtime</artifactId>
532 <version>1.6.2.RELEASE</version>
533 </dependency>
534 <dependency>
535 <groupId>org.aspectj</groupId>
536 <artifactId>com.springsource.org.aspectj.weaver</artifactId>
537 <version>1.6.2.RELEASE</version>
538 </dependency>
539 <dependency>
540 <groupId>org.aopalliance</groupId>
541 <artifactId>com.springsource.org.aopalliance</artifactId>
542 <version>1.0.0</version>
543 </dependency>
544 <dependency>
545 <groupId>net.sourceforge.cglib</groupId>
546 <artifactId>com.springsource.net.sf.cglib</artifactId>
547 <version>2.1.3</version>
548 </dependency>
549 <dependency>
550 <groupId>org.objectweb.asm</groupId>
551 <artifactId>com.springsource.org.objectweb.asm</artifactId>
552 <version>1.5.3</version>
553 </dependency>
554 <dependency>
555 <groupId>org.objectweb.asm</groupId>
556 <artifactId>com.springsource.org.objectweb.asm.attrs</artifactId>
557 <version>1.5.3</version>
558 </dependency>
559
560 <!-- Ant -->
561 <dependency>
562 <groupId>org.apache.ant</groupId>
563 <artifactId>com.springsource.org.apache.tools.ant</artifactId>
564 <version>1.7.0</version>
565 </dependency>
566
567 <!-- Required by specific Ant tasks -->
568 <dependency>
569 <groupId>org.apache.commons</groupId>
570 <artifactId>com.springsource.org.apache.commons.net</artifactId>
571 <version>1.4.1</version>
572 </dependency>
573 <dependency>
574 <groupId>org.apache.oro</groupId>
575 <artifactId>com.springsource.org.apache.oro</artifactId>
576 <version>2.0.8</version>
577 </dependency>
578 <dependency>
579 <groupId>org.apache.bsf</groupId>
580 <artifactId>com.springsource.org.apache.bsf</artifactId>
581 <version>2.4.0</version>
582 </dependency>
583 <dependency>
584 <groupId>org.beanshell</groupId>
585 <artifactId>com.springsource.bsh</artifactId>
586 <version>2.0.0.b4</version>
587 </dependency>
588
589 <!-- Apache Commons -->
590 <dependency>
591 <groupId>org.apache.commons</groupId>
592 <artifactId>
593 com.springsource.org.apache.commons.io
594 </artifactId>
595 <version>1.4.0</version>
596 </dependency>
597 <dependency>
598 <groupId>org.apache.commons</groupId>
599 <artifactId>com.springsource.org.apache.commons.collections</artifactId>
600 <version>3.2.0</version>
601 </dependency>
602 <dependency>
603 <groupId>org.argeo.dep.osgi</groupId>
604 <artifactId>org.argeo.dep.osgi.commons.cli</artifactId>
605 <version>1.1</version>
606 </dependency>
607 <dependency>
608 <groupId>org.argeo.dep.osgi</groupId>
609 <artifactId>org.argeo.dep.osgi.commons.exec</artifactId>
610 <version>1.0.0.argeo1</version>
611 </dependency>
612 <dependency>
613 <groupId>org.apache.commons</groupId>
614 <artifactId>com.springsource.org.apache.commons.pool</artifactId>
615 <version>1.4.0</version>
616 </dependency>
617 <dependency>
618 <groupId>org.apache.commons</groupId>
619 <artifactId>com.springsource.org.apache.commons.dbcp</artifactId>
620 <version>1.2.2.osgi</version>
621 </dependency>
622
623 <!-- DB Drivers -->
624 <dependency>
625 <groupId>org.hsqldb</groupId>
626 <artifactId>com.springsource.org.hsqldb</artifactId>
627 <version>1.8.0.9</version>
628 </dependency>
629 <dependency>
630 <groupId>net.sourceforge.jtds</groupId>
631 <artifactId>com.springsource.net.sourceforge.jtds</artifactId>
632 <version>1.2.2</version>
633 </dependency>
634 <dependency>
635 <groupId>com.mysql.jdbc</groupId>
636 <artifactId>com.springsource.com.mysql.jdbc</artifactId>
637 <version>5.1.6</version>
638 </dependency>
639
640 <!-- XML -->
641 <dependency>
642 <groupId>org.codehaus.castor</groupId>
643 <artifactId>com.springsource.org.castor</artifactId>
644 <version>1.2.0</version>
645 </dependency>
646 <dependency>
647 <groupId>org.apache.xerces</groupId>
648 <artifactId>
649 com.springsource.org.apache.xerces
650 </artifactId>
651 <version>2.8.1</version>
652 </dependency>
653 <dependency>
654 <groupId>org.apache.xalan</groupId>
655 <artifactId>
656 com.springsource.org.apache.xalan
657 </artifactId>
658 <version>2.7.0</version>
659 </dependency>
660 <dependency>
661 <groupId>org.apache.xmlcommons</groupId>
662 <artifactId>com.springsource.org.apache.xmlcommons</artifactId>
663 <version>1.3.3</version>
664 </dependency>
665
666 <!-- Web -->
667 <dependency>
668 <groupId>javax.servlet</groupId>
669 <artifactId>com.springsource.javax.servlet</artifactId>
670 <version>2.5.0</version>
671 </dependency>
672 <dependency>
673 <groupId>javax.servlet</groupId>
674 <artifactId>com.springsource.javax.servlet.jsp</artifactId>
675 <version>2.1.0</version>
676 </dependency>
677 <dependency>
678 <groupId>javax.el</groupId>
679 <artifactId>com.springsource.javax.el</artifactId>
680 <version>1.0.0</version>
681 </dependency>
682 <dependency>
683 <groupId>javax.servlet</groupId>
684 <artifactId>
685 com.springsource.javax.servlet.jsp.jstl
686 </artifactId>
687 <version>1.1.2</version>
688 </dependency>
689 <dependency>
690 <groupId>org.apache.taglibs</groupId>
691 <artifactId>
692 com.springsource.org.apache.taglibs.standard
693 </artifactId>
694 <version>1.1.2</version>
695 </dependency>
696 <dependency>
697 <groupId>javax.activation</groupId>
698 <artifactId>com.springsource.javax.activation</artifactId>
699 <version>1.1.1</version>
700 </dependency>
701 <dependency>
702 <groupId>com.lowagie.text</groupId>
703 <artifactId>
704 com.springsource.com.lowagie.text
705 </artifactId>
706 <version>2.0.8</version>
707 </dependency>
708
709 <!-- Tomcat -->
710 <dependency>
711 <groupId>org.apache.catalina</groupId>
712 <artifactId>com.springsource.org.apache.catalina</artifactId>
713 <version>${version.tomcat}</version>
714 </dependency>
715 <dependency>
716 <groupId>org.apache.jasper</groupId>
717 <artifactId>com.springsource.org.apache.jasper</artifactId>
718 <version>${version.tomcat}</version>
719 </dependency>
720 <dependency>
721 <groupId>org.apache.el</groupId>
722 <artifactId>com.springsource.org.apache.el</artifactId>
723 <version>${version.tomcat}</version>
724 </dependency>
725
726 <!-- Maven -->
727 <dependency>
728 <groupId>org.apache.maven</groupId>
729 <artifactId>maven-core</artifactId>
730 <version>${version.maven}</version>
731 </dependency>
732 <dependency>
733 <groupId>org.apache.maven</groupId>
734 <artifactId>maven-embedder</artifactId>
735 <!-- no higher version available -->
736 <version>2.0.4</version>
737 </dependency>
738 <dependency>
739 <groupId>org.apache.maven</groupId>
740 <artifactId>maven-settings</artifactId>
741 <version>${version.maven}</version>
742 </dependency>
743
744 <dependency>
745 <groupId>org.apache.archiva</groupId>
746 <artifactId>archiva-webapp</artifactId>
747 <version>1.1.3</version>
748 <type>war</type>
749 </dependency>
750
751 <!-- OSGi -->
752 <dependency>
753 <groupId>org.eclipse.osgi</groupId>
754 <artifactId>org.eclipse.osgi</artifactId>
755 <version>${version.equinox}</version>
756 </dependency>
757
758 <!-- Auto UI -->
759 <dependency>
760 <groupId>org.argeo.dep.jemmy</groupId>
761 <artifactId>org.argeo.dep.jemmy.nb61</artifactId>
762 <version>0.2.2</version>
763 </dependency>
764
765 <!-- Spring bundle repo -->
766 <dependency>
767 <groupId>javax.transaction</groupId>
768 <artifactId>
769 com.springsource.javax.transaction
770 </artifactId>
771 <version>1.1.0</version>
772 </dependency>
773 <dependency>
774 <groupId>org.hibernate</groupId>
775 <artifactId>com.springsource.org.hibernate</artifactId>
776 <version>3.2.6.ga</version>
777 <!-- <version>3.3.1.GA</version> TODO: fix issues with logging -->
778 </dependency>
779 <dependency>
780 <groupId>net.sourceforge.jexcelapi</groupId>
781 <artifactId>com.springsource.jxl</artifactId>
782 <version>2.6.6</version>
783 </dependency>
784 <dependency>
785 <groupId>net.sourceforge.ehcache</groupId>
786 <artifactId>com.springsource.net.sf.ehcache</artifactId>
787 <version>1.4.1</version>
788 </dependency>
789 <dependency>
790 <groupId>edu.emory.mathcs.backport</groupId>
791 <artifactId>
792 com.springsource.edu.emory.mathcs.backport
793 </artifactId>
794 <version>3.1.0</version>
795 </dependency>
796 <dependency>
797 <groupId>javax.wsdl</groupId>
798 <artifactId>com.springsource.javax.wsdl</artifactId>
799 <version>1.6.1</version>
800 </dependency>
801
802 <!-- JMS -->
803 <dependency>
804 <groupId>javax.jms</groupId>
805 <artifactId>com.springsource.javax.jms</artifactId>
806 <version>1.1.0</version>
807 </dependency>
808 <dependency>
809 <groupId>org.apache.geronimo.specs</groupId>
810 <artifactId>com.springsource.javax.management.j2ee</artifactId>
811 <version>1.0.1</version>
812 </dependency>
813
814 <!-- ActiveMQ -->
815 <dependency>
816 <groupId>org.argeo.dep.osgi</groupId>
817 <artifactId>org.argeo.dep.osgi.activemq</artifactId>
818 <version>${version.activemq}</version>
819 </dependency>
820 <dependency>
821 <groupId>org.apache.activemq</groupId>
822 <artifactId>com.springsource.org.apache.activemq.pool</artifactId>
823 <version>5.2.0</version>
824 <exclusions>
825 <exclusion>
826 <groupId>org.apache.activemq</groupId>
827 <artifactId>com.springsource.org.apache.activemq</artifactId>
828 </exclusion>
829 </exclusions>
830 </dependency>
831 <!--
832 <dependency> <groupId>org.argeo.dep.osgi</groupId>
833 <artifactId>org.argeo.dep.osgi.activemq.web</artifactId>
834 <version>${version.activemq-web}</version> </dependency>
835 -->
836 <dependency>
837 <groupId>javax.xml.soap</groupId>
838 <artifactId>com.springsource.javax.xml.soap</artifactId>
839 <version>1.3.0</version>
840 </dependency>
841 <dependency>
842 <groupId>javax.xml.rpc</groupId>
843 <artifactId>com.springsource.javax.xml.rpc</artifactId>
844 <version>1.1.0</version>
845 </dependency>
846 <dependency>
847 <groupId>javax.ejb</groupId>
848 <artifactId>com.springsource.javax.ejb</artifactId>
849 <version>3.0.0</version>
850 </dependency>
851
852 <dependency>
853 <groupId>org.apache.camel</groupId>
854 <artifactId>com.springsource.org.apache.camel</artifactId>
855 <version>1.3.0</version>
856 </dependency>
857
858 </dependencies>
859 </dependencyManagement>
860 <repositories>
861 <repository>
862 <id>central</id>
863 <url>http://repo1.maven.org/maven2</url>
864 <releases>
865 <enabled>true</enabled>
866 <updatePolicy>daily</updatePolicy>
867 <checksumPolicy>warn</checksumPolicy>
868 </releases>
869 <snapshots>
870 <enabled>false</enabled>
871 <updatePolicy>never</updatePolicy>
872 <checksumPolicy>fail</checksumPolicy>
873 </snapshots>
874 </repository>
875 <repository>
876 <id>com.springsource.repository.bundles.release</id>
877 <name>
878 SpringSource Enterprise Bundle Repository - SpringSource
879 Bundle
880 Releases
881 </name>
882 <url>
883 http://repository.springsource.com/maven/bundles/release
884 </url>
885 <releases>
886 <enabled>true</enabled>
887 <updatePolicy>daily</updatePolicy>
888 <checksumPolicy>fail</checksumPolicy>
889 </releases>
890 <snapshots>
891 <enabled>false</enabled>
892 <updatePolicy>never</updatePolicy>
893 <checksumPolicy>fail</checksumPolicy>
894 </snapshots>
895 </repository>
896 <repository>
897 <id>com.springsource.repository.bundles.external</id>
898 <name>
899 SpringSource Enterprise Bundle Repository - External
900 Bundle
901 Releases
902 </name>
903 <url>
904 http://repository.springsource.com/maven/bundles/external
905 </url>
906 <releases>
907 <enabled>true</enabled>
908 <updatePolicy>daily</updatePolicy>
909 <checksumPolicy>fail</checksumPolicy>
910 </releases>
911 <snapshots>
912 <enabled>false</enabled>
913 <updatePolicy>never</updatePolicy>
914 <checksumPolicy>fail</checksumPolicy>
915 </snapshots>
916 </repository>
917 <repository>
918 <id>argeo</id>
919 <url>http://www.argeo.org/maven/argeo</url>
920 <releases>
921 <enabled>true</enabled>
922 <updatePolicy>daily</updatePolicy>
923 <checksumPolicy>fail</checksumPolicy>
924 </releases>
925 <snapshots>
926 <enabled>false</enabled>
927 <updatePolicy>never</updatePolicy>
928 <checksumPolicy>fail</checksumPolicy>
929 </snapshots>
930 </repository>
931 <repository>
932 <id>argeo-snapshots</id>
933 <url>http://www.argeo.org/maven/argeo-snapshots</url>
934 <releases>
935 <enabled>false</enabled>
936 <updatePolicy>never</updatePolicy>
937 <checksumPolicy>fail</checksumPolicy>
938 </releases>
939 <snapshots>
940 <enabled>true</enabled>
941 <updatePolicy>always</updatePolicy>
942 <checksumPolicy>fail</checksumPolicy>
943 </snapshots>
944 </repository>
945 </repositories>
946 <pluginRepositories>
947 <pluginRepository>
948 <id>argeo</id>
949 <url>http://www.argeo.org/maven/argeo</url>
950 <releases>
951 <enabled>true</enabled>
952 <updatePolicy>daily</updatePolicy>
953 <checksumPolicy>fail</checksumPolicy>
954 </releases>
955 <snapshots>
956 <enabled>false</enabled>
957 <updatePolicy>never</updatePolicy>
958 <checksumPolicy>fail</checksumPolicy>
959 </snapshots>
960 </pluginRepository>
961 <pluginRepository>
962 <id>argeo-snapshots</id>
963 <url>http://www.argeo.org/maven/argeo-snapshots</url>
964 <releases>
965 <enabled>false</enabled>
966 <updatePolicy>never</updatePolicy>
967 <checksumPolicy>fail</checksumPolicy>
968 </releases>
969 <snapshots>
970 <enabled>true</enabled>
971 <updatePolicy>always</updatePolicy>
972 <checksumPolicy>fail</checksumPolicy>
973 </snapshots>
974 </pluginRepository>
975 </pluginRepositories>
976 <distributionManagement>
977 <repository>
978 <uniqueVersion>false</uniqueVersion>
979 <id>argeo-restricted</id>
980 <name>Argeo FOSS Repository</name>
981 <url>file:///var/argeo/maven2/argeo</url>
982 </repository>
983 <snapshotRepository>
984 <uniqueVersion>true</uniqueVersion>
985 <id>argeo-snapshots-restricted</id>
986 <name>Argeo FOSS Snapshots Repository</name>
987 <url>file:///var/argeo/maven2/argeo-snapshots</url>
988 </snapshotRepository>
989 <site>
990 <id>argeo-slc-site</id>
991 <name>SLC Site</name>
992 <url>file://${site.repoBase}/${developmentCycle}/</url>
993 </site>
994 </distributionManagement>
995 <reporting>
996 <plugins>
997 <plugin>
998 <groupId>org.apache.maven.plugins</groupId>
999 <artifactId>maven-project-info-reports-plugin</artifactId>
1000 <reportSets>
1001 <reportSet>
1002 <reports>
1003 <report>index</report>
1004 <report>summary</report>
1005 <report>license</report>
1006 <report>scm</report>
1007 <report>issue-tracking</report>
1008 </reports>
1009 </reportSet>
1010 <reportSet>
1011 <inherited>false</inherited>
1012 <reports>
1013 <report>project-team</report>
1014 </reports>
1015 </reportSet>
1016 </reportSets>
1017 </plugin>
1018 <plugin>
1019 <groupId>org.apache.maven.plugins</groupId>
1020 <artifactId>maven-javadoc-plugin</artifactId>
1021 <inherited>false</inherited>
1022 <configuration>
1023 <aggregate>true</aggregate>
1024 </configuration>
1025 </plugin>
1026 <plugin>
1027 <groupId>org.apache.maven.plugins</groupId>
1028 <artifactId>maven-jxr-plugin</artifactId>
1029 <configuration>
1030 <aggregate>true</aggregate>
1031 </configuration>
1032 </plugin>
1033 <plugin>
1034 <groupId>org.apache.maven.plugins</groupId>
1035 <artifactId>maven-surefire-report-plugin</artifactId>
1036 <inherited>false</inherited>
1037 <configuration>
1038 <aggregate>true</aggregate>
1039 </configuration>
1040 </plugin>
1041 <!--
1042 <plugin> <groupId>org.codehaus.mojo</groupId>
1043 <artifactId>scmchangelog-maven-plugin</artifactId> </plugin>
1044 -->
1045 <plugin>
1046 <groupId>org.codehaus.mojo</groupId>
1047 <artifactId>taglist-maven-plugin</artifactId>
1048 <configuration>
1049 <aggregate>true</aggregate>
1050 <tags>
1051 <tag>TODO</tag>
1052 <tag>FIXME</tag>
1053 <tag>@deprecated</tag>
1054 </tags>
1055 </configuration>
1056 </plugin>
1057 <!--
1058 <plugin>
1059 <groupId>org.codehaus.mojo</groupId>
1060 <artifactId>clirr-maven-plugin</artifactId>
1061 <inherited>false</inherited>
1062 </plugin>
1063 -->
1064 <plugin>
1065 <groupId>org.apache.maven.plugins</groupId>
1066 <artifactId>maven-changelog-plugin</artifactId>
1067 <inherited>false</inherited>
1068 </plugin>
1069 </plugins>
1070 </reporting>
1071 <profiles>
1072 <profile>
1073 <id>developer</id>
1074 <properties>
1075 <site.repoBase>file://${user.home}/dev/work/slcSite</site.repoBase>
1076 <site.urlBase>${site.repoBase}</site.urlBase>
1077 </properties>
1078 <distributionManagement>
1079 <snapshotRepository>
1080 <uniqueVersion>true</uniqueVersion>
1081 <id>argeo-snapshots-restricted</id>
1082 <name>Argeo FOSS Snapshots Repository</name>
1083 <url>scpexe://argeo.org/var/argeo/maven2/argeo-snapshots</url>
1084 </snapshotRepository>
1085 </distributionManagement>
1086 </profile>
1087 <profile>
1088 <id>release</id>
1089 <distributionManagement>
1090 <site>
1091 <id>argeo-slc-site</id>
1092 <name>SLC Site</name>
1093 <url>file://${site.repoBase}/${project.version}</url>
1094 </site>
1095 </distributionManagement>
1096 </profile>
1097 </profiles>
1098
1099 </project>