]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc/pom.xml
Add META-INF dir
[gpl/argeo-slc.git] / org.argeo.slc / 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.3-SNAPSHOT</version>
9 <description>SLC Distribution</description>
10 <url>
11 http://www.argeo.org/projects/slc/${project.artifactId}/${project.version}
12 </url>
13 <properties>
14 <version.spring>2.5.6.A</version.spring>
15 <version.spring-ws>1.5.5.A</version.spring-ws>
16 <version.maven>2.0.9</version.maven>
17 <version.ant>1.7.0</version.ant>
18 <version.jetty>6.1.14</version.jetty>
19 <version.maven-bundle-plugin>1.4.3</version.maven-bundle-plugin>
20 <version.activemq>5.2.0</version.activemq>
21 </properties>
22 <scm>
23 <connection>scm:svn:https://www.argeo.org/svn/slc/trunk/org.argeo.slc</connection>
24 <url>https://www.argeo.org/svn/slc/trunk/org.argeo.slc</url>
25 </scm>
26 <issueManagement>
27 <system>Bugzilla</system>
28 <url>https://www.argeo.org/bugzilla/</url>
29 </issueManagement>
30 <licenses>
31 <license>
32 <name>Apache 2</name>
33 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
34 <distribution>repo</distribution>
35 <comments><![CDATA[
36 SLC - Software LifeCycle framework
37
38 Copyright 2008 Mathieu Baudier - Argeo e.U.
39
40 Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
41 you may not use this file except in compliance with the License.
42 You may obtain a copy of the License at
43
44 http://www.apache.org/licenses/LICENSE-2.0
45
46 Unless required by applicable law or agreed to in writing, software
47 distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
48 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
49 See the License for the specific language governing permissions and
50 limitations under the License.
51 ]]>
52 </comments>
53 </license>
54 </licenses>
55 <organization>
56 <name>Argeo</name>
57 <url>http://www.argeo.org</url>
58 </organization>
59 <developers>
60 <developer>
61 <id>mbaudier</id>
62 <name>Mathieu Baudier</name>
63 <email>mbaudier@argeo.org</email>
64 <organization>Argeo</organization>
65 <organizationUrl>http://www.argeo.org</organizationUrl>
66 <roles>
67 <role>architect</role>
68 <role>developer</role>
69 </roles>
70 <timezone>+1</timezone>
71 </developer>
72 </developers>
73 <build>
74 <pluginManagement>
75 <plugins>
76 <plugin>
77 <groupId>org.apache.maven.plugins</groupId>
78 <artifactId>maven-compiler-plugin</artifactId>
79 <configuration>
80 <source>1.5</source>
81 <target>1.5</target>
82 </configuration>
83 </plugin>
84 <plugin>
85 <artifactId>maven-jar-plugin</artifactId>
86 <configuration>
87 <archive>
88 <manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile>
89 </archive>
90 </configuration>
91 </plugin>
92 <plugin>
93 <groupId>org.apache.maven.plugins</groupId>
94 <artifactId>maven-source-plugin</artifactId>
95 <executions>
96 <execution>
97 <id>attach-sources</id>
98 <phase>package</phase>
99 <goals>
100 <goal>jar</goal>
101 </goals>
102 </execution>
103 </executions>
104 </plugin>
105 <plugin>
106 <groupId>org.apache.maven.plugins</groupId>
107 <artifactId>maven-javadoc-plugin</artifactId>
108 <executions>
109 <execution>
110 <id>attach-javadoc</id>
111 <phase>package</phase>
112 <goals>
113 <goal>jar</goal>
114 </goals>
115 </execution>
116 </executions>
117 </plugin>
118 <plugin>
119 <groupId>org.mortbay.jetty</groupId>
120 <artifactId>maven-jetty-plugin</artifactId>
121 <version>${version.jetty}</version>
122 <configuration>
123 <contextPath>org.argeo.slc.webapp</contextPath>
124 <stopKey>stopKey</stopKey>
125 <stopPort>9091</stopPort>
126 <connectors>
127 <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
128 <port>9090</port>
129 <maxIdleTime>60000</maxIdleTime>
130 </connector>
131 </connectors>
132 </configuration>
133 <dependencies>
134 <dependency>
135 <groupId>org.hsqldb</groupId>
136 <artifactId>
137 com.springsource.org.hsqldb
138 </artifactId>
139 <version>1.8.0.9</version>
140 </dependency>
141 <dependency>
142 <groupId>org.mortbay.jetty</groupId>
143 <artifactId>jetty-plus</artifactId>
144 <version>${version.jetty}</version>
145 </dependency>
146 <dependency>
147 <groupId>org.mortbay.jetty</groupId>
148 <artifactId>jetty-naming</artifactId>
149 <version>${version.jetty}</version>
150 </dependency>
151 <dependency>
152 <groupId>org.apache.log4j</groupId>
153 <artifactId>com.springsource.org.apache.log4j</artifactId>
154 <version>1.2.15</version>
155 </dependency>
156 <dependency>
157 <groupId>javax.xml.soap</groupId>
158 <artifactId>com.springsource.javax.xml.soap</artifactId>
159 <version>1.3.0</version>
160 </dependency>
161
162 <!-- Required by ActiveMQ admin
163 <dependency>
164 <groupId>org.springframework</groupId>
165 <artifactId>org.springframework.web</artifactId>
166 <version>${version.spring}</version>
167 </dependency>
168 <dependency>
169 <groupId>org.springframework</groupId>
170 <artifactId>org.springframework.web.servlet</artifactId>
171 <version>${version.spring}</version>
172 </dependency>
173 <dependency>
174 <groupId>org.apache.activemq</groupId>
175 <artifactId>com.springsource.org.apache.activemq.web</artifactId>
176 <version>${version.activemq}</version>
177 </dependency>
178 <dependency>
179 <groupId>javax.jms</groupId>
180 <artifactId>com.springsource.javax.jms</artifactId>
181 <version>1.1.0</version>
182 </dependency>
183 <dependency>
184 <groupId>org.apache.geronimo.specs</groupId>
185 <artifactId>com.springsource.javax.management.j2ee</artifactId>
186 <version>1.0.1</version>
187 </dependency>
188 <dependency>
189 <groupId>com.opensymphony.sitemesh</groupId>
190 <artifactId>com.springsource.com.opensymphony.sitemesh</artifactId>
191 <version>2.3.0</version>
192 </dependency> -->
193 </dependencies>
194 </plugin>
195 <plugin>
196 <groupId>org.apache.felix</groupId>
197 <artifactId>maven-bundle-plugin</artifactId>
198 <version>${version.maven-bundle-plugin}</version>
199 <extensions>true</extensions>
200 <configuration>
201 <manifestLocation>src/main/resources/META-INF</manifestLocation>
202 <instructions>
203 <Bundle-SymbolicName>
204 ${pom.artifactId}
205 </Bundle-SymbolicName>
206 <_removeheaders>Bnd-LastModified</_removeheaders>
207 </instructions>
208 </configuration>
209 <executions>
210 <execution>
211 <id>bundle-manifest</id>
212 <phase>process-classes</phase>
213 <goals>
214 <goal>manifest</goal>
215 </goals>
216 </execution>
217 </executions>
218 </plugin>
219 </plugins>
220 </pluginManagement>
221 <plugins>
222 <plugin>
223 <groupId>org.apache.maven.plugins</groupId>
224 <artifactId>maven-assembly-plugin</artifactId>
225 <inherited>false</inherited>
226 <configuration>
227 <descriptors>
228 <descriptor>
229 src/assembly/with-dependencies.xml
230 </descriptor>
231 </descriptors>
232 </configuration>
233 </plugin>
234 </plugins>
235 </build>
236 <reporting>
237 <plugins>
238 <plugin>
239 <groupId>org.apache.maven.plugins</groupId>
240 <artifactId>maven-surefire-report-plugin</artifactId>
241 </plugin>
242 <plugin>
243 <groupId>org.apache.maven.plugins</groupId>
244 <artifactId>maven-javadoc-plugin</artifactId>
245 </plugin>
246 <plugin>
247 <groupId>org.codehaus.mojo</groupId>
248 <artifactId>cobertura-maven-plugin</artifactId>
249 </plugin>
250 </plugins>
251 </reporting>
252 <dependencyManagement>
253 <dependencies>
254 <!-- Javax -->
255 <dependency>
256 <groupId>javax.transaction</groupId>
257 <artifactId>
258 com.springsource.javax.transaction
259 </artifactId>
260 <version>1.1.0</version>
261 </dependency>
262 <dependency>
263 <groupId>javax.xml.stream</groupId>
264 <artifactId>
265 com.springsource.javax.xml.stream
266 </artifactId>
267 <version>1.0.1</version>
268 </dependency>
269 <dependency>
270 <groupId>javax.xml.soap</groupId>
271 <artifactId>com.springsource.javax.xml.soap</artifactId>
272 <version>1.3.0</version>
273 </dependency>
274 <dependency>
275 <groupId>com.sun.xml</groupId>
276 <artifactId>
277 com.springsource.com.sun.xml.messaging.saaj
278 </artifactId>
279 <scope>runtime</scope>
280 <version>1.3.0</version>
281 </dependency>
282 <dependency>
283 <groupId>javax.activation</groupId>
284 <artifactId>
285 com.springsource.javax.activation
286 </artifactId>
287 <version>1.1.1</version>
288 <scope>runtime</scope>
289 </dependency>
290
291 <!-- Unit tests -->
292 <dependency>
293 <groupId>org.junit</groupId>
294 <artifactId>com.springsource.junit</artifactId>
295 <version>3.8.2</version>
296 </dependency>
297 <dependency>
298 <groupId>org.dbunit</groupId>
299 <artifactId>com.springsource.org.dbunit</artifactId>
300 <version>2.2.0</version>
301 </dependency>
302
303 <!-- Logging -->
304 <dependency>
305 <groupId>org.apache.log4j</groupId>
306 <artifactId>
307 com.springsource.org.apache.log4j
308 </artifactId>
309 <version>1.2.15</version>
310 </dependency>
311 <dependency>
312 <groupId>org.apache.commons</groupId>
313 <artifactId>
314 com.springsource.org.apache.commons.logging
315 </artifactId>
316 <version>1.1.1</version>
317 </dependency>
318 <dependency>
319 <groupId>org.slf4j</groupId>
320 <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
321 <version>1.5.3</version>
322 </dependency>
323 <dependency>
324 <groupId>org.slf4j</groupId>
325 <artifactId>com.springsource.slf4j.jcl</artifactId>
326 <version>1.5.3</version>
327 </dependency>
328 <dependency>
329 <groupId>org.slf4j</groupId>
330 <artifactId>com.springsource.slf4j.org.apache.log4j</artifactId>
331 <version>1.5.3</version>
332 </dependency>
333 <!-- Spring -->
334 <dependency>
335 <groupId>org.springframework</groupId>
336 <artifactId>org.springframework.core</artifactId>
337 <version>${version.spring}</version>
338 </dependency>
339 <dependency>
340 <groupId>org.springframework</groupId>
341 <artifactId>org.springframework.beans</artifactId>
342 <version>${version.spring}</version>
343 </dependency>
344 <dependency>
345 <groupId>org.springframework</groupId>
346 <artifactId>org.springframework.context</artifactId>
347 <version>${version.spring}</version>
348 </dependency>
349 <dependency>
350 <groupId>org.springframework</groupId>
351 <artifactId>
352 org.springframework.context.support
353 </artifactId>
354 <version>${version.spring}</version>
355 </dependency>
356 <dependency>
357 <groupId>org.springframework</groupId>
358 <artifactId>org.springframework.orm</artifactId>
359 <version>${version.spring}</version>
360 </dependency>
361 <dependency>
362 <groupId>org.springframework</groupId>
363 <artifactId>org.springframework.jdbc</artifactId>
364 <version>${version.spring}</version>
365 </dependency>
366 <dependency>
367 <groupId>org.springframework</groupId>
368 <artifactId>org.springframework.web</artifactId>
369 <version>${version.spring}</version>
370 </dependency>
371 <dependency>
372 <groupId>org.springframework</groupId>
373 <artifactId>org.springframework.web.servlet</artifactId>
374 <version>${version.spring}</version>
375 </dependency>
376 <dependency>
377 <groupId>org.springframework</groupId>
378 <artifactId>org.springframework.aop</artifactId>
379 <version>${version.spring}</version>
380 </dependency>
381
382 <dependency>
383 <groupId>org.springframework.ws</groupId>
384 <artifactId>org.springframework.ws</artifactId>
385 <version>${version.spring-ws}</version>
386 </dependency>
387 <dependency>
388 <groupId>org.springframework.ws</groupId>
389 <artifactId>org.springframework.oxm</artifactId>
390 <version>${version.spring-ws}</version>
391 </dependency>
392
393 <dependency>
394 <groupId>org.springframework.osgi</groupId>
395 <artifactId>org.springframework.osgi.extender</artifactId>
396 <version>1.1.2.B</version>
397 </dependency>
398
399 <!-- Ant -->
400 <dependency>
401 <groupId>org.argeo.dep.osgi</groupId>
402 <artifactId>org.argeo.dep.osgi.ant</artifactId>
403 <version>1.7.1</version>
404 </dependency>
405
406 <!-- Required by specific Ant tasks -->
407 <dependency>
408 <groupId>org.apache.commons</groupId>
409 <artifactId>com.springsource.org.apache.commons.net</artifactId>
410 <version>1.4.1</version>
411 </dependency>
412 <dependency>
413 <groupId>org.apache.oro</groupId>
414 <artifactId>com.springsource.org.apache.oro</artifactId>
415 <version>2.0.8</version>
416 </dependency>
417 <dependency>
418 <groupId>org.apache.bsf</groupId>
419 <artifactId>com.springsource.org.apache.bsf</artifactId>
420 <version>2.4.0</version>
421 </dependency>
422 <dependency>
423 <groupId>org.beanshell</groupId>
424 <artifactId>com.springsource.bsh</artifactId>
425 <version>2.0.0.b4</version>
426 </dependency>
427
428 <!-- Apache Commons -->
429 <dependency>
430 <groupId>org.apache.commons</groupId>
431 <artifactId>
432 com.springsource.org.apache.commons.io
433 </artifactId>
434 <version>1.4.0</version>
435 </dependency>
436 <dependency>
437 <groupId>org.apache.commons</groupId>
438 <artifactId>com.springsource.org.apache.commons.collections</artifactId>
439 <version>3.2.0</version>
440 </dependency>
441 <dependency>
442 <groupId>org.argeo.dep.osgi</groupId>
443 <artifactId>org.argeo.dep.osgi.commons.cli</artifactId>
444 <version>1.1</version>
445 </dependency>
446
447 <!-- DB Drivers -->
448 <dependency>
449 <groupId>org.hsqldb</groupId>
450 <artifactId>com.springsource.org.hsqldb</artifactId>
451 <version>1.8.0.9</version>
452 </dependency>
453
454 <!-- XML -->
455 <dependency>
456 <groupId>org.codehaus.castor</groupId>
457 <artifactId>com.springsource.org.castor</artifactId>
458 <version>1.2.0</version>
459 </dependency>
460 <dependency>
461 <groupId>org.apache.xerces</groupId>
462 <artifactId>
463 com.springsource.org.apache.xerces
464 </artifactId>
465 <version>2.8.1</version>
466 </dependency>
467 <dependency>
468 <groupId>org.apache.xalan</groupId>
469 <artifactId>
470 com.springsource.org.apache.xalan
471 </artifactId>
472 <version>2.7.0</version>
473 </dependency>
474 <dependency>
475 <groupId>org.apache.xmlcommons</groupId>
476 <artifactId>com.springsource.org.apache.xmlcommons</artifactId>
477 <version>1.3.3</version>
478 </dependency>
479
480 <!-- Web -->
481 <dependency>
482 <groupId>javax.servlet</groupId>
483 <artifactId>com.springsource.javax.servlet</artifactId>
484 <version>2.5.0</version>
485 </dependency>
486 <dependency>
487 <groupId>javax.servlet</groupId>
488 <artifactId>com.springsource.javax.servlet.jsp</artifactId>
489 <version>2.1.0</version>
490 </dependency>
491 <dependency>
492 <groupId>javax.el</groupId>
493 <artifactId>com.springsource.javax.el</artifactId>
494 <version>1.0.0</version>
495 </dependency>
496 <dependency>
497 <groupId>javax.servlet</groupId>
498 <artifactId>
499 com.springsource.javax.servlet.jsp.jstl
500 </artifactId>
501 <version>1.1.2</version>
502 </dependency>
503 <dependency>
504 <groupId>org.apache.taglibs</groupId>
505 <artifactId>
506 com.springsource.org.apache.taglibs.standard
507 </artifactId>
508 <version>1.1.2</version>
509 </dependency>
510 <dependency>
511 <groupId>javax.activation</groupId>
512 <artifactId>com.springsource.javax.activation</artifactId>
513 <version>1.1.1</version>
514 </dependency>
515
516 <dependency>
517 <groupId>org.aspectj</groupId>
518 <artifactId>
519 com.springsource.org.aspectj.weaver
520 </artifactId>
521 <version>1.6.2.RELEASE</version>
522 </dependency>
523 <dependency>
524 <groupId>com.lowagie.text</groupId>
525 <artifactId>
526 com.springsource.com.lowagie.text
527 </artifactId>
528 <version>2.0.8</version>
529 </dependency>
530
531
532 <!-- Maven -->
533 <dependency>
534 <groupId>org.apache.maven</groupId>
535 <artifactId>maven-core</artifactId>
536 <version>${version.maven}</version>
537 </dependency>
538 <dependency>
539 <groupId>org.apache.maven</groupId>
540 <artifactId>maven-embedder</artifactId>
541 <!-- no higher version available -->
542 <version>2.0.4</version>
543 </dependency>
544 <dependency>
545 <groupId>org.apache.maven</groupId>
546 <artifactId>maven-settings</artifactId>
547 <version>${version.maven}</version>
548 </dependency>
549
550 <!-- OSGi -->
551 <!--
552 <dependency> <groupId>org.apache.felix</groupId>
553 <artifactId>org.apache.felix.main</artifactId>
554 <version>1.2.1</version> <exclusions> <exclusion>
555 <groupId>org.apache.felix</groupId> <artifactId>
556 org.apache.felix.framework </artifactId> </exclusion> </exclusions>
557 </dependency> <dependency> <groupId>org.apache.felix</groupId>
558 <artifactId>org.osgi.core</artifactId> <version>1.2.0</version>
559 <scope>provided</scope> </dependency>
560 -->
561 <dependency>
562 <groupId>org.eclipse.osgi</groupId>
563 <artifactId>org.eclipse.osgi</artifactId>
564 <version>3.4.2.R34x_v20080826-1230</version>
565 </dependency>
566
567 <!-- Auto UI -->
568 <dependency>
569 <groupId>org.argeo.dep.jemmy</groupId>
570 <artifactId>org.argeo.dep.jemmy.nb61</artifactId>
571 <version>0.2.2</version>
572 </dependency>
573
574 <!-- Spring bundle repo -->
575 <dependency>
576 <groupId>javax.transaction</groupId>
577 <artifactId>
578 com.springsource.javax.transaction
579 </artifactId>
580 <version>1.1.0</version>
581 </dependency>
582 <dependency>
583 <groupId>org.hibernate</groupId>
584 <artifactId>com.springsource.org.hibernate</artifactId>
585 <version>3.2.6.ga</version>
586 <!-- <version>3.3.1.GA</version> TODO: fix issues with logging -->
587 </dependency>
588 <dependency>
589 <groupId>net.sourceforge.jexcelapi</groupId>
590 <artifactId>com.springsource.jxl</artifactId>
591 <version>2.6.6</version>
592 </dependency>
593 <dependency>
594 <groupId>net.sourceforge.ehcache</groupId>
595 <artifactId>com.springsource.net.sf.ehcache</artifactId>
596 <version>1.4.1</version>
597 </dependency>
598 <dependency>
599 <groupId>edu.emory.mathcs.backport</groupId>
600 <artifactId>
601 com.springsource.edu.emory.mathcs.backport
602 </artifactId>
603 <version>3.1.0</version>
604 </dependency>
605 <dependency>
606 <groupId>javax.wsdl</groupId>
607 <artifactId>com.springsource.javax.wsdl</artifactId>
608 <version>1.6.1</version>
609 </dependency>
610
611 <!-- JMS -->
612 <dependency>
613 <groupId>javax.jms</groupId>
614 <artifactId>com.springsource.javax.jms</artifactId>
615 <version>1.1.0</version>
616 </dependency>
617 <dependency>
618 <groupId>org.apache.activemq</groupId>
619 <artifactId>com.springsource.org.apache.activemq</artifactId>
620 <version>${version.activemq}</version>
621 </dependency>
622 <dependency>
623 <groupId>org.apache.xbean</groupId>
624 <artifactId>com.springsource.org.apache.xbean.spring</artifactId>
625 <version>3.3.0</version>
626 </dependency>
627
628 </dependencies>
629 </dependencyManagement>
630 <repositories>
631 <repository>
632 <id>central</id>
633 <url>http://repo1.maven.org/maven2</url>
634 <releases>
635 <enabled>true</enabled>
636 <updatePolicy>daily</updatePolicy>
637 <checksumPolicy>warn</checksumPolicy>
638 </releases>
639 <snapshots>
640 <enabled>false</enabled>
641 <updatePolicy>never</updatePolicy>
642 <checksumPolicy>fail</checksumPolicy>
643 </snapshots>
644 </repository>
645 <repository>
646 <id>com.springsource.repository.bundles.release</id>
647 <name>
648 SpringSource Enterprise Bundle Repository - SpringSource
649 Bundle Releases
650 </name>
651 <url>
652 http://repository.springsource.com/maven/bundles/release
653 </url>
654 <releases>
655 <enabled>true</enabled>
656 <updatePolicy>daily</updatePolicy>
657 <checksumPolicy>fail</checksumPolicy>
658 </releases>
659 <snapshots>
660 <enabled>false</enabled>
661 <updatePolicy>never</updatePolicy>
662 <checksumPolicy>fail</checksumPolicy>
663 </snapshots>
664 </repository>
665 <repository>
666 <id>com.springsource.repository.bundles.external</id>
667 <name>
668 SpringSource Enterprise Bundle Repository - External
669 Bundle Releases
670 </name>
671 <url>
672 http://repository.springsource.com/maven/bundles/external
673 </url>
674 <releases>
675 <enabled>true</enabled>
676 <updatePolicy>daily</updatePolicy>
677 <checksumPolicy>fail</checksumPolicy>
678 </releases>
679 <snapshots>
680 <enabled>false</enabled>
681 <updatePolicy>never</updatePolicy>
682 <checksumPolicy>fail</checksumPolicy>
683 </snapshots>
684 </repository>
685 <repository>
686 <id>argeo</id>
687 <url>http://www.argeo.org/maven/argeo</url>
688 <releases>
689 <enabled>true</enabled>
690 <updatePolicy>daily</updatePolicy>
691 <checksumPolicy>fail</checksumPolicy>
692 </releases>
693 <snapshots>
694 <enabled>false</enabled>
695 <updatePolicy>never</updatePolicy>
696 <checksumPolicy>fail</checksumPolicy>
697 </snapshots>
698 </repository>
699 <repository>
700 <id>argeo-snapshots</id>
701 <url>http://www.argeo.org/maven/argeo-snapshots</url>
702 <releases>
703 <enabled>false</enabled>
704 <updatePolicy>never</updatePolicy>
705 <checksumPolicy>fail</checksumPolicy>
706 </releases>
707 <snapshots>
708 <enabled>true</enabled>
709 <updatePolicy>always</updatePolicy>
710 <checksumPolicy>fail</checksumPolicy>
711 </snapshots>
712 </repository>
713 </repositories>
714 <pluginRepositories>
715 <pluginRepository>
716 <id>argeo</id>
717 <url>http://www.argeo.org/maven/argeo</url>
718 <releases>
719 <enabled>true</enabled>
720 <updatePolicy>daily</updatePolicy>
721 <checksumPolicy>fail</checksumPolicy>
722 </releases>
723 <snapshots>
724 <enabled>false</enabled>
725 <updatePolicy>never</updatePolicy>
726 <checksumPolicy>fail</checksumPolicy>
727 </snapshots>
728 </pluginRepository>
729 <pluginRepository>
730 <id>argeo-snapshots</id>
731 <url>http://www.argeo.org/maven/argeo-snapshots</url>
732 <releases>
733 <enabled>false</enabled>
734 <updatePolicy>never</updatePolicy>
735 <checksumPolicy>fail</checksumPolicy>
736 </releases>
737 <snapshots>
738 <enabled>true</enabled>
739 <updatePolicy>always</updatePolicy>
740 <checksumPolicy>fail</checksumPolicy>
741 </snapshots>
742 </pluginRepository>
743 </pluginRepositories>
744 <distributionManagement>
745 <repository>
746 <uniqueVersion>false</uniqueVersion>
747 <id>argeo-restricted</id>
748 <name>Argeo FOSS Repository</name>
749 <url>file:///var/argeo/maven2/argeo</url>
750 </repository>
751 <snapshotRepository>
752 <uniqueVersion>true</uniqueVersion>
753 <id>argeo-snapshots-restricted</id>
754 <name>Argeo FOSS Snapshots Repository</name>
755 <url>file:///var/argeo/maven2/argeo-snapshots</url>
756 </snapshotRepository>
757 <site>
758 <id>argeo-slc-site</id>
759 <name>SLC Site</name>
760 <url>
761 file:///var/argeo/projects/SLC/www/site/${project.version}
762 </url>
763 </site>
764 </distributionManagement>
765 </project>