]> git.argeo.org Git - gpl/argeo-slc.git/blob - pom.xml
Improve log
[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 <parent>
5 <groupId>org.argeo.commons</groupId>
6 <artifactId>argeo-commons</artifactId>
7 <version>0.3.3-SNAPSHOT</version>
8 </parent>
9 <groupId>org.argeo.slc</groupId>
10 <artifactId>argeo-slc</artifactId>
11 <packaging>pom</packaging>
12 <name>Argeo SLC</name>
13 <version>0.13.1-SNAPSHOT</version>
14 <properties>
15 <developmentCycle.slc>0.13</developmentCycle.slc>
16 <site.repoBase>file:///srv/projects/www/slc/site</site.repoBase>
17 <site.urlBase>http://projects.argeo.org/slc/site</site.urlBase>
18 <version.slc>${developmentCycle.slc}.1-SNAPSHOT</version.slc>
19 </properties>
20 <modules>
21 <module>runtime</module>
22 <module>modules</module>
23 <module>server</module>
24 <module>eclipse</module>
25 <module>demo</module>
26 <module>dep</module>
27 <!-- FIXME: integration tests are currently failing -->
28 <!-- <module>integration-tests</module> -->
29 <module>dist</module>
30 </modules>
31 <url>${site.urlBase}/${developmentCycle.slc}</url>
32 <scm>
33 <connection>scm:svn:https://svn.argeo.org/slc/trunk</connection>
34 <developerConnection>scm:svn:https://svn.argeo.org/slc/trunk</developerConnection>
35 <url>https://svn.argeo.org/slc/trunk</url>
36 </scm>
37 <licenses>
38 <license>
39 <name>Apache 2</name>
40 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
41 <distribution>repo</distribution>
42 <comments><![CDATA[
43 SLC - Software LifeCycle framework
44
45 Copyright 2010 Mathieu Baudier
46
47 Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
48 you may not use this file except in compliance with the License.
49 You may obtain a copy of the License at
50
51 http://www.apache.org/licenses/LICENSE-2.0
52
53 Unless required by applicable law or agreed to in writing, software
54 distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
55 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
56 See the License for the specific language governing permissions and
57 limitations under the License.
58 ]]>
59 </comments>
60 </license>
61 </licenses>
62 <developers>
63 <developer>
64 <id>mbaudier</id>
65 <name>Mathieu Baudier</name>
66 <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=crsNpHjhOBDPswHG6HD_gXaqymhC69wmBf7wlagcSHw=]]></email>
67 <organization>Argeo</organization>
68 <organizationUrl>http://www.argeo.org</organizationUrl>
69 <roles>
70 <role>architect</role>
71 <role>developer</role>
72 <role>QA</role>
73 </roles>
74 </developer>
75 <developer>
76 <id>cdujeu</id>
77 <name>Charles du Jeu</name>
78 <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=KGbI2aXhd2VnJuMU9cL3qeGeNSKwIeUjeqa3XCqRQhY=]]></email>
79 <organization>Argeo</organization>
80 <organizationUrl>http://www.argeo.org</organizationUrl>
81 <roles>
82 <role>developer</role>
83 </roles>
84 </developer>
85 <developer>
86 <id>ocapillo</id>
87 <name>Olivier Capillon</name>
88 <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=BYw8i94WiejnvegUKJoCZQQr0h-mYlKCNKZVe_3WPIA=]]></email>
89 <organization>Argeo</organization>
90 <organizationUrl>http://www.argeo.org</organizationUrl>
91 <roles>
92 <role>developer</role>
93 </roles>
94 </developer>
95 <developer>
96 <id>bsinou</id>
97 <name>Bruno Sinou</name>
98 <email><![CDATA[http://www.google.com/recaptcha/mailhide/d?k=01SZoYvDnJzcw0KOR7M7u6Qg==&c=SVgEjXA_Uu9ZrNzLES92w1ght6puLFiVpoNUddCfSU8=]]></email>
99 <organization>Argeo</organization>
100 <organizationUrl>http://www.argeo.org</organizationUrl>
101 <roles>
102 <role>developer</role>
103 <role>QA</role>
104 </roles>
105 </developer>
106 </developers>
107 <contributors>
108 <contributor>
109 <name>Philippe Rioland</name>
110 <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=w76gYPekGIELW7dvvImvvNzdDSJ3sgCmCXJHFngDGlA=]]></email>
111 <organization>CapCo</organization>
112 <organizationUrl>http://www.capco.com</organizationUrl>
113 <roles>
114 <role>tester</role>
115 <role>sponsor</role>
116 </roles>
117 </contributor>
118 </contributors>
119 <build>
120 <pluginManagement>
121 <plugins>
122 <plugin>
123 <groupId>org.apache.maven.plugins</groupId>
124 <artifactId>maven-scm-plugin</artifactId>
125 <version>1.4</version>
126 <configuration>
127 <connectionType>connection</connectionType>
128 </configuration>
129 <dependencies>
130 <dependency>
131 <groupId>org.apache.maven.scm</groupId>
132 <artifactId>maven-scm-provider-gitexe</artifactId>
133 <version>1.2</version>
134 </dependency>
135 </dependencies>
136 </plugin>
137 <plugin>
138 <groupId>org.argeo.maven.plugins</groupId>
139 <artifactId>maven-argeo-osgi-plugin</artifactId>
140 <version>${version.maven-argeo-osgi}</version>
141 </plugin>
142 </plugins>
143 </pluginManagement>
144 <plugins>
145 <plugin>
146 <groupId>org.codehaus.mojo</groupId>
147 <artifactId>buildnumber-maven-plugin</artifactId>
148 <version>1.0-beta-4</version>
149 <executions>
150 <execution>
151 <phase>generate-resources</phase>
152 <goals>
153 <goal>create</goal>
154 </goals>
155 </execution>
156 </executions>
157 <configuration>
158 <doCheck>false</doCheck>
159 <doUpdate>false</doUpdate>
160 <format>{0,date,yyyyMMdd_HHmmss}</format>
161 <items>
162 <item>timestamp</item>
163 </items>
164 <revisionOnScmFailure>git</revisionOnScmFailure>
165 <providerImplementations>
166 <git>svn</git>
167 </providerImplementations>
168 </configuration>
169 </plugin>
170 <plugin>
171 <groupId>org.apache.maven.plugins</groupId>
172 <artifactId>maven-resources-plugin</artifactId>
173 <version>2.4.3</version>
174 <configuration>
175 <encoding>UTF-8</encoding>
176 </configuration>
177 </plugin>
178 <plugin>
179 <groupId>org.apache.maven.plugins</groupId>
180 <artifactId>maven-release-plugin</artifactId>
181 <version>2.1</version>
182 <configuration>
183 <autoVersionSubmodules>true</autoVersionSubmodules>
184 <preparationGoals>clean install</preparationGoals>
185 </configuration>
186 </plugin>
187 </plugins>
188 </build>
189
190
191 <!-- TO BE DELETED : done differently now to handle automatic generation
192 of target platform. <build> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId>
193 <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration>
194 <source>1.5</source> <target>1.5</target> </configuration> </plugin> <plugin>
195 <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId>
196 <version>2.1.2</version> <executions> <execution> <id>attach-sources</id>
197 <phase>package</phase> <goals> <goal>jar</goal> </goals> </execution> </executions>
198 </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId>
199 <version>2.4.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
200 <artifactId>maven-surefire-plugin</artifactId> <version>2.7.1</version> </plugin>
201 <plugin> <groupId>org.argeo.maven.plugins</groupId> <artifactId>maven-argeo-osgi-plugin</artifactId>
202 <version>${version.maven-argeo-osgi}</version> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId>
203 <version>2.3.1</version> <configuration> <archive> <manifestFile>target/classes/META-INF/MANIFEST.MF</manifestFile>
204 </archive> </configuration> </plugin> <plugin> <groupId>org.apache.felix</groupId>
205 <artifactId>maven-bundle-plugin</artifactId> <version>${version.maven-bundle-plugin}</version>
206 <extensions>true</extensions> <configuration> <manifestLocation>target/classes/META-INF</manifestLocation>
207 <instructions> <Bundle-Version>${version.slc}-r${buildNumber}</Bundle-Version>
208 <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment>
209 <_removeheaders>Bnd-LastModified</_removeheaders> </instructions> </configuration>
210 <executions> <execution> <id>bundle-manifest</id> <phase>process-classes</phase>
211 <goals> <goal>manifest</goal> </goals> </execution> </executions> </plugin>
212 </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId>
213 <artifactId>buildnumber-maven-plugin</artifactId> <version>1.0-beta-4</version>
214 <executions> <execution> <phase>generate-resources</phase> <goals> <goal>create</goal>
215 </goals> </execution> </executions> <configuration> <doCheck>false</doCheck>
216 <doUpdate>false</doUpdate> <format>{0,date,yyyyMMdd_HHmmss}</format> <items>
217 <item>timestamp</item> </items> <revisionOnScmFailure>git</revisionOnScmFailure>
218 <providerImplementations> <git>svn</git> </providerImplementations> </configuration>
219 </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId>
220 <version>2.4.3</version> <configuration> <encoding>UTF-8</encoding> </configuration>
221 </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId>
222 <version>2.1.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
223 <artifactId>maven-release-plugin</artifactId> <version>2.1</version> <configuration>
224 <autoVersionSubmodules>true</autoVersionSubmodules> <releaseProfiles>release</releaseProfiles>
225 <preparationGoals>clean install</preparationGoals> </configuration> </plugin>
226 <plugin> <groupId>com.mycila.maven-license-plugin</groupId> <artifactId>maven-license-plugin</artifactId>
227 <version>1.8.0</version> <configuration> <header>license-apache2-header.txt</header>
228 <failIfMissing>true</failIfMissing> <aggregate>true</aggregate> <includes>
229 <include>src/**/*.java</include> <include>src/**/*.xml</include> </includes>
230 <excludes> <exclude>**/springutil/**</exclude> <exclude>**/qooxdoo-sdk/**</exclude>
231 </excludes> <useDefaultExcludes>true</useDefaultExcludes> <mapping> <java>SLASHSTAR_STYLE</java>
232 <xml>XML_STYLE</xml> </mapping> </configuration> </plugin> </plugins> </build> -->
233 <dependencyManagement>
234 <dependencies>
235 <dependency>
236 <groupId>org.argeo.dep</groupId>
237 <artifactId>versions-all</artifactId>
238 <version>${version.argeo-distribution}</version>
239 <type>pom</type>
240 <scope>import</scope>
241 </dependency>
242
243 <!-- SLC (itself) -->
244 <dependency>
245 <groupId>org.argeo.slc.runtime</groupId>
246 <artifactId>org.argeo.slc.specs</artifactId>
247 <version>${version.slc}</version>
248 </dependency>
249 <dependency>
250 <groupId>org.argeo.slc.runtime</groupId>
251 <artifactId>org.argeo.slc.core</artifactId>
252 <version>${version.slc}</version>
253 </dependency>
254 <dependency>
255 <groupId>org.argeo.slc.runtime</groupId>
256 <artifactId>org.argeo.slc.unit</artifactId>
257 <version>${version.slc}</version>
258 </dependency>
259 <dependency>
260 <groupId>org.argeo.slc.runtime</groupId>
261 <artifactId>org.argeo.slc.launcher</artifactId>
262 <version>${version.slc}</version>
263 </dependency>
264 <dependency>
265 <groupId>org.argeo.slc.runtime</groupId>
266 <artifactId>org.argeo.slc.detached</artifactId>
267 <version>${version.slc}</version>
268 </dependency>
269 <dependency>
270 <groupId>org.argeo.slc.runtime</groupId>
271 <artifactId>org.argeo.slc.lib.detached</artifactId>
272 <version>${version.slc}</version>
273 </dependency>
274 <dependency>
275 <groupId>org.argeo.slc.runtime</groupId>
276 <artifactId>org.argeo.slc.support.simple</artifactId>
277 <version>${version.slc}</version>
278 </dependency>
279 <dependency>
280 <groupId>org.argeo.slc.runtime</groupId>
281 <artifactId>org.argeo.slc.support.ant</artifactId>
282 <version>${version.slc}</version>
283 </dependency>
284 <dependency>
285 <groupId>org.argeo.slc.runtime</groupId>
286 <artifactId>org.argeo.slc.support.maven</artifactId>
287 <version>${version.slc}</version>
288 </dependency>
289 <dependency>
290 <groupId>org.argeo.slc.runtime</groupId>
291 <artifactId>org.argeo.slc.support.hibernate</artifactId>
292 <version>${version.slc}</version>
293 </dependency>
294 <dependency>
295 <groupId>org.argeo.slc.runtime</groupId>
296 <artifactId>org.argeo.slc.support.castor</artifactId>
297 <version>${version.slc}</version>
298 </dependency>
299 <dependency>
300 <groupId>org.argeo.slc.runtime</groupId>
301 <artifactId>org.argeo.slc.support.activemq</artifactId>
302 <version>${version.slc}</version>
303 </dependency>
304 <dependency>
305 <groupId>org.argeo.slc.runtime</groupId>
306 <artifactId>org.argeo.slc.support.jcr</artifactId>
307 <version>${version.slc}</version>
308 </dependency>
309 <dependency>
310 <groupId>org.argeo.slc.runtime</groupId>
311 <artifactId>org.argeo.slc.server</artifactId>
312 <version>${version.slc}</version>
313 </dependency>
314 <dependency>
315 <groupId>org.argeo.slc.runtime</groupId>
316 <artifactId>org.argeo.slc.support.osgi</artifactId>
317 <version>${version.slc}</version>
318 </dependency>
319 <dependency>
320 <groupId>org.argeo.slc.runtime</groupId>
321 <artifactId>org.argeo.slc.support.equinox</artifactId>
322 <version>${version.slc}</version>
323 </dependency>
324 <dependency>
325 <groupId>org.argeo.slc.runtime</groupId>
326 <artifactId>org.argeo.slc.support.jemmy</artifactId>
327 <version>${version.slc}</version>
328 </dependency>
329 <dependency>
330 <groupId>org.argeo.slc.server</groupId>
331 <artifactId>org.argeo.slc.ria</artifactId>
332 <version>${version.slc}</version>
333 </dependency>
334 <dependency>
335 <groupId>org.argeo.ria</groupId>
336 <artifactId>org.argeo.ria.core</artifactId>
337 <version>${version.argeo-ria}</version>
338 </dependency>
339 <dependency>
340 <groupId>org.argeo.slc.server</groupId>
341 <artifactId>deploy</artifactId>
342 <version>${version.slc}</version>
343 <type>pom</type>
344 </dependency>
345 <!-- SLC dubious -->
346 <dependency>
347 <groupId>org.argeo.slc.runtime</groupId>
348 <artifactId>org.argeo.slc.detached.launcher</artifactId>
349 <version>${version.slc}</version>
350 <type>tar.gz</type>
351 <classifier>dist</classifier>
352 </dependency>
353 <!-- Argeo Commons -->
354 <dependency>
355 <groupId>org.argeo.commons.security</groupId>
356 <artifactId>org.argeo.security.dep.ads</artifactId>
357 <version>${version.argeo-commons}</version>
358 <type>pom</type>
359 </dependency>
360 <dependency>
361 <groupId>org.argeo.commons.osgi</groupId>
362 <artifactId>org.argeo.osgi.boot</artifactId>
363 <version>${version.argeo-commons}</version>
364 </dependency>
365 <dependency>
366 <groupId>org.argeo.commons.server</groupId>
367 <artifactId>org.argeo.server.ads</artifactId>
368 <version>${version.argeo-commons}</version>
369 </dependency>
370 <dependency>
371 <groupId>org.argeo.commons.server</groupId>
372 <artifactId>org.argeo.server.dep.jackrabbit.server</artifactId>
373 <version>${version.argeo-commons}</version>
374 <type>pom</type>
375 </dependency>
376 <dependency>
377 <groupId>org.argeo.commons.server</groupId>
378 <artifactId>org.argeo.server.jackrabbit</artifactId>
379 <version>${version.argeo-commons}</version>
380 </dependency>
381 </dependencies>
382 </dependencyManagement>
383 <!-- -->
384 <repositories>
385 <repository>
386 <id>argeo</id>
387 <url>http://maven.argeo.org/argeo</url>
388 <releases>
389 <enabled>true</enabled>
390 <updatePolicy>daily</updatePolicy>
391 <checksumPolicy>fail</checksumPolicy>
392 </releases>
393 <snapshots>
394 <enabled>false</enabled>
395 <updatePolicy>never</updatePolicy>
396 <checksumPolicy>fail</checksumPolicy>
397 </snapshots>
398 </repository>
399 <repository>
400 <id>argeo-snapshots</id>
401 <url>http://dev.argeo.org/maven/argeo-snapshots</url>
402 <releases>
403 <enabled>false</enabled>
404 <updatePolicy>never</updatePolicy>
405 <checksumPolicy>fail</checksumPolicy>
406 </releases>
407 <snapshots>
408 <enabled>true</enabled>
409 <updatePolicy>always</updatePolicy>
410 <checksumPolicy>fail</checksumPolicy>
411 </snapshots>
412 </repository>
413 </repositories>
414 <distributionManagement>
415 <site>
416 <id>argeo-slc-site</id>
417 <name>SLC Site</name>
418 <url>file://${site.repoBase}/${developmentCycle.slc}/</url>
419 </site>
420 </distributionManagement>
421 <reporting>
422 <plugins>
423 <plugin>
424 <groupId>org.apache.maven.plugins</groupId>
425 <artifactId>maven-project-info-reports-plugin</artifactId>
426 <version>2.3.1</version>
427 <reportSets>
428 <reportSet>
429 <reports>
430 <report>index</report>
431 <report>summary</report>
432 <report>license</report>
433 <report>scm</report>
434 <report>issue-tracking</report>
435 <report>dependencies</report>
436 </reports>
437 </reportSet>
438 <reportSet>
439 <inherited>false</inherited>
440 <reports>
441 <report>project-team</report>
442 </reports>
443 </reportSet>
444 </reportSets>
445 </plugin>
446 <plugin>
447 <groupId>org.apache.maven.plugins</groupId>
448 <artifactId>maven-javadoc-plugin</artifactId>
449 <version>2.7</version>
450 <inherited>false</inherited>
451 <configuration>
452 <aggregate>true</aggregate>
453 <encoding>UTF-8</encoding>
454 </configuration>
455 </plugin>
456 <plugin>
457 <groupId>org.apache.maven.plugins</groupId>
458 <artifactId>maven-jxr-plugin</artifactId>
459 <version>2.2</version>
460 <configuration>
461 <aggregate>true</aggregate>
462 </configuration>
463 </plugin>
464 <plugin>
465 <groupId>org.apache.maven.plugins</groupId>
466 <artifactId>maven-surefire-report-plugin</artifactId>
467 <version>2.7.1</version>
468 <inherited>false</inherited>
469 <configuration>
470 <aggregate>true</aggregate>
471 </configuration>
472 </plugin>
473 <plugin>
474 <groupId>org.codehaus.mojo</groupId>
475 <artifactId>taglist-maven-plugin</artifactId>
476 <version>2.4</version>
477 <configuration>
478 <aggregate>true</aggregate>
479 <tags>
480 <tag>TODO</tag>
481 <tag>FIXME</tag>
482 <tag>@deprecated</tag>
483 </tags>
484 </configuration>
485 </plugin>
486 <plugin>
487 <groupId>org.apache.maven.plugins</groupId>
488 <artifactId>maven-changelog-plugin</artifactId>
489 <version>2.2</version>
490 <inherited>false</inherited>
491 </plugin>
492 <plugin>
493 <groupId>org.apache.maven.plugins</groupId>
494 <artifactId>maven-pmd-plugin</artifactId>
495 <version>2.3</version>
496 <inherited>false</inherited>
497 <configuration>
498 <linkXref>true</linkXref>
499 <targetJdk>1.5</targetJdk>
500 <aggregate>true</aggregate>
501 <excludes>
502 <exclude>**/springutil/*.java</exclude>
503 </excludes>
504 </configuration>
505 <reportSets>
506 <reportSet>
507 <reports>
508 <report>cpd</report>
509 </reports>
510 </reportSet>
511 </reportSets>
512 </plugin>
513 </plugins>
514 </reporting>
515 <profiles>
516 <profile>
517 <id>developer</id>
518 <properties>
519 <site.repoBase>file://${user.home}/dev/work/slcSite</site.repoBase>
520 <site.urlBase>${site.repoBase}</site.urlBase>
521 </properties>
522 <distributionManagement>
523 <snapshotRepository>
524 <uniqueVersion>true</uniqueVersion>
525 <id>argeo-snapshots-restricted</id>
526 <name>Argeo FOSS Snapshots Repository</name>
527 <url>scpexe://argeo.org/var/argeo/maven2/argeo-snapshots</url>
528 </snapshotRepository>
529 </distributionManagement>
530 </profile>
531 <profile>
532 <id>release</id>
533 <distributionManagement>
534 <site>
535 <id>argeo-slc-site</id>
536 <name>SLC Site</name>
537 <url>file://${site.repoBase}/${version.slc}</url>
538 </site>
539 </distributionManagement>
540 </profile>
541 </profiles>
542
543 </project>