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