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