/[Apache-SVN]/maven/pom/trunk/maven/pom.xml
ViewVC logotype

Contents of /maven/pom/trunk/maven/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 836353 - (show annotations)
Sun Nov 15 12:57:09 2009 UTC (10 days, 18 hours ago) by bentmann
File MIME type: text/xml
File size: 23888 byte(s)
o Downgraded to maven-javadoc-plugin:2.5 to prevent MJAVADOC-275
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!--
4 Licensed to the Apache Software Foundation (ASF) under one
5 or more contributor license agreements. See the NOTICE file
6 distributed with this work for additional information
7 regarding copyright ownership. The ASF licenses this file
8 to you under the Apache License, Version 2.0 (the
9 "License"); you may not use this file except in compliance
10 with the License. You may obtain a copy of the License at
11
12 http://www.apache.org/licenses/LICENSE-2.0
13
14 Unless required by applicable law or agreed to in writing,
15 software distributed under the License is distributed on an
16 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17 KIND, either express or implied. See the License for the
18 specific language governing permissions and limitations
19 under the License.
20 -->
21
22 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
23 <modelVersion>4.0.0</modelVersion>
24
25 <parent>
26 <groupId>org.apache</groupId>
27 <artifactId>apache</artifactId>
28
29 <!-- NOTE: When we upgrade to version 7, we need to REMOVE the
30 source-release-assembly execution of the assembly plugin,
31 in the apache-release profile below. -->
32 <version>6</version>
33 <relativePath>../asf/pom.xml</relativePath>
34 </parent>
35
36 <groupId>org.apache.maven</groupId>
37 <artifactId>maven-parent</artifactId>
38 <version>16-SNAPSHOT</version>
39 <packaging>pom</packaging>
40
41 <name>Apache Maven</name>
42 <description>Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.</description>
43 <url>http://maven.apache.org/</url>
44 <inceptionYear>2002</inceptionYear>
45
46 <!-- Developers listed by PMC Chair, PMC, Committers, Contributers, all alphabetical-->
47 <developers>
48 <developer>
49 <id>brianf</id>
50 <name>Brian Fox</name>
51 <email>brianf@apache.org</email>
52 <organization>Sonatype</organization>
53 <roles>
54 <role>PMC Chair</role>
55 </roles>
56 <timezone>-5</timezone>
57 </developer>
58 <developer>
59 <id>aheritier</id>
60 <name>Arnaud Héritier</name>
61 <email>aheritier@apache.org</email>
62 <roles>
63 <role>PMC Member</role>
64 </roles>
65 <timezone>+1</timezone>
66 </developer>
67 <developer>
68 <id>baerrach</id>
69 <name>Barrie Treloar</name>
70 <roles>
71 <role>PMC Member</role>
72 </roles>
73 </developer>
74 <developer>
75 <id>bentmann</id>
76 <name>Benjamin Bentmann</name>
77 <email>bentmann@apache.org</email>
78 <roles>
79 <role>PMC Member</role>
80 </roles>
81 <timezone>+1</timezone>
82 </developer>
83 <developer>
84 <id>brett</id>
85 <name>Brett Porter</name>
86 <email>brett@apache.org</email>
87 <organization>ASF</organization>
88 <roles>
89 <role>PMC Member</role>
90 </roles>
91 <timezone>+10</timezone>
92 </developer>
93 <developer>
94 <id>carlos</id>
95 <name>Carlos Sanchez</name>
96 <email>carlos@apache.org</email>
97 <organization>ASF</organization>
98 <roles>
99 <role>PMC Member</role>
100 </roles>
101 <timezone>+1</timezone>
102 </developer>
103 <developer>
104 <id>dennisl</id>
105 <name>Dennis Lundberg</name>
106 <email>dennisl@apache.org</email>
107 <organization>ASF</organization>
108 <roles>
109 <role>PMC Member</role>
110 </roles>
111 <timezone>+1</timezone>
112 </developer>
113 <developer>
114 <id>dfabulich</id>
115 <name>Daniel Fabulich</name>
116 <email>dfabulich@apache.org</email>
117 <roles>
118 <role>PMC Member</role>
119 </roles>
120 <timezone>-8</timezone>
121 </developer>
122 <developer>
123 <id>dkulp</id>
124 <name>Daniel Kulp</name>
125 <email>dkulp@apache.org</email>
126 <organization>ASF</organization>
127 <roles>
128 <role>PMC Member</role>
129 </roles>
130 <timezone>-5</timezone>
131 </developer>
132 <developer>
133 <id>evenisse</id>
134 <name>Emmanuel Venisse</name>
135 <email>evenisse@apache.org</email>
136 <organization>ASF</organization>
137 <roles>
138 <role>PMC Member</role>
139 </roles>
140 <timezone>+1</timezone>
141 </developer>
142 <developer>
143 <id>hboutemy</id>
144 <name>Hervé Boutemy</name>
145 <email>hboutemy@apache.org</email>
146 <roles>
147 <role>PMC Member</role>
148 </roles>
149 <timezone>+1</timezone>
150 </developer>
151 <developer>
152 <id>jdcasey</id>
153 <name>John Casey</name>
154 <email>jdcasey@apache.org</email>
155 <organization>ASF</organization>
156 <roles>
157 <role>PMC Member</role>
158 </roles>
159 <timezone>-5</timezone>
160 </developer>
161 <developer>
162 <id>jmcconnell</id>
163 <name>Jesse McConnell</name>
164 <email>jmcconnell@apache.org</email>
165 <organization>ASF</organization>
166 <roles>
167 <role>PMC Member</role>
168 </roles>
169 <timezone>-6</timezone>
170 </developer>
171 <developer>
172 <id>jvanzyl</id>
173 <name>Jason van Zyl</name>
174 <email>jason@maven.org</email>
175 <organization>ASF</organization>
176 <roles>
177 <role>PMC Member</role>
178 </roles>
179 <timezone>-5</timezone>
180 </developer>
181 <developer>
182 <id>kenney</id>
183 <name>Kenney Westerhof</name>
184 <email>kenney@apache.org</email>
185 <organization>Neonics</organization>
186 <roles>
187 <role>PMC Member</role>
188 </roles>
189 <timezone>+1</timezone>
190 </developer>
191 <developer>
192 <id>ltheussl</id>
193 <name>Lukas Theussl</name>
194 <email>ltheussl@apache.org</email>
195 <organization>ASF</organization>
196 <roles>
197 <role>PMC Member</role>
198 </roles>
199 <timezone>+1</timezone>
200 </developer>
201 <developer>
202 <id>mkleint</id>
203 <name>Milos Kleint</name>
204 <roles>
205 <role>PMC Member</role>
206 </roles>
207 </developer>
208 <developer>
209 <id>oching</id>
210 <name>Maria Odea B. Ching</name>
211 <roles>
212 <role>PMC Member</role>
213 </roles>
214 </developer>
215 <developer>
216 <id>olamy</id>
217 <name>Olivier Lamy</name>
218 <email>olamy@apache.org</email>
219 <roles>
220 <role>PMC Member</role>
221 </roles>
222 <timezone>+1</timezone>
223 </developer>
224 <developer>
225 <id>rgoers</id>
226 <name>Ralph Goers</name>
227 <email>rgoers@apache.org</email>
228 <organization>Intuit</organization>
229 <timezone>-8</timezone>
230 <roles>
231 <role>PMC Member</role>
232 </roles>
233 </developer>
234 <developer>
235 <id>snicoll</id>
236 <name>Stephane Nicoll</name>
237 <email>snicoll@apache.org</email>
238 <organization>ASF</organization>
239 <roles>
240 <role>PMC Member</role>
241 </roles>
242 <timezone>+1</timezone>
243 </developer>
244 <developer>
245 <id>trygvis</id>
246 <name>Trygve Laugstol</name>
247 <email>trygvis@apache.org</email>
248 <organization>ASF</organization>
249 <roles>
250 <role>PMC Member</role>
251 </roles>
252 <timezone>+1</timezone>
253 </developer>
254 <developer>
255 <id>vmassol</id>
256 <name>Vincent Massol</name>
257 <email>vmassol@apache.org</email>
258 <organization>ASF</organization>
259 <roles>
260 <role>PMC Member</role>
261 </roles>
262 <timezone>+1</timezone>
263 </developer>
264 <developer>
265 <id>vsiveton</id>
266 <name>Vincent Siveton</name>
267 <email>vsiveton@apache.org</email>
268 <organization>ASF</organization>
269 <roles>
270 <role>PMC Member</role>
271 </roles>
272 <timezone>-5</timezone>
273 </developer>
274 <developer>
275 <id>wsmoak</id>
276 <name>Wendy Smoak</name>
277 <email>wsmoak@apache.org</email>
278 <roles>
279 <role>PMC Member</role>
280 </roles>
281 <timezone>-7</timezone>
282 </developer>
283
284 <!--Committers-->
285 <developer>
286 <id>aramirez</id>
287 <name>Allan Q. Ramirez</name>
288 <roles>
289 <role>Committer</role>
290 </roles>
291 </developer>
292 <developer>
293 <id>bayard</id>
294 <name>Henri Yandell</name>
295 <roles>
296 <role>Committer</role>
297 </roles>
298 </developer>
299 <developer>
300 <id>bellingard</id>
301 <name>Fabrice Bellingard</name>
302 <roles>
303 <role>Committer</role>
304 </roles>
305 </developer>
306 <developer>
307 <id>chrisjs</id>
308 <name>Chris Stevenson</name>
309 <roles>
310 <role>Committer</role>
311 </roles>
312 </developer>
313 <developer>
314 <id>dantran</id>
315 <name>Dan Tran</name>
316 <roles>
317 <role>Committer</role>
318 </roles>
319 </developer>
320 <developer>
321 <id>dblevins</id>
322 <name>David Blevins</name>
323 <roles>
324 <role>Committer</role>
325 </roles>
326 </developer>
327 <developer>
328 <id>dlr</id>
329 <name>Daniel Rall</name>
330 <roles>
331 <role>Committer</role>
332 </roles>
333 </developer>
334 <developer>
335 <id>epunzalan</id>
336 <name>Edwin Punzalan</name>
337 <email>epunzalan@apache.org</email>
338 <roles>
339 <role>Committer</role>
340 </roles>
341 <timezone>-8</timezone>
342 </developer>
343 <developer>
344 <id>fgiust</id>
345 <name>Fabrizio Giustina</name>
346 <email>fgiust@apache.org</email>
347 <organization>openmind</organization>
348 <roles>
349 <role>Committer</role>
350 </roles>
351 <timezone>+1</timezone>
352 </developer>
353 <developer>
354 <id>felipeal</id>
355 <name>Felipe Leme</name>
356 <roles>
357 <role>Committer</role>
358 </roles>
359 </developer>
360 <developer>
361 <id>handyande</id>
362 <name>Andrew Williams</name>
363 <email>handyande@apache.org</email>
364 <roles>
365 <role>Committer</role>
366 </roles>
367 <timezone>0</timezone>
368 </developer>
369 <developer>
370 <id>jjensen</id>
371 <name>Jeff Jensen</name>
372 <roles>
373 <role>Committer</role>
374 </roles>
375 </developer>
376 <developer>
377 <id>nicolas</id>
378 <name>Nicolas De Loof</name>
379 <email>nicolas@apache.org</email>
380 <organization>Capgemini</organization>
381 <roles>
382 <role>Committer</role>
383 </roles>
384 <timezone>+1</timezone>
385 </developer>
386 <developer>
387 <id>ogusakov</id>
388 <name>Oleg Gusakov</name>
389 <roles>
390 <role>Committer</role>
391 </roles>
392 </developer>
393 <developer>
394 <id>pgier</id>
395 <name>Paul Gier</name>
396 <email>pgier@apache.org</email>
397 <roles>
398 <role>Committer</role>
399 </roles>
400 <timezone>-6</timezone>
401 </developer>
402 <developer>
403 <id>pschneider</id>
404 <name>Patrick Schneider</name>
405 <email>pschneider@gmail.com</email>
406 <roles>
407 <role>Committer</role>
408 </roles>
409 <timezone>-6</timezone>
410 </developer>
411 <developer>
412 <id>ptahchiev</id>
413 <name>Petar Tahchiev</name>
414 <email>ptahchiev@apache.org</email>
415 <roles>
416 <role>Committer</role>
417 </roles>
418 <timezone>+2</timezone>
419 </developer>
420 <developer>
421 <id>rafale</id>
422 <name>Raphaël Piéroni</name>
423 <email>rafale@apache.org</email>
424 <organization>Dexem</organization>
425 <roles>
426 <role>Committer</role>
427 </roles>
428 <timezone>+1</timezone>
429 </developer>
430 <developer>
431 <id>rinku</id>
432 <name>Rahul Thakur</name>
433 <roles>
434 <role>Committer</role>
435 </roles>
436 </developer>
437 <developer>
438 <id>shinobu</id>
439 <name>Shinobu Kuwai</name>
440 <roles>
441 <role>Committer</role>
442 </roles>
443 </developer>
444 <developer>
445 <id>smorgrav</id>
446 <name>Torbjorn Eikli Smorgrav</name>
447 <roles>
448 <role>Committer</role>
449 </roles>
450 </developer>
451 <developer>
452 <id>stephenc</id>
453 <name>Stephen Connolly</name>
454 <email>stephenc@apache.org</email>
455 <roles>
456 <role>Committer</role>
457 </roles>
458 <timezone>0</timezone>
459 </developer>
460 <developer>
461 <id>markh</id>
462 <name>Mark Hobson</name>
463 <email>markh@apache.org</email>
464 <roles>
465 <role>Committer</role>
466 </roles>
467 <timezone>0</timezone>
468 </developer>
469 <developer>
470 <id>joakime</id>
471 <name>Joakim Erdfelt</name>
472 <email>joakime@apache.org</email>
473 <organization>ASF</organization>
474 <roles>
475 <role>Emeritus</role>
476 </roles>
477 <timezone>-5</timezone>
478 </developer>
479 <developer>
480 <id>jstrachan</id>
481 <name>James Strachan</name>
482 <roles>
483 <role>Emeritus</role>
484 </roles>
485 </developer>
486 <developer>
487 <id>jtolentino</id>
488 <name>Ernesto Tolentino Jr.</name>
489 <email>jtolentino@apache.org</email>
490 <organization>ASF</organization>
491 <roles>
492 <role>Emeritus</role>
493 </roles>
494 <timezone>+8</timezone>
495 </developer>
496 <developer>
497 <id>mperham</id>
498 <name>Mike Perham</name>
499 <email>mperham@gmail.com</email>
500 <organization>IBM</organization>
501 <roles>
502 <role>Emeritus</role>
503 </roles>
504 <timezone>-6</timezone>
505 </developer>
506 <!--End Committers-->
507 </developers>
508
509 <mailingLists>
510 <mailingList>
511 <name>Maven Announcements List</name>
512 <post>announce@maven.apache.org</post>
513 <subscribe>announce-subscribe@maven.apache.org</subscribe>
514 <unsubscribe>announce-unsubscribe@maven.apache.org</unsubscribe>
515 <archive>http://mail-archives.apache.org/mod_mbox/maven-announce/</archive>
516 <otherArchives>
517 <otherArchive>http://www.mail-archive.com/announce@maven.apache.org</otherArchive>
518 <otherArchive>http://www.nabble.com/Maven-Announcements-f15617.html</otherArchive>
519 <otherArchive>http://markmail.org/list/org.apache.maven.announce</otherArchive>
520 </otherArchives>
521 </mailingList>
522 <mailingList>
523 <name>Maven Notifications List</name>
524 <subscribe>notifications-subscribe@maven.apache.org</subscribe>
525 <unsubscribe>notifications-unsubscribe@maven.apache.org</unsubscribe>
526 <archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</archive>
527 <otherArchives>
528 <otherArchive>http://www.mail-archive.com/notifications@maven.apache.org</otherArchive>
529 <otherArchive>http://www.nabble.com/Maven---Notifications-f15574.html</otherArchive>
530 <otherArchive>http://markmail.org/list/org.apache.maven.notifications</otherArchive>
531 </otherArchives>
532 </mailingList>
533 </mailingLists>
534
535 <scm>
536 <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/trunk/maven</connection>
537 <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/trunk/maven</developerConnection>
538 <url>http://svn.apache.org/viewvc/maven/pom/trunk/maven</url>
539 </scm>
540 <ciManagement>
541 <system>Hudson</system>
542 <url>http://grid.sonatype.org/ci</url>
543 <notifiers>
544 <notifier>
545 <type>mail</type>
546 <configuration>
547 <address>notifications@maven.apache.org</address>
548 </configuration>
549 </notifier>
550 </notifiers>
551 </ciManagement>
552 <distributionManagement>
553 <site>
554 <id>apache.website</id>
555 <url>scp://people.apache.org/www/maven.apache.org</url>
556 </site>
557 </distributionManagement>
558
559 <build>
560 <pluginManagement>
561 <plugins>
562 <plugin>
563 <artifactId>maven-assembly-plugin</artifactId>
564 <version>2.2-beta-4</version>
565 </plugin>
566 </plugins>
567 </pluginManagement>
568 </build>
569
570 <profiles>
571 <profile>
572 <id>apache-release</id>
573 <build>
574 <plugins>
575 <!-- This is being moved to the ASF parent POM (for release in version 7).
576 Remove once this has been released. -->
577 <plugin>
578 <artifactId>maven-assembly-plugin</artifactId>
579 <dependencies>
580 <dependency>
581 <groupId>org.apache.apache.resources</groupId>
582 <artifactId>apache-source-release-assembly-descriptor</artifactId>
583 <version>1.0.1</version>
584 </dependency>
585 <dependency>
586 <!-- NOTE: The fix for PLXUTILS-120 is crucial for the new assembly descriptor -->
587 <groupId>org.codehaus.plexus</groupId>
588 <artifactId>plexus-utils</artifactId>
589 <version>2.0.1</version>
590 </dependency>
591 </dependencies>
592 <executions>
593 <execution>
594 <id>source-release-assembly</id>
595 <phase>package</phase>
596 <goals>
597 <goal>single</goal>
598 </goals>
599 <configuration>
600 <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
601 <descriptorRefs>
602 <descriptorRef>source-release</descriptorRef>
603 </descriptorRefs>
604 <tarLongFileFormat>gnu</tarLongFileFormat>
605 </configuration>
606 </execution>
607 </executions>
608 </plugin>
609 </plugins>
610 </build>
611 </profile>
612 <profile>
613 <id>quality-checks</id>
614 <activation>
615 <property>
616 <name>quality-checks</name>
617 <value>true</value>
618 </property>
619 </activation>
620 <build>
621 <plugins>
622
623 <!--<plugin>
624 Clirr needs to be more flexble before we can force this everywhere. New releases that don't have previous artifacts to compare cause Clirr to blow up. And Clirr needs to be smart enough to only look at the previous release artifact so we can make this work during snapshot builds, otherwise it just blows up when you try to do a release.
625 <groupId>org.codehaus.mojo</groupId>
626 <artifactId>clirr-maven-plugin</artifactId>
627 <executions>
628 <execution>
629 <id>clirr-check</id>
630 <phase>verify</phase>
631 <goals>
632 <goal>check</goal>
633 </goals>
634 </execution>
635 </executions>
636 </plugin>-->
637 <plugin>
638 <groupId>org.apache.maven.plugins</groupId>
639 <artifactId>maven-pmd-plugin</artifactId>
640 <version>2.4</version>
641 <configuration>
642 <excludeRoots>
643 <excludeRoot>${project.build.directory}/generated-sources/modello</excludeRoot>
644 <excludeRoot>${project.build.directory}/generated-sources/plugin</excludeRoot>
645 </excludeRoots>
646 </configuration>
647 <executions>
648 <execution>
649 <id>cpd-check</id>
650 <phase>verify</phase>
651 <goals>
652 <goal>cpd-check</goal>
653 </goals>
654 </execution>
655 </executions>
656 </plugin>
657 </plugins>
658 </build>
659 </profile>
660 <profile>
661 <id>reporting</id>
662 <build>
663 <plugins>
664 <plugin>
665 <groupId>org.codehaus.mojo</groupId>
666 <artifactId>cobertura-maven-plugin</artifactId>
667 <version>2.2</version>
668 <executions>
669 <execution>
670 <phase>clean</phase>
671 <goals>
672 <goal>clean</goal>
673 </goals>
674 </execution>
675 </executions>
676 </plugin>
677 </plugins>
678 </build>
679 <reporting>
680 <plugins>
681 <plugin>
682 <groupId>org.apache.maven.plugins</groupId>
683 <artifactId>maven-project-info-reports-plugin</artifactId>
684 <version>2.1.2</version>
685 </plugin>
686 <plugin>
687 <groupId>org.apache.maven.plugins</groupId>
688 <artifactId>maven-surefire-report-plugin</artifactId>
689 <version>2.4.3</version>
690 </plugin>
691 <plugin>
692 <groupId>org.apache.maven.plugins</groupId>
693 <artifactId>maven-checkstyle-plugin</artifactId>
694 <version>2.3</version>
695 <configuration>
696 <configLocation>config/maven_checks.xml</configLocation>
697 <headerLocation>config/maven-header.txt</headerLocation>
698 </configuration>
699 </plugin>
700 <plugin>
701 <groupId>org.apache.maven.plugins</groupId>
702 <artifactId>maven-pmd-plugin</artifactId>
703 <version>2.4</version>
704 <configuration>
705 <rulesets>
706 <ruleset>http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-pmd-plugin/src/main/resources/rulesets/maven.xml</ruleset>
707 </rulesets>
708 <excludeRoots>
709 <excludeRoot>${project.build.directory}/generated-sources/modello</excludeRoot>
710 <excludeRoot>${project.build.directory}/generated-sources/plugin</excludeRoot>
711 </excludeRoots>
712 </configuration>
713 </plugin>
714 <plugin>
715 <!-- NOTE: 2.3 or more requires java 1.5 -->
716 <groupId>org.codehaus.mojo</groupId>
717 <artifactId>cobertura-maven-plugin</artifactId>
718 <version>2.2</version>
719 </plugin>
720 <plugin>
721 <groupId>org.codehaus.mojo</groupId>
722 <artifactId>taglist-maven-plugin</artifactId>
723 <version>2.4</version>
724 </plugin>
725 <plugin>
726 <groupId>org.apache.maven.plugins</groupId>
727 <artifactId>maven-jxr-plugin</artifactId>
728 <version>2.1</version>
729 <configuration>
730 <inputEncoding>${project.build.sourceEncoding}</inputEncoding>
731 </configuration>
732 </plugin>
733 <plugin>
734 <groupId>org.apache.maven.plugins</groupId>
735 <artifactId>maven-javadoc-plugin</artifactId>
736 <!-- NOTE: 2.6.x is generally unusuable due to MJAVADOC-275 -->
737 <version>2.5</version>
738 <configuration>
739 <encoding>${project.build.sourceEncoding}</encoding>
740 <links>
741 <link>http://java.sun.com/j2se/1.4.2/docs/api</link>
742 <link>http://java.sun.com/j2ee/1.4/docs/api</link>
743 <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
744 <link>http://commons.apache.org/collections/apidocs-COLLECTIONS_3_0/</link>
745 <link>http://commons.apache.org/dbcp/apidocs/</link>
746 <link>http://commons.apache.org/fileupload/apidocs/</link>
747 <link>http://commons.apache.org/httpclient/apidocs/</link>
748 <link>http://commons.apache.org/logging/apidocs/</link>
749 <link>http://commons.apache.org/pool/apidocs/</link>
750 <link>http://junit.sourceforge.net/javadoc/</link>
751 <link>http://logging.apache.org/log4j/1.2/apidocs/</link>
752 <link>http://jakarta.apache.org/regexp/apidocs/</link>
753 <link>http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/</link>
754 <link>http://plexus.codehaus.org/plexus-utils/apidocs/</link>
755 <link>http://plexus.codehaus.org/plexus-classworlds/apidocs/</link>
756 <link>http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/</link>
757 </links>
758 </configuration>
759 <reportSets>
760 <reportSet>
761 <reports>
762 <report>javadoc</report>
763 <report>test-javadoc</report>
764 </reports>
765 </reportSet>
766 </reportSets>
767 </plugin>
768 <!--plugin>
769 <groupId>org.codehaus.mojo</groupId>
770 <artifactId>clirr-maven-plugin</artifactId>
771 <version>2.2.2</version>
772 </plugin-->
773 </plugins>
774 </reporting>
775 </profile>
776 </profiles>
777 </project>

Properties

Name Value
svn:eol-style native
svn:keywords Author Date Id Revision

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2