Home | History | Annotate | Download | only in lib
      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     <version>9</version>
     29     <relativePath>../asf/pom.xml</relativePath>
     30   </parent>
     31 
     32   <groupId>org.apache.maven</groupId>
     33   <artifactId>maven-parent</artifactId>
     34   <version>19</version>
     35   <packaging>pom</packaging>
     36 
     37   <name>Apache Maven</name>
     38   <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>
     39   <url>http://maven.apache.org/</url>
     40   <inceptionYear>2002</inceptionYear>
     41 
     42   <!-- Developers listed by PMC Chair, PMC, Committers, Contributers, all alphabetical-->
     43   <developers>
     44     <developer>
     45       <id>brianf</id>
     46       <name>Brian Fox</name>
     47       <email>brianf (a] apache.org</email>
     48       <organization>Sonatype</organization>
     49       <roles>
     50         <role>PMC Chair</role>
     51       </roles>
     52       <timezone>-5</timezone>
     53     </developer>
     54     <developer>
     55       <id>aheritier</id>
     56       <name>Arnaud Hritier</name>
     57       <email>aheritier (a] apache.org</email>
     58       <roles>
     59         <role>PMC Member</role>
     60       </roles>
     61       <timezone>+1</timezone>
     62     </developer>
     63     <developer>
     64       <id>baerrach</id>
     65       <name>Barrie Treloar</name>
     66       <roles>
     67         <role>PMC Member</role>
     68       </roles>
     69     </developer>
     70     <developer>
     71       <id>bentmann</id>
     72       <name>Benjamin Bentmann</name>
     73       <email>bentmann (a] apache.org</email>
     74       <organization>Sonatype</organization>
     75       <roles>
     76         <role>PMC Member</role>
     77       </roles>
     78       <timezone>+1</timezone>
     79     </developer>
     80     <developer>
     81       <id>brett</id>
     82       <name>Brett Porter</name>
     83       <email>brett (a] apache.org</email>
     84       <organization>ASF</organization>
     85       <roles>
     86         <role>PMC Member</role>
     87       </roles>
     88       <timezone>+10</timezone>
     89     </developer>
     90     <developer>
     91       <id>carlos</id>
     92       <name>Carlos Sanchez</name>
     93       <email>carlos (a] apache.org</email>
     94       <organization>ASF</organization>
     95       <roles>
     96         <role>PMC Member</role>
     97       </roles>
     98       <timezone>+1</timezone>
     99     </developer>
    100     <developer>
    101       <id>dennisl</id>
    102       <name>Dennis Lundberg</name>
    103       <email>dennisl (a] apache.org</email>
    104       <organization>ASF</organization>
    105       <roles>
    106         <role>PMC Member</role>
    107       </roles>
    108       <timezone>+1</timezone>
    109     </developer>
    110     <developer>
    111       <id>dfabulich</id>
    112       <name>Daniel Fabulich</name>
    113       <email>dfabulich (a] apache.org</email>
    114       <roles>
    115         <role>PMC Member</role>
    116       </roles>
    117       <timezone>-8</timezone>
    118     </developer>
    119     <developer>
    120       <id>dkulp</id>
    121       <name>Daniel Kulp</name>
    122       <email>dkulp (a] apache.org</email>
    123       <organization>ASF</organization>
    124       <roles>
    125         <role>PMC Member</role>
    126       </roles>
    127       <timezone>-5</timezone>
    128     </developer>
    129     <developer>
    130       <id>evenisse</id>
    131       <name>Emmanuel Venisse</name>
    132       <email>evenisse (a] apache.org</email>
    133       <organization>ASF</organization>
    134       <roles>
    135         <role>PMC Member</role>
    136       </roles>
    137       <timezone>+1</timezone>
    138     </developer>
    139     <developer>
    140       <id>hboutemy</id>
    141       <name>Herv Boutemy</name>
    142       <email>hboutemy (a] apache.org</email>
    143       <roles>
    144         <role>PMC Member</role>
    145       </roles>
    146       <timezone>+1</timezone>
    147     </developer>
    148     <developer>
    149       <id>jdcasey</id>
    150       <name>John Casey</name>
    151       <email>jdcasey (a] apache.org</email>
    152       <organization>ASF</organization>
    153       <roles>
    154         <role>PMC Member</role>
    155       </roles>
    156       <timezone>-5</timezone>
    157     </developer>
    158     <developer>
    159       <id>kenney</id>
    160       <name>Kenney Westerhof</name>
    161       <email>kenney (a] apache.org</email>
    162       <organization>Neonics</organization>
    163       <roles>
    164         <role>PMC Member</role>
    165       </roles>
    166       <timezone>+1</timezone>
    167     </developer>
    168     <developer>
    169       <id>krosenvold</id>
    170       <name>Kristian Rosenvold</name>
    171       <email>krosenvold (a] apache.org</email>
    172       <roles>
    173         <role>PMC Member</role>
    174       </roles>
    175       <timezone>+1</timezone>
    176     </developer>
    177     <developer>
    178       <id>ltheussl</id>
    179       <name>Lukas Theussl</name>
    180       <email>ltheussl (a] apache.org</email>
    181       <organization>ASF</organization>
    182       <roles>
    183         <role>PMC Member</role>
    184       </roles>
    185       <timezone>+1</timezone>
    186     </developer>
    187     <developer>
    188       <id>mkleint</id>
    189       <name>Milos Kleint</name>
    190       <roles>
    191         <role>PMC Member</role>
    192       </roles>
    193     </developer>
    194     <developer>
    195       <id>oching</id>
    196       <name>Maria Odea B. Ching</name>
    197       <roles>
    198         <role>PMC Member</role>
    199       </roles>
    200     </developer>
    201     <developer>
    202       <id>olamy</id>
    203       <name>Olivier Lamy</name>
    204       <email>olamy (a] apache.org</email>
    205       <roles>
    206         <role>PMC Member</role>
    207       </roles>
    208       <timezone>+1</timezone>
    209     </developer>
    210     <developer>
    211       <id>pgier</id>
    212       <name>Paul Gier</name>
    213       <email>pgier (a] apache.org</email>
    214       <organization>Red Hat</organization>
    215       <roles>
    216         <role>PMC Member</role>
    217       </roles>
    218       <timezone>-6</timezone>
    219     </developer>
    220     <developer>
    221       <id>rgoers</id>
    222       <name>Ralph Goers</name>
    223       <email>rgoers (a] apache.org</email>
    224       <organization>Intuit</organization>
    225       <timezone>-8</timezone>
    226       <roles>
    227         <role>PMC Member</role>
    228       </roles>
    229     </developer>
    230     <developer>
    231       <id>snicoll</id>
    232       <name>Stephane Nicoll</name>
    233       <email>snicoll (a] apache.org</email>
    234       <organization>ASF</organization>
    235       <roles>
    236         <role>PMC Member</role>
    237       </roles>
    238       <timezone>+1</timezone>
    239     </developer>
    240     <developer>
    241       <id>stephenc</id>
    242       <name>Stephen Connolly</name>
    243       <email>stephenc (a] apache.org</email>
    244       <roles>
    245         <role>PMC Member</role>
    246       </roles>
    247       <timezone>0</timezone>
    248     </developer>
    249     <developer>
    250       <id>vmassol</id>
    251       <name>Vincent Massol</name>
    252       <email>vmassol (a] apache.org</email>
    253       <organization>ASF</organization>
    254       <roles>
    255         <role>PMC Member</role>
    256       </roles>
    257       <timezone>+1</timezone>
    258     </developer>
    259     <developer>
    260       <id>vsiveton</id>
    261       <name>Vincent Siveton</name>
    262       <email>vsiveton (a] apache.org</email>
    263       <organization>ASF</organization>
    264       <roles>
    265         <role>PMC Member</role>
    266       </roles>
    267       <timezone>-5</timezone>
    268     </developer>
    269     <developer>
    270       <id>wfay</id>
    271       <name>Wayne Fay</name>
    272       <email>wfay (a] apache.org</email>
    273       <organization>ASF</organization>
    274       <roles>
    275         <role>PMC Member</role>
    276       </roles>
    277       <timezone>-6</timezone>
    278     </developer>
    279     <developer>
    280       <id>wsmoak</id>
    281       <name>Wendy Smoak</name>
    282       <email>wsmoak (a] apache.org</email>
    283       <roles>
    284         <role>PMC Member</role>
    285       </roles>
    286       <timezone>-7</timezone>
    287     </developer>
    288 
    289     <!--Committers-->
    290     <developer>
    291       <id>bdemers</id>
    292       <name>Brian Demers</name>
    293       <organization>Sonatype</organization>
    294       <email>bdemers (a] apache.org</email>
    295       <timezone>-5</timezone>
    296       <roles>
    297         <role>Committer</role>
    298       </roles>
    299     </developer>
    300     <developer>
    301       <id>bellingard</id>
    302       <name>Fabrice Bellingard</name>
    303       <roles>
    304         <role>Committer</role>
    305       </roles>
    306     </developer>
    307     <developer>
    308       <id>cstamas</id>
    309       <name>Tamas Cservenak</name>
    310       <organization>Sonatype</organization>
    311       <email>cstamas (a] apache.org</email>
    312       <timezone>+1</timezone>
    313       <roles>
    314         <role>Committer</role>
    315       </roles>
    316     </developer>
    317     <developer>
    318       <id>dantran</id>
    319       <name>Dan Tran</name>
    320       <roles>
    321         <role>Committer</role>
    322       </roles>
    323     </developer>
    324     <developer>
    325       <id>dbradicich</id>
    326       <name>Damian Bradicich</name>
    327       <organization>Sonatype</organization>
    328       <email>dbradicich (a] apache.org</email>
    329       <timezone>-5</timezone>
    330       <roles>
    331         <role>Committer</role>
    332       </roles>
    333     </developer>
    334     <developer>
    335       <id>ifedorenko</id>
    336       <name>Igor Fedorenko</name>
    337       <email>igor (a] ifedorenko.com</email>
    338       <organization>Sonatype</organization>
    339       <roles>
    340         <role>Committer</role>
    341       </roles>
    342       <timezone>-5</timezone>
    343     </developer>
    344     <developer>
    345       <id>fgiust</id>
    346       <name>Fabrizio Giustina</name>
    347       <email>fgiust (a] apache.org</email>
    348       <organization>openmind</organization>
    349       <roles>
    350         <role>Committer</role>
    351       </roles>
    352       <timezone>+1</timezone>
    353     </developer>
    354     <developer>
    355       <id>handyande</id>
    356       <name>Andrew Williams</name>
    357       <email>handyande (a] apache.org</email>
    358       <roles>
    359         <role>Committer</role>
    360       </roles>
    361       <timezone>0</timezone>
    362     </developer>
    363     <developer>
    364       <id>jjensen</id>
    365       <name>Jeff Jensen</name>
    366       <roles>
    367         <role>Committer</role>
    368       </roles>
    369     </developer>
    370     <developer>
    371       <id>jvanzyl</id>
    372       <name>Jason van Zyl</name>
    373       <email>jason (a] maven.org</email>
    374       <organization>Sonatype</organization>
    375       <roles>
    376         <role>Founder</role>
    377         <role>Committer</role>
    378       </roles>
    379       <timezone>-5</timezone>
    380     </developer>
    381     <developer>
    382       <id>rafale</id>
    383       <name>Raphal Pironi</name>
    384       <email>rafale (a] apache.org</email>
    385       <organization>Dexem</organization>
    386       <roles>
    387         <role>Committer</role>
    388       </roles>
    389       <timezone>+1</timezone>
    390     </developer>
    391     <!--End Committers-->
    392     <developer>
    393       <id>aramirez</id>
    394       <name>Allan Q. Ramirez</name>
    395       <roles>
    396         <role>Emeritus</role>
    397       </roles>
    398     </developer>
    399     <developer>
    400       <id>bayard</id>
    401       <name>Henri Yandell</name>
    402       <roles>
    403         <role>Emeritus</role>
    404       </roles>
    405     </developer>
    406     <developer>
    407       <id>chrisjs</id>
    408       <name>Chris Stevenson</name>
    409       <roles>
    410         <role>Emeritus</role>
    411       </roles>
    412     </developer>
    413     <developer>
    414       <id>dblevins</id>
    415       <name>David Blevins</name>
    416       <roles>
    417         <role>Emeritus</role>
    418       </roles>
    419     </developer>
    420     <developer>
    421       <id>dlr</id>
    422       <name>Daniel Rall</name>
    423       <roles>
    424         <role>Emeritus</role>
    425       </roles>
    426     </developer>
    427     <developer>
    428       <id>epunzalan</id>
    429       <name>Edwin Punzalan</name>
    430       <email>epunzalan (a] apache.org</email>
    431       <roles>
    432         <role>Emeritus</role>
    433       </roles>
    434       <timezone>-8</timezone>
    435     </developer>
    436     <developer>
    437       <id>felipeal</id>
    438       <name>Felipe Leme</name>
    439       <roles>
    440         <role>Emeritus</role>
    441       </roles>
    442     </developer>
    443     <developer>
    444       <id>jmcconnell</id>
    445       <name>Jesse McConnell</name>
    446       <email>jmcconnell (a] apache.org</email>
    447       <organization>ASF</organization>
    448       <roles>
    449         <role>Emeritus</role>
    450       </roles>
    451       <timezone>-6</timezone>
    452     </developer>
    453     <developer>
    454       <id>joakime</id>
    455       <name>Joakim Erdfelt</name>
    456       <email>joakime (a] apache.org</email>
    457       <organization>ASF</organization>
    458       <roles>
    459         <role>Emeritus</role>
    460       </roles>
    461       <timezone>-5</timezone>
    462     </developer>
    463     <developer>
    464       <id>jstrachan</id>
    465       <name>James Strachan</name>
    466       <roles>
    467         <role>Emeritus</role>
    468       </roles>
    469     </developer>
    470     <developer>
    471       <id>jtolentino</id>
    472       <name>Ernesto Tolentino Jr.</name>
    473       <email>jtolentino (a] apache.org</email>
    474       <organization>ASF</organization>
    475       <roles>
    476         <role>Emeritus</role>
    477       </roles>
    478       <timezone>+8</timezone>
    479     </developer>
    480     <developer>
    481       <id>markh</id>
    482       <name>Mark Hobson</name>
    483       <email>markh (a] apache.org</email>
    484       <roles>
    485         <role>Emeritus</role>
    486       </roles>
    487       <timezone>0</timezone>
    488     </developer>
    489     <developer>
    490       <id>mperham</id>
    491       <name>Mike Perham</name>
    492       <email>mperham (a] gmail.com</email>
    493       <organization>IBM</organization>
    494       <roles>
    495         <role>Emeritus</role>
    496       </roles>
    497       <timezone>-6</timezone>
    498     </developer>
    499     <developer>
    500       <id>ogusakov</id>
    501       <name>Oleg Gusakov</name>
    502       <roles>
    503         <role>Emeritus</role>
    504       </roles>
    505     </developer>
    506     <developer>
    507       <id>pschneider</id>
    508       <name>Patrick Schneider</name>
    509       <email>pschneider (a] gmail.com</email>
    510       <roles>
    511         <role>Emeritus</role>
    512       </roles>
    513       <timezone>-6</timezone>
    514     </developer>
    515     <developer>
    516       <id>ptahchiev</id>
    517       <name>Petar Tahchiev</name>
    518       <email>ptahchiev (a] apache.org</email>
    519       <roles>
    520         <role>Emeritus</role>
    521       </roles>
    522       <timezone>+2</timezone>
    523     </developer>
    524     <developer>
    525       <id>rinku</id>
    526       <name>Rahul Thakur</name>
    527       <roles>
    528         <role>Emeritus</role>
    529       </roles>
    530     </developer>
    531     <developer>
    532       <id>shinobu</id>
    533       <name>Shinobu Kuwai</name>
    534       <roles>
    535         <role>Emeritus</role>
    536       </roles>
    537     </developer>
    538     <developer>
    539       <id>smorgrav</id>
    540       <name>Torbjorn Eikli Smorgrav</name>
    541       <roles>
    542         <role>Emeritus</role>
    543       </roles>
    544     </developer>
    545     <developer>
    546       <id>trygvis</id>
    547       <name>Trygve Laugstol</name>
    548       <email>trygvis (a] apache.org</email>
    549       <organization>ASF</organization>
    550       <roles>
    551         <role>Emeritus</role>
    552       </roles>
    553       <timezone>+1</timezone>
    554     </developer>
    555   </developers>
    556 
    557   <mailingLists>
    558     <mailingList>
    559       <name>Maven Announcements List</name>
    560       <post>announce (a] maven.apache.org</post>
    561       <subscribe>announce-subscribe (a] maven.apache.org</subscribe>
    562       <unsubscribe>announce-unsubscribe (a] maven.apache.org</unsubscribe>
    563       <archive>http://mail-archives.apache.org/mod_mbox/maven-announce/</archive>
    564       <otherArchives>
    565         <otherArchive>http://www.mail-archive.com/announce@maven.apache.org</otherArchive>
    566         <otherArchive>http://old.nabble.com/Maven-Announcements-f15617.html</otherArchive>
    567         <otherArchive>http://markmail.org/list/org.apache.maven.announce</otherArchive>
    568       </otherArchives>
    569     </mailingList>
    570     <mailingList>
    571       <name>Maven Notifications List</name>
    572       <subscribe>notifications-subscribe (a] maven.apache.org</subscribe>
    573       <unsubscribe>notifications-unsubscribe (a] maven.apache.org</unsubscribe>
    574       <archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</archive>
    575       <otherArchives>
    576         <otherArchive>http://www.mail-archive.com/notifications@maven.apache.org</otherArchive>
    577         <otherArchive>http://old.nabble.com/Maven---Notifications-f15574.html</otherArchive>
    578         <otherArchive>http://markmail.org/list/org.apache.maven.notifications</otherArchive>
    579       </otherArchives>
    580     </mailingList>
    581   </mailingLists>
    582 
    583   <scm>
    584     <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/tags/maven-parent-19</connection>
    585     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/maven-parent-19</developerConnection>
    586     <url>http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-19</url>
    587   </scm>
    588   <ciManagement>
    589     <system>Hudson</system>
    590     <url>http://grid.sonatype.org/ci</url>
    591     <notifiers>
    592       <notifier>
    593         <type>mail</type>
    594         <configuration>
    595           <address>notifications (a] maven.apache.org</address>
    596         </configuration>
    597       </notifier>
    598     </notifiers>
    599   </ciManagement>
    600   <distributionManagement>
    601     <site>
    602       <id>apache.website</id>
    603       <url>scp://people.apache.org/www/maven.apache.org</url>
    604     </site>
    605   </distributionManagement>
    606 
    607   <reporting>
    608     <plugins>
    609       <plugin>
    610         <artifactId>maven-project-info-reports-plugin</artifactId>
    611         <version>2.3.1</version>
    612       </plugin>
    613     </plugins>
    614   </reporting>
    615 
    616   <profiles>
    617     <profile>
    618       <id>quality-checks</id>
    619       <activation>
    620         <property>
    621           <name>quality-checks</name>
    622           <value>true</value>
    623         </property>
    624       </activation>
    625       <build>
    626         <plugins>
    627 
    628           <!--<plugin>
    629           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.
    630             <groupId>org.codehaus.mojo</groupId>
    631             <artifactId>clirr-maven-plugin</artifactId>
    632             <executions>
    633               <execution>
    634                 <id>clirr-check</id>
    635                 <phase>verify</phase>
    636                 <goals>
    637                   <goal>check</goal>
    638                 </goals>
    639               </execution>
    640             </executions>
    641           </plugin>-->
    642           <plugin>
    643             <groupId>org.apache.maven.plugins</groupId>
    644             <artifactId>maven-pmd-plugin</artifactId>
    645             <version>2.4</version>
    646             <configuration>
    647               <excludeRoots>
    648                 <excludeRoot>${project.build.directory}/generated-sources/modello</excludeRoot>
    649                 <excludeRoot>${project.build.directory}/generated-sources/plugin</excludeRoot>
    650               </excludeRoots>
    651             </configuration>
    652             <executions>
    653               <execution>
    654                 <id>cpd-check</id>
    655                 <phase>verify</phase>
    656                 <goals>
    657                   <goal>cpd-check</goal>
    658                 </goals>
    659               </execution>
    660             </executions>
    661           </plugin>
    662         </plugins>
    663       </build>
    664     </profile>
    665     <profile>
    666       <id>reporting</id>
    667       <build>
    668         <plugins>
    669           <plugin>
    670             <groupId>org.codehaus.mojo</groupId>
    671             <artifactId>cobertura-maven-plugin</artifactId>
    672             <version>2.2</version>
    673             <executions>
    674               <execution>
    675                 <phase>clean</phase>
    676                 <goals>
    677                   <goal>clean</goal>
    678                 </goals>
    679               </execution>
    680             </executions>
    681           </plugin>
    682         </plugins>
    683       </build>
    684       <reporting>
    685         <plugins>
    686           <plugin>
    687             <groupId>org.apache.maven.plugins</groupId>
    688             <artifactId>maven-project-info-reports-plugin</artifactId>
    689             <version>2.3.1</version>
    690           </plugin>
    691           <plugin>
    692             <groupId>org.apache.maven.plugins</groupId>
    693             <artifactId>maven-surefire-report-plugin</artifactId>
    694             <version>2.7.2</version>
    695           </plugin>
    696           <plugin>
    697             <groupId>org.apache.maven.plugins</groupId>
    698             <artifactId>maven-checkstyle-plugin</artifactId>
    699             <version>2.5</version>
    700             <configuration>
    701               <configLocation>config/maven_checks.xml</configLocation>
    702               <headerLocation>config/maven-header.txt</headerLocation>
    703             </configuration>
    704           </plugin>
    705           <plugin>
    706             <groupId>org.apache.maven.plugins</groupId>
    707             <artifactId>maven-pmd-plugin</artifactId>
    708             <version>2.4</version>
    709             <configuration>
    710               <rulesets>
    711                 <!-- TODO: when upgrading to the next release of PMD, this can be changed to /rulesets/maven.xml -->
    712                 <ruleset>http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-pmd-plugin/src/main/resources/rulesets/maven.xml</ruleset>
    713               </rulesets>
    714               <excludeRoots>
    715                 <excludeRoot>${project.build.directory}/generated-sources/modello</excludeRoot>
    716                 <excludeRoot>${project.build.directory}/generated-sources/plugin</excludeRoot>
    717               </excludeRoots>
    718             </configuration>
    719           </plugin>
    720           <plugin>
    721             <!-- NOTE: 2.3 or more requires java 1.5 -->
    722             <groupId>org.codehaus.mojo</groupId>
    723             <artifactId>cobertura-maven-plugin</artifactId>
    724             <version>2.2</version>
    725           </plugin>
    726           <plugin>
    727             <groupId>org.apache.maven.plugins</groupId>
    728             <artifactId>maven-jxr-plugin</artifactId>
    729             <version>2.2</version>
    730           </plugin>
    731           <!-- Taglist Plugin must be executed after JXR Plugin -->
    732           <plugin>
    733             <groupId>org.codehaus.mojo</groupId>
    734             <artifactId>taglist-maven-plugin</artifactId>
    735             <version>2.4</version>
    736           </plugin>
    737           <plugin>
    738             <groupId>org.apache.maven.plugins</groupId>
    739             <artifactId>maven-javadoc-plugin</artifactId>
    740             <version>2.7</version>
    741             <configuration>
    742               <links>
    743                 <link>http://download.oracle.com/javase/1.4.2/1.4.2/docs/api</link>
    744                 <link>http://download.oracle.com/javaee/1.4/docs/api</link>
    745                 <link>http://download.oracle.com/javase/1.5.0/docs/api</link>
    746                 <link>http://commons.apache.org/collections/apidocs-COLLECTIONS_3_0/</link>
    747                 <link>http://commons.apache.org/dbcp/apidocs/</link>
    748                 <link>http://commons.apache.org/fileupload/apidocs/</link>
    749                 <link>http://commons.apache.org/httpclient/apidocs/</link>
    750                 <link>http://commons.apache.org/logging/apidocs/</link>
    751                 <link>http://commons.apache.org/pool/apidocs/</link>
    752                 <link>http://junit.sourceforge.net/javadoc/</link>
    753                 <link>http://logging.apache.org/log4j/1.2/apidocs/</link>
    754                 <link>http://jakarta.apache.org/regexp/apidocs/</link>
    755                 <link>http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/</link>
    756                 <link>http://plexus.codehaus.org/plexus-utils/apidocs/</link>
    757                 <link>http://plexus.codehaus.org/plexus-classworlds/apidocs/</link>
    758                 <link>http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/</link>
    759               </links>
    760             </configuration>
    761             <reportSets>
    762               <reportSet>
    763                 <reports>
    764                   <report>javadoc</report>
    765                   <report>test-javadoc</report>
    766                 </reports>
    767               </reportSet>
    768             </reportSets>
    769           </plugin>
    770           <!--plugin>
    771             <groupId>org.codehaus.mojo</groupId>
    772             <artifactId>clirr-maven-plugin</artifactId>
    773             <version>2.2.2</version>
    774           </plugin-->
    775         </plugins>
    776       </reporting>
    777     </profile>
    778     <profile>
    779       <id>maven-3</id>
    780       <activation>
    781         <file>
    782           <!--  This employs that the basedir expression is only recognized by Maven 3.x (see MNG-2363) -->
    783           <exists>${basedir}</exists>
    784         </file>
    785       </activation>
    786       <build>
    787        <!-- we need to attach the descriptor for this pom -->
    788         <plugins>
    789           <plugin>
    790             <artifactId>maven-site-plugin</artifactId>
    791             <inherited>false</inherited>
    792             <executions>
    793               <execution>
    794                 <id>attach-descriptor</id>
    795                 <goals>
    796                   <goal>attach-descriptor</goal>
    797                 </goals>
    798               </execution>
    799             </executions>
    800           </plugin>
    801         </plugins>
    802       </build>
    803     </profile>
    804   </profiles>
    805 </project>
    806