Home | History | Annotate | Download | only in 27
      1 
      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   <!-- for more information, see the documentation of this POM: http://maven.apache.org/pom/maven/ -->
     26   <parent>
     27     <groupId>org.apache</groupId>
     28     <artifactId>apache</artifactId>
     29     <version>17</version>
     30     <relativePath>../asf/pom.xml</relativePath>
     31   </parent>
     32 
     33   <groupId>org.apache.maven</groupId>
     34   <artifactId>maven-parent</artifactId>
     35   <version>27</version>
     36   <packaging>pom</packaging>
     37 
     38   <name>Apache Maven</name>
     39   <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>
     40   <url>http://maven.apache.org/</url>
     41   <inceptionYear>2002</inceptionYear>
     42 
     43   <!-- Developers listed by PMC Chair, PMC, Committers, Contributers, all alphabetical-->
     44   <developers>
     45     <developer>
     46       <id>hboutemy</id>
     47       <name>Herv Boutemy</name>
     48       <email>hboutemy (a] apache.org</email>
     49       <organization>ASF</organization>
     50       <roles>
     51         <role>PMC Chair</role>
     52       </roles>
     53       <timezone>Europe/Paris</timezone>
     54     </developer>
     55     <developer>
     56       <id>aheritier</id>
     57       <name>Arnaud Hritier</name>
     58       <email>aheritier (a] apache.org</email>
     59       <roles>
     60         <role>PMC Member</role>
     61       </roles>
     62       <timezone>+1</timezone>
     63     </developer>
     64     <developer>
     65       <id>baerrach</id>
     66       <name>Barrie Treloar</name>
     67       <email>baerrach (a] apache.org</email>
     68       <roles>
     69         <role>PMC Member</role>
     70       </roles>
     71       <timezone>Australia/Adelaide</timezone>
     72     </developer>
     73     <developer>
     74       <id>bimargulies</id>
     75       <name>Benson Margulies</name>
     76       <email>bimargulies (a] apache.org</email>
     77       <roles>
     78         <role>PMC Member</role>
     79       </roles>
     80       <timezone>America/New_York</timezone>
     81     </developer>
     82     <developer>
     83       <id>brett</id>
     84       <name>Brett Porter</name>
     85       <email>brett (a] apache.org</email>
     86       <organization>ASF</organization>
     87       <roles>
     88         <role>PMC Member</role>
     89       </roles>
     90       <timezone>+10</timezone>
     91     </developer>
     92     <developer>
     93       <id>brianf</id>
     94       <name>Brian Fox</name>
     95       <email>brianf (a] apache.org</email>
     96       <organization>Sonatype</organization>
     97       <roles>
     98         <role>PMC Member</role>
     99       </roles>
    100       <timezone>-5</timezone>
    101     </developer>
    102     <developer>
    103       <id>carlos</id>
    104       <name>Carlos Sanchez</name>
    105       <email>carlos (a] apache.org</email>
    106       <organization>ASF</organization>
    107       <roles>
    108         <role>PMC Member</role>
    109       </roles>
    110       <timezone>+1</timezone>
    111     </developer>
    112     <developer>
    113       <id>cstamas</id>
    114       <name>Tamas Cservenak</name>
    115       <organization>Sonatype</organization>
    116       <email>cstamas (a] apache.org</email>
    117       <timezone>+1</timezone>
    118       <roles>
    119         <role>PMC Member</role>
    120       </roles>
    121     </developer>
    122     <developer>
    123       <id>dennisl</id>
    124       <name>Dennis Lundberg</name>
    125       <email>dennisl (a] apache.org</email>
    126       <organization>ASF</organization>
    127       <roles>
    128         <role>PMC Member</role>
    129       </roles>
    130       <timezone>+1</timezone>
    131     </developer>
    132     <developer>
    133       <id>dkulp</id>
    134       <name>Daniel Kulp</name>
    135       <email>dkulp (a] apache.org</email>
    136       <organization>ASF</organization>
    137       <roles>
    138         <role>PMC Member</role>
    139       </roles>
    140       <timezone>-5</timezone>
    141     </developer>
    142     <developer>
    143       <id>evenisse</id>
    144       <name>Emmanuel Venisse</name>
    145       <email>evenisse (a] apache.org</email>
    146       <organization>ASF</organization>
    147       <roles>
    148         <role>PMC Member</role>
    149       </roles>
    150       <timezone>+1</timezone>
    151     </developer>
    152     <developer>
    153       <id>jdcasey</id>
    154       <name>John Casey</name>
    155       <email>jdcasey (a] apache.org</email>
    156       <organization>ASF</organization>
    157       <roles>
    158         <role>PMC Member</role>
    159       </roles>
    160       <timezone>-6</timezone>
    161     </developer>
    162     <developer>
    163       <id>jvanzyl</id>
    164       <name>Jason van Zyl</name>
    165       <email>jason (a] maven.org</email>
    166       <roles>
    167         <role>PMC Member</role>
    168       </roles>
    169       <timezone>-5</timezone>
    170     </developer>
    171     <developer>
    172       <id>khmarbaise</id>
    173       <name>Karl Heinz Marbaise</name>
    174       <email>khmarbaise (a] apache.org</email>
    175       <roles>
    176         <role>PMC Member</role>
    177       </roles>
    178       <timezone>+1</timezone>
    179     </developer>
    180     <developer>
    181       <id>krosenvold</id>
    182       <name>Kristian Rosenvold</name>
    183       <email>krosenvold (a] apache.org</email>
    184       <roles>
    185         <role>PMC Member</role>
    186       </roles>
    187       <timezone>+1</timezone>
    188     </developer>
    189     <developer>
    190       <id>markh</id>
    191       <name>Mark Hobson</name>
    192       <email>markh (a] apache.org</email>
    193       <roles>
    194         <role>PMC Member</role>
    195       </roles>
    196       <timezone>0</timezone>
    197     </developer>
    198     <developer>
    199       <id>mkleint</id>
    200       <name>Milos Kleint</name>
    201       <roles>
    202         <role>PMC Member</role>
    203       </roles>
    204     </developer>
    205     <developer>
    206       <id>oching</id>
    207       <name>Maria Odea B. Ching</name>
    208       <roles>
    209         <role>PMC Member</role>
    210       </roles>
    211     </developer>
    212     <developer>
    213       <id>olamy</id>
    214       <name>Olivier Lamy</name>
    215       <email>olamy (a] apache.org</email>
    216       <roles>
    217         <role>PMC Member</role>
    218       </roles>
    219       <timezone>Australia/Melbourne</timezone>
    220     </developer>
    221     <developer>
    222       <id>rfscholte</id>
    223       <name>Robert Scholte</name>
    224       <email>rfscholte (a] apache.org</email>
    225       <roles>
    226         <role>PMC Member</role>
    227       </roles>
    228       <timezone>Europe/Amsterdam</timezone>
    229     </developer>
    230     <developer>
    231       <id>rgoers</id>
    232       <name>Ralph Goers</name>
    233       <email>rgoers (a] apache.org</email>
    234       <organization>Intuit</organization>
    235       <timezone>-8</timezone>
    236       <roles>
    237         <role>PMC Member</role>
    238       </roles>
    239     </developer>
    240     <developer>
    241       <id>snicoll</id>
    242       <name>Stephane Nicoll</name>
    243       <email>snicoll (a] apache.org</email>
    244       <organization>ASF</organization>
    245       <roles>
    246         <role>PMC Member</role>
    247       </roles>
    248       <timezone>+1</timezone>
    249     </developer>
    250     <developer>
    251       <id>stephenc</id>
    252       <name>Stephen Connolly</name>
    253       <email>stephenc (a] apache.org</email>
    254       <roles>
    255         <role>PMC Member</role>
    256       </roles>
    257       <timezone>0</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 
    280     <!--Committers-->
    281     <developer>
    282       <id>agudian</id>
    283       <name>Andreas Gudian</name>
    284       <email>agudian (a] apache.org</email>
    285       <roles>
    286         <role>Committer</role>
    287       </roles>
    288       <timezone>Europe/Berlin</timezone>
    289     </developer>
    290     <developer>
    291       <id>andham</id>
    292       <name>Anders Hammar</name>
    293       <email>andham (a] apache.org</email>
    294       <timezone>+1</timezone>
    295       <roles>
    296         <role>Committer</role>
    297       </roles>
    298     </developer>
    299     <developer>
    300       <id>bdemers</id>
    301       <name>Brian Demers</name>
    302       <organization>Sonatype</organization>
    303       <email>bdemers (a] apache.org</email>
    304       <timezone>-5</timezone>
    305       <roles>
    306         <role>Committer</role>
    307       </roles>
    308     </developer>
    309     <developer>
    310       <id>bellingard</id>
    311       <name>Fabrice Bellingard</name>
    312       <roles>
    313         <role>Committer</role>
    314       </roles>
    315     </developer>
    316     <developer>
    317       <id>bentmann</id>
    318       <name>Benjamin Bentmann</name>
    319       <email>bentmann (a] apache.org</email>
    320       <organization>Sonatype</organization>
    321       <roles>
    322         <role>Committer</role>
    323       </roles>
    324       <timezone>+1</timezone>
    325     </developer>
    326     <developer>
    327       <id>chrisgwarp</id>
    328       <name>Chris Graham</name>
    329       <email>chrisgwarp (a] apache.org</email>
    330       <roles>
    331         <role>Committer</role>
    332       </roles>
    333       <timezone>Australia/Melbourne</timezone>
    334     </developer>
    335     <developer>
    336       <id>dantran</id>
    337       <name>Dan Tran</name>
    338       <email>dantran (a] apache.org</email>
    339       <timezone>-8</timezone>      
    340       <roles>
    341         <role>Committer</role>
    342       </roles>
    343     </developer>
    344     <developer>
    345       <id>dbradicich</id>
    346       <name>Damian Bradicich</name>
    347       <organization>Sonatype</organization>
    348       <email>dbradicich (a] apache.org</email>
    349       <timezone>-5</timezone>
    350       <roles>
    351         <role>Committer</role>
    352       </roles>
    353     </developer>
    354     <developer>
    355       <id>dfabulich</id>
    356       <name>Daniel Fabulich</name>
    357       <email>dfabulich (a] apache.org</email>
    358       <roles>
    359         <role>Committer</role>
    360       </roles>
    361       <timezone>-8</timezone>
    362     </developer>
    363     <developer>
    364       <id>fgiust</id>
    365       <name>Fabrizio Giustina</name>
    366       <email>fgiust (a] apache.org</email>
    367       <organization>openmind</organization>
    368       <roles>
    369         <role>Committer</role>
    370       </roles>
    371       <timezone>+1</timezone>
    372     </developer>
    373     <developer>
    374       <id>godin</id>
    375       <name>Evgeny Mandrikov</name>
    376       <organization>SonarSource</organization>
    377       <email>godin (a] apache.org</email>
    378       <roles>
    379         <role>Committer</role>
    380       </roles>
    381       <timezone>+3</timezone>
    382     </developer>
    383     <developer>
    384       <id>handyande</id>
    385       <name>Andrew Williams</name>
    386       <email>handyande (a] apache.org</email>
    387       <roles>
    388         <role>Committer</role>
    389       </roles>
    390       <timezone>0</timezone>
    391     </developer>
    392     <developer>
    393       <id>ifedorenko</id>
    394       <name>Igor Fedorenko</name>
    395       <email>igor (a] ifedorenko.com</email>
    396       <organization>Sonatype</organization>
    397       <roles>
    398         <role>Committer</role>
    399       </roles>
    400       <timezone>-5</timezone>
    401     </developer>
    402     <developer>
    403       <id>imod</id>
    404       <name>Dominik Bartholdi</name>
    405       <email>imod (a] apache.org</email>
    406       <roles>
    407         <role>Committer</role>
    408       </roles>
    409       <timezone>Europe/Zurich</timezone>
    410     </developer>     
    411     <developer>
    412       <id>jjensen</id>
    413       <name>Jeff Jensen</name>
    414       <roles>
    415         <role>Committer</role>
    416       </roles>
    417     </developer>
    418     <developer>
    419       <id>ltheussl</id>
    420       <name>Lukas Theussl</name>
    421       <email>ltheussl (a] apache.org</email>
    422       <roles>
    423         <role>Committer</role>
    424       </roles>
    425       <timezone>+1</timezone>
    426     </developer>
    427     <developer>
    428       <id>mauro</id>
    429       <name>Mauro Talevi</name>
    430       <roles>
    431         <role>Committer</role>
    432       </roles>
    433     </developer>
    434     <developer>
    435       <id>mfriedenhagen</id>
    436       <name>Mirko Friedenhagen</name>
    437       <email>mfriedenhagen (a] apache.org</email>
    438       <roles>
    439         <role>Committer</role>
    440       </roles>
    441       <timezone>+1</timezone>
    442     </developer>
    443     <developer>
    444       <id>michaelo</id>
    445       <name>Michael Osipov</name>
    446       <email>michaelo (a] apache.org</email>
    447       <roles>
    448         <role>Committer</role>
    449       </roles>
    450       <timezone>Europe/Berlin</timezone>
    451     </developer>
    452     <developer>
    453       <id>mmoser</id>
    454       <name>Manfred Moser</name>
    455       <email>mmoser (a] apache.org</email>
    456       <roles>
    457         <role>Committer</role>
    458       </roles>
    459       <timezone>-8</timezone>
    460     </developer>
    461     <developer>
    462       <id>nicolas</id>
    463       <name>Nicolas de Loof</name>
    464       <roles>
    465         <role>Committer</role>
    466       </roles>
    467     </developer>
    468     <developer>
    469       <id>pgier</id>
    470       <name>Paul Gier</name>
    471       <email>pgier (a] apache.org</email>
    472       <organization>Red Hat</organization>
    473       <roles>
    474         <role>Committer</role>
    475       </roles>
    476       <timezone>-6</timezone>
    477     </developer>
    478     <developer>
    479       <id>ptahchiev</id>
    480       <name>Petar Tahchiev</name>
    481       <email>ptahchiev (a] apache.org</email>
    482       <roles>
    483         <role>Committer</role>
    484       </roles>
    485       <timezone>+2</timezone>
    486     </developer>
    487     <developer>
    488       <id>rafale</id>
    489       <name>Raphal Pironi</name>
    490       <email>rafale (a] apache.org</email>
    491       <organization>Dexem</organization>
    492       <roles>
    493         <role>Committer</role>
    494       </roles>
    495       <timezone>+1</timezone>
    496     </developer>
    497     <developer>
    498       <id>simonetripodi</id>
    499       <name>Simone Tripodi</name>
    500       <email>simonetripodi (a] apache.org</email>
    501       <roles>
    502         <role>Committer</role>
    503       </roles>
    504       <timezone>+1</timezone>
    505     </developer>
    506     <developer>
    507       <id>struberg</id>
    508       <name>Mark Struberg</name>
    509       <email>struberg (a] apache.org</email>
    510       <roles>
    511         <role>Committer</role>
    512       </roles>
    513     </developer>
    514     <developer>
    515       <id>tchemit</id>
    516       <name>Tony Chemit</name>
    517       <email>tchemit (a] apache.org</email>
    518       <organization>CodeLutin</organization>
    519       <roles>
    520         <role>Committer</role>
    521       </roles>
    522       <timezone>Europe/Paris</timezone>
    523     </developer>
    524     <developer>
    525       <id>tibordigana</id>
    526       <name>Tibor Digaa</name>
    527       <email>tibordigana (a] apache.org</email>
    528       <roles>
    529         <role>Committer</role>
    530       </roles>
    531       <timezone>Europe/Bratislava</timezone>
    532     </developer>
    533     <developer>
    534       <id>vmassol</id>
    535       <name>Vincent Massol</name>
    536       <email>vmassol (a] apache.org</email>
    537       <organization>ASF</organization>
    538       <roles>
    539         <role>Committer</role>
    540       </roles>
    541       <timezone>+1</timezone>
    542     </developer>
    543     <!--End Committers-->
    544 
    545     <developer>
    546       <id>aramirez</id>
    547       <name>Allan Q. Ramirez</name>
    548       <roles>
    549         <role>Emeritus</role>
    550       </roles>
    551     </developer>
    552     <developer>
    553       <id>bayard</id>
    554       <name>Henri Yandell</name>
    555       <roles>
    556         <role>Emeritus</role>
    557       </roles>
    558     </developer>
    559     <developer>
    560       <id>chrisjs</id>
    561       <name>Chris Stevenson</name>
    562       <roles>
    563         <role>Emeritus</role>
    564       </roles>
    565     </developer>
    566     <developer>
    567       <id>dblevins</id>
    568       <name>David Blevins</name>
    569       <roles>
    570         <role>Emeritus</role>
    571       </roles>
    572     </developer>
    573     <developer>
    574       <id>dlr</id>
    575       <name>Daniel Rall</name>
    576       <roles>
    577         <role>Emeritus</role>
    578       </roles>
    579     </developer>
    580     <developer>
    581       <id>epunzalan</id>
    582       <name>Edwin Punzalan</name>
    583       <email>epunzalan (a] apache.org</email>
    584       <roles>
    585         <role>Emeritus</role>
    586       </roles>
    587       <timezone>-8</timezone>
    588     </developer>
    589     <developer>
    590       <id>felipeal</id>
    591       <name>Felipe Leme</name>
    592       <roles>
    593         <role>Emeritus</role>
    594       </roles>
    595     </developer>
    596     <developer>
    597       <id>jmcconnell</id>
    598       <name>Jesse McConnell</name>
    599       <email>jmcconnell (a] apache.org</email>
    600       <organization>ASF</organization>
    601       <roles>
    602         <role>Emeritus</role>
    603       </roles>
    604       <timezone>-6</timezone>
    605     </developer>
    606     <developer>
    607       <id>joakime</id>
    608       <name>Joakim Erdfelt</name>
    609       <email>joakime (a] apache.org</email>
    610       <organization>ASF</organization>
    611       <roles>
    612         <role>Emeritus</role>
    613       </roles>
    614       <timezone>-5</timezone>
    615     </developer>
    616     <developer>
    617       <id>jruiz</id>
    618       <name>Johnny Ruiz III</name>
    619       <email>jruiz (a] apache.org</email>
    620       <roles>
    621         <role>Emeritus</role>
    622       </roles>
    623     </developer>
    624     <developer>
    625       <id>jstrachan</id>
    626       <name>James Strachan</name>
    627       <roles>
    628         <role>Emeritus</role>
    629       </roles>
    630     </developer>
    631     <developer>
    632       <id>jtolentino</id>
    633       <name>Ernesto Tolentino Jr.</name>
    634       <email>jtolentino (a] apache.org</email>
    635       <organization>ASF</organization>
    636       <roles>
    637         <role>Emeritus</role>
    638       </roles>
    639       <timezone>+8</timezone>
    640     </developer>
    641     <developer>
    642       <id>kenney</id>
    643       <name>Kenney Westerhof</name>
    644       <email>kenney (a] apache.org</email>
    645       <organization>Neonics</organization>
    646       <roles>
    647         <role>Emeritus</role>
    648       </roles>
    649       <timezone>+1</timezone>
    650     </developer>
    651     <developer>
    652       <id>mperham</id>
    653       <name>Mike Perham</name>
    654       <email>mperham (a] gmail.com</email>
    655       <organization>IBM</organization>
    656       <roles>
    657         <role>Emeritus</role>
    658       </roles>
    659       <timezone>-6</timezone>
    660     </developer>
    661     <developer>
    662       <id>ogusakov</id>
    663       <name>Oleg Gusakov</name>
    664       <roles>
    665         <role>Emeritus</role>
    666       </roles>
    667     </developer>
    668     <developer>
    669       <id>pschneider</id>
    670       <name>Patrick Schneider</name>
    671       <email>pschneider (a] gmail.com</email>
    672       <roles>
    673         <role>Emeritus</role>
    674       </roles>
    675       <timezone>-6</timezone>
    676     </developer>
    677     <developer>
    678       <id>rinku</id>
    679       <name>Rahul Thakur</name>
    680       <roles>
    681         <role>Emeritus</role>
    682       </roles>
    683     </developer>
    684     <developer>
    685       <id>shinobu</id>
    686       <name>Shinobu Kuwai</name>
    687       <roles>
    688         <role>Emeritus</role>
    689       </roles>
    690     </developer>
    691     <developer>
    692       <id>smorgrav</id>
    693       <name>Torbjorn Eikli Smorgrav</name>
    694       <roles>
    695         <role>Emeritus</role>
    696       </roles>
    697     </developer>
    698     <developer>
    699       <id>trygvis</id>
    700       <name>Trygve Laugstol</name>
    701       <email>trygvis (a] apache.org</email>
    702       <organization>ASF</organization>
    703       <roles>
    704         <role>Emeritus</role>
    705       </roles>
    706       <timezone>+1</timezone>
    707     </developer>
    708     <developer>
    709       <id>wsmoak</id>
    710       <name>Wendy Smoak</name>
    711       <email>wsmoak (a] apache.org</email>
    712       <roles>
    713         <role>Emeritus</role>
    714       </roles>
    715       <timezone>-7</timezone>
    716     </developer>
    717   </developers>
    718 
    719   <mailingLists>
    720     <mailingList>
    721       <name>Maven User List</name>
    722       <subscribe>users-subscribe (a] maven.apache.org</subscribe>
    723       <unsubscribe>users-unsubscribe (a] maven.apache.org</unsubscribe>
    724       <post>users (a] maven.apache.org</post>
    725       <archive>http://mail-archives.apache.org/mod_mbox/maven-users</archive>
    726       <otherArchives>
    727         <otherArchive>http://www.mail-archive.com/users@maven.apache.org/</otherArchive>
    728         <otherArchive>http://maven.40175.n5.nabble.com/Maven-Users-f40176.html</otherArchive>
    729         <otherArchive>http://maven-users.markmail.org/</otherArchive>
    730       </otherArchives>
    731     </mailingList>
    732     <mailingList>
    733       <name>Maven Developer List</name>
    734       <subscribe>dev-subscribe (a] maven.apache.org</subscribe>
    735       <unsubscribe>dev-unsubscribe (a] maven.apache.org</unsubscribe>
    736       <post>dev (a] maven.apache.org</post>
    737       <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
    738       <otherArchives>
    739         <otherArchive>http://www.mail-archive.com/dev@maven.apache.org/</otherArchive>
    740         <otherArchive>http://maven.40175.n5.nabble.com/Maven-Developers-f142166.html</otherArchive>
    741         <otherArchive>http://maven-dev.markmail.org/</otherArchive>
    742       </otherArchives>
    743     </mailingList>
    744     <mailingList>
    745       <name>Maven Issues List</name>
    746       <subscribe>issues-subscribe (a] maven.apache.org</subscribe>
    747       <unsubscribe>issues-unsubscribe (a] maven.apache.org</unsubscribe>
    748       <archive>http://mail-archives.apache.org/mod_mbox/maven-issues/</archive>
    749       <otherArchives>
    750         <otherArchive>http://www.mail-archive.com/issues@maven.apache.org</otherArchive>
    751         <otherArchive>http://maven.40175.n5.nabble.com/Maven-Issues-f219593.html</otherArchive>
    752         <otherArchive>http://maven-issues.markmail.org/</otherArchive>
    753       </otherArchives>
    754     </mailingList>
    755     <mailingList>
    756       <name>Maven Commits List</name>
    757       <subscribe>commits-subscribe (a] maven.apache.org</subscribe>
    758       <unsubscribe>commits-unsubscribe (a] maven.apache.org</unsubscribe>
    759       <archive>http://mail-archives.apache.org/mod_mbox/maven-commits/</archive>
    760       <otherArchives>
    761         <otherArchive>http://www.mail-archive.com/commits@maven.apache.org</otherArchive>
    762         <otherArchive>http://maven.40175.n5.nabble.com/Maven-Commits-f277168.html</otherArchive>
    763         <otherArchive>http://maven-commits.markmail.org/</otherArchive>
    764       </otherArchives>
    765     </mailingList>
    766     <mailingList>
    767       <name>Maven Announcements List</name>
    768       <post>announce (a] maven.apache.org</post>
    769       <subscribe>announce-subscribe (a] maven.apache.org</subscribe>
    770       <unsubscribe>announce-unsubscribe (a] maven.apache.org</unsubscribe>
    771       <archive>http://mail-archives.apache.org/mod_mbox/maven-announce/</archive>
    772       <otherArchives>
    773         <otherArchive>http://www.mail-archive.com/announce@maven.apache.org</otherArchive>
    774         <otherArchive>http://maven.40175.n5.nabble.com/Maven-Announcements-f326045.html</otherArchive>
    775         <otherArchive>http://maven-announce.markmail.org/</otherArchive>
    776       </otherArchives>
    777     </mailingList>
    778     <mailingList>
    779       <name>Maven Notifications List</name>
    780       <subscribe>notifications-subscribe (a] maven.apache.org</subscribe>
    781       <unsubscribe>notifications-unsubscribe (a] maven.apache.org</unsubscribe>
    782       <archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</archive>
    783       <otherArchives>
    784         <otherArchive>http://www.mail-archive.com/notifications@maven.apache.org</otherArchive>
    785         <otherArchive>http://maven.40175.n5.nabble.com/Maven-Notifications-f301718.html</otherArchive>
    786         <otherArchive>http://maven-notifications.markmail.org/</otherArchive>
    787       </otherArchives>
    788     </mailingList>
    789   </mailingLists>
    790 
    791   <scm>
    792     <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/tags/maven-parent-27</connection>
    793     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/maven-parent-27</developerConnection>
    794     <url>http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-27</url>
    795   </scm>
    796 
    797   <ciManagement>
    798     <system>Jenkins</system>
    799     <url>https://builds.apache.org/view/M-R/view/Maven</url>
    800     <notifiers>
    801       <notifier>
    802         <type>mail</type>
    803         <configuration>
    804           <address>notifications (a] maven.apache.org</address>
    805         </configuration>
    806       </notifier>
    807     </notifiers>
    808   </ciManagement>
    809   <distributionManagement>
    810     <site>
    811       <id>apache.website</id>
    812       <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/components/${maven.site.path}</url>
    813     </site>
    814   </distributionManagement>
    815 
    816   <properties>
    817     <javaVersion>6</javaVersion>
    818     <maven.compiler.source>1.${javaVersion}</maven.compiler.source>
    819     <maven.compiler.target>1.${javaVersion}</maven.compiler.target>    
    820     <sonar.host.url>https://analysis.apache.org/</sonar.host.url>
    821     <maven.site.cache>${user.home}/maven-sites</maven.site.cache>
    822     <maven.site.path>../..</maven.site.path><!-- to be overridden -->
    823     <mavenPluginToolsVersion>3.4</mavenPluginToolsVersion>
    824     <!-- don't fail check for some rules that are too hard to enforce (could even be told broken for some) -->
    825     <checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength</checkstyle.violation.ignore>
    826   </properties>
    827 
    828   <dependencyManagement>
    829     <dependencies>
    830       <dependency>
    831         <groupId>org.codehaus.plexus</groupId>
    832         <artifactId>plexus-component-annotations</artifactId>
    833         <version>1.5.5</version>
    834       </dependency>
    835       <dependency>
    836         <groupId>org.apache.maven.plugin-tools</groupId>
    837         <artifactId>maven-plugin-annotations</artifactId>
    838         <version>${mavenPluginToolsVersion}</version>
    839         <scope>provided</scope>
    840       </dependency>
    841     </dependencies>
    842   </dependencyManagement>
    843 
    844   <repositories>
    845     <repository>
    846       <id>apache.snapshots</id>
    847       <name>Apache Snapshot Repository</name>
    848       <url>http://repository.apache.org/snapshots</url>
    849       <releases>
    850         <enabled>false</enabled>
    851       </releases>
    852     </repository>
    853   </repositories>
    854 
    855   <build>
    856     <pluginManagement>
    857       <plugins>
    858         <!-- The Maven universe targets Java 5 minimum, with generics -->
    859         <plugin>
    860           <groupId>org.apache.maven.plugins</groupId>
    861           <artifactId>maven-plugin-plugin</artifactId>
    862           <version>${mavenPluginToolsVersion}</version>
    863           <configuration>
    864             <useJava5>true</useJava5>
    865           </configuration>
    866         </plugin>
    867         <plugin>
    868           <groupId>org.codehaus.modello</groupId>
    869           <artifactId>modello-maven-plugin</artifactId>
    870           <version>1.8.1</version>
    871           <configuration>
    872             <useJava5>true</useJava5>
    873           </configuration>
    874         </plugin>
    875         <!-- site publishing configuration -->
    876         <plugin>
    877           <groupId>org.apache.maven.plugins</groupId>
    878           <artifactId>maven-site-plugin</artifactId>
    879           <configuration>
    880             <!-- for multi-modules site staging -->
    881             <topSiteURL>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/components/${maven.site.path}</topSiteURL>
    882           </configuration>
    883         </plugin>
    884         <plugin>
    885           <groupId>org.apache.maven.plugins</groupId>
    886           <artifactId>maven-scm-publish-plugin</artifactId>
    887           <configuration>
    888             <checkoutDirectory>${maven.site.cache}/${maven.site.path}</checkoutDirectory>
    889             <tryUpdate>true</tryUpdate>
    890           </configuration>
    891         </plugin>
    892         <!-- Plexus description generator is either plexus-maven-plugin or plexus-component-metadata -->
    893         <plugin>
    894           <groupId>org.codehaus.plexus</groupId>
    895           <artifactId>plexus-maven-plugin</artifactId>
    896           <version>1.3.8</version>
    897         </plugin>
    898         <plugin>
    899           <groupId>org.codehaus.plexus</groupId>
    900           <artifactId>plexus-component-metadata</artifactId>
    901           <version>1.5.5</version>
    902         </plugin>
    903         <plugin>
    904           <groupId>org.apache.maven.plugins</groupId>
    905           <artifactId>maven-checkstyle-plugin</artifactId>
    906           <version>2.15</version>
    907           <configuration>
    908             <configLocation>config/maven_checks.xml</configLocation>
    909             <headerLocation>config/maven-header.txt</headerLocation>
    910             <!-- workaround to avoid analysing generated content (Modello, plugin help mojo, ...) -->
    911             <sourceDirectory>src/main/java</sourceDirectory>
    912             <testSourceDirectory>src/test/java</testSourceDirectory>
    913           </configuration>
    914         </plugin>
    915         <plugin>
    916           <groupId>org.apache.maven.plugins</groupId>
    917           <artifactId>maven-jxr-plugin</artifactId>
    918           <version>2.5</version>
    919         </plugin>
    920         <plugin>
    921           <groupId>org.apache.maven.plugins</groupId>
    922           <artifactId>maven-pmd-plugin</artifactId>
    923           <version>3.5</version>
    924           <configuration>
    925             <targetJdk>${maven.compiler.target}</targetJdk>
    926             <rulesets>
    927               <ruleset>rulesets/maven.xml</ruleset>
    928             </rulesets>
    929             <excludeRoots>
    930               <excludeRoot>${project.build.directory}/generated-sources/modello</excludeRoot>
    931               <excludeRoot>${project.build.directory}/generated-sources/plugin</excludeRoot>
    932             </excludeRoots>
    933           </configuration>
    934         </plugin>
    935         <plugin>
    936           <groupId>org.apache.maven.plugins</groupId>
    937           <artifactId>maven-project-info-reports-plugin</artifactId>
    938           <version>2.8.1</version>
    939         </plugin>
    940         <plugin>
    941           <groupId>org.apache.maven.plugins</groupId>
    942           <artifactId>maven-release-plugin</artifactId>
    943           <version>2.5.2</version>
    944           <configuration>
    945             <useReleaseProfiles>true</useReleaseProfiles>
    946             <releaseProfiles>apache-release</releaseProfiles>
    947             <goals>deploy</goals>
    948             <arguments>${arguments}</arguments>
    949           </configuration>
    950         </plugin>
    951         <plugin>
    952           <groupId>org.apache.maven.plugins</groupId>
    953           <artifactId>maven-toolchains-plugin</artifactId>
    954           <version>1.1</version>
    955         </plugin>
    956         <!--remove when apache-parent updates this plugin -->
    957         <plugin>
    958           <groupId>org.apache.maven.plugins</groupId>
    959           <artifactId>maven-gpg-plugin</artifactId>
    960           <version>1.6</version>
    961         </plugin>        
    962         <plugin>
    963           <groupId>org.codehaus.mojo</groupId>
    964           <artifactId>findbugs-maven-plugin</artifactId>
    965           <version>2.5.5</version>
    966         </plugin>
    967         <plugin>
    968           <groupId>org.codehaus.mojo</groupId>
    969           <artifactId>taglist-maven-plugin</artifactId>
    970           <version>2.4</version>
    971         </plugin>
    972       </plugins>
    973     </pluginManagement>
    974     <plugins>
    975       <plugin>
    976         <groupId>org.apache.maven.plugins</groupId>
    977         <artifactId>maven-checkstyle-plugin</artifactId>
    978         <executions>
    979           <execution>
    980             <id>checkstyle-check</id>
    981             <goals>
    982               <goal>check</goal>
    983             </goals>
    984           </execution>
    985         </executions>
    986       </plugin>
    987       <plugin>
    988         <groupId>org.apache.maven.plugins</groupId>
    989         <artifactId>maven-enforcer-plugin</artifactId>
    990         <executions>
    991           <execution>
    992             <id>enforce-bytecode-version</id>
    993             <goals>
    994               <goal>enforce</goal>
    995             </goals>
    996             <configuration>
    997               <rules>
    998                 <enforceBytecodeVersion>
    999                   <maxJdkVersion>${maven.compiler.target}</maxJdkVersion>
   1000                 </enforceBytecodeVersion>
   1001               </rules>
   1002               <fail>true</fail>
   1003             </configuration>
   1004           </execution>
   1005           <execution>
   1006             <id>ban-known-bad-maven-versions</id>
   1007             <goals>
   1008               <goal>enforce</goal>
   1009             </goals>
   1010             <configuration>
   1011               <rules>
   1012                 <requireMavenVersion>
   1013                   <version>[3.0.4,)</version>
   1014                   <message>Maven 3.0 through 3.0.3 inclusive do not pass correct settings.xml to Maven Release Plugin.</message>
   1015                 </requireMavenVersion>
   1016               </rules>
   1017             </configuration>
   1018           </execution>
   1019         </executions>
   1020         <dependencies>
   1021           <dependency>
   1022             <groupId>org.codehaus.mojo</groupId>
   1023             <artifactId>extra-enforcer-rules</artifactId>
   1024             <version>1.0-beta-3</version>
   1025           </dependency>
   1026         </dependencies>
   1027       </plugin>
   1028       <plugin>
   1029         <groupId>org.apache.rat</groupId>
   1030         <artifactId>apache-rat-plugin</artifactId>
   1031         <executions>
   1032           <execution>
   1033             <id>rat-check</id>
   1034             <goals>
   1035               <goal>check</goal>
   1036             </goals>
   1037             <!--
   1038                  The following configuration is needed otherwise 
   1039                  a release source package can't be built without
   1040                  changing it.
   1041                  https://issues.apache.org/jira/browse/RAT-184
   1042             -->
   1043             <configuration>
   1044               <excludes>
   1045                 <exclude>DEPENDENCIES</exclude>
   1046               </excludes>
   1047             </configuration>
   1048           </execution>
   1049         </executions>
   1050       </plugin>      
   1051     </plugins>
   1052   </build>
   1053 
   1054   <reporting>
   1055     <plugins>
   1056       <plugin>
   1057         <groupId>org.apache.maven.plugins</groupId>
   1058         <artifactId>maven-project-info-reports-plugin</artifactId>
   1059         <configuration>
   1060           <dependencyLocationsEnabled>false</dependencyLocationsEnabled><!-- waiting for MPIR-267 -->
   1061         </configuration>
   1062         <reportSets>
   1063           <reportSet>
   1064             <reports>
   1065               <report>index</report>
   1066               <report>summary</report>
   1067               <report>dependency-info</report>
   1068               <report>modules</report>
   1069               <report>project-team</report>
   1070               <report>scm</report>
   1071               <report>issue-tracking</report>
   1072               <report>mailing-list</report>
   1073               <report>dependency-management</report>
   1074               <report>dependencies</report>
   1075               <report>dependency-convergence</report>
   1076               <report>cim</report>
   1077               <report>plugin-management</report>
   1078               <report>plugins</report>
   1079               <report>distribution-management</report>
   1080             </reports>
   1081           </reportSet>
   1082         </reportSets>
   1083       </plugin>
   1084     </plugins>
   1085   </reporting>
   1086 
   1087   <profiles>
   1088     <profile>
   1089       <id>jdk-toolchain</id>
   1090       <build>
   1091         <plugins>
   1092           <plugin>
   1093             <groupId>org.apache.maven.plugins</groupId>
   1094             <artifactId>maven-toolchains-plugin</artifactId>
   1095             <configuration>
   1096               <toolchains>
   1097                 <jdk>
   1098                   <version>${maven.compiler.target}</version>
   1099                 </jdk>
   1100               </toolchains>
   1101             </configuration>
   1102             <executions>
   1103               <execution>
   1104                 <goals>
   1105                   <goal>toolchain</goal>
   1106                 </goals>
   1107               </execution>
   1108             </executions>
   1109           </plugin>
   1110         </plugins>
   1111       </build>
   1112     </profile>
   1113     <profile>
   1114       <id>quality-checks</id>
   1115       <activation>
   1116         <property>
   1117           <name>quality-checks</name>
   1118           <value>true</value>
   1119         </property>
   1120       </activation>
   1121       <build>
   1122         <plugins>
   1123           <!--<plugin>
   1124           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.
   1125             <groupId>org.codehaus.mojo</groupId>
   1126             <artifactId>clirr-maven-plugin</artifactId>
   1127             <executions>
   1128               <execution>
   1129                 <id>clirr-check</id>
   1130                 <phase>verify</phase>
   1131                 <goals>
   1132                   <goal>check</goal>
   1133                 </goals>
   1134               </execution>
   1135             </executions>
   1136           </plugin>-->
   1137           <plugin>
   1138             <groupId>org.apache.maven.plugins</groupId>
   1139             <artifactId>maven-pmd-plugin</artifactId>
   1140             <executions>
   1141               <execution>
   1142                 <id>cpd-check</id>
   1143                 <phase>verify</phase>
   1144                 <goals>
   1145                   <goal>cpd-check</goal>
   1146                 </goals>
   1147               </execution>
   1148             </executions>
   1149           </plugin>
   1150         </plugins>
   1151       </build>
   1152     </profile>
   1153     <profile>
   1154       <id>reporting</id>
   1155       <reporting>
   1156         <plugins>
   1157         <!-- plugin versions and configuration can be moved to pluginManagement when we don't target Maven 2 any more -->
   1158           <plugin>
   1159             <groupId>org.apache.maven.plugins</groupId>
   1160             <artifactId>maven-project-info-reports-plugin</artifactId>
   1161           </plugin>
   1162           <plugin>
   1163             <groupId>org.apache.maven.plugins</groupId>
   1164             <artifactId>maven-surefire-report-plugin</artifactId>
   1165           </plugin>
   1166           <plugin>
   1167             <groupId>org.apache.maven.plugins</groupId>
   1168             <artifactId>maven-checkstyle-plugin</artifactId>
   1169             <reportSets>
   1170               <reportSet>
   1171                 <id>default</id>
   1172                 <reports>
   1173                   <report>checkstyle</report>
   1174                 </reports>
   1175               </reportSet>
   1176             </reportSets>
   1177           </plugin>
   1178           <plugin>
   1179             <groupId>org.apache.maven.plugins</groupId>
   1180             <artifactId>maven-pmd-plugin</artifactId>
   1181           </plugin>
   1182           <plugin>
   1183             <groupId>org.apache.maven.plugins</groupId>
   1184             <artifactId>maven-jxr-plugin</artifactId>
   1185             <reportSets>
   1186               <reportSet>
   1187                 <id>default</id>
   1188                 <reports>
   1189                   <report>jxr</report>
   1190                   <report>test-jxr</report>
   1191                 </reports>
   1192               </reportSet>
   1193             </reportSets>
   1194           </plugin>
   1195           <!-- Taglist Plugin must be executed after JXR Plugin -->
   1196           <plugin>
   1197             <groupId>org.codehaus.mojo</groupId>
   1198             <artifactId>taglist-maven-plugin</artifactId>
   1199             <configuration>
   1200               <tagListOptions>
   1201                 <tagClasses>
   1202                   <tagClass>
   1203                     <displayName>FIXME Work</displayName>
   1204                     <tags>
   1205                       <tag>
   1206                         <matchString>fixme</matchString>
   1207                         <matchType>ignoreCase</matchType>
   1208                       </tag>
   1209                       <tag>
   1210                         <matchString>@fixme</matchString>
   1211                         <matchType>ignoreCase</matchType>
   1212                       </tag>
   1213                     </tags>
   1214                   </tagClass>
   1215                   <tagClass>
   1216                     <displayName>Todo Work</displayName>
   1217                     <tags>
   1218                       <tag>
   1219                         <matchString>todo</matchString>
   1220                         <matchType>ignoreCase</matchType>
   1221                       </tag>
   1222                       <tag>
   1223                         <matchString>@todo</matchString>
   1224                         <matchType>ignoreCase</matchType>
   1225                       </tag>
   1226                     </tags>
   1227                   </tagClass>
   1228                   <tagClass>
   1229                     <displayName>Deprecated Work</displayName>
   1230                     <tags>
   1231                       <tag>
   1232                         <matchString>@deprecated</matchString>
   1233                         <matchType>ignoreCase</matchType>
   1234                       </tag>
   1235                     </tags>
   1236                   </tagClass>
   1237                 </tagClasses>
   1238               </tagListOptions>
   1239             </configuration>
   1240           </plugin>
   1241           <plugin>
   1242             <groupId>org.apache.maven.plugins</groupId>
   1243             <artifactId>maven-javadoc-plugin</artifactId>
   1244             <configuration>
   1245               <notimestamp>true</notimestamp>
   1246               <quiet>true</quiet>
   1247               <links>
   1248                 <link>http://commons.apache.org/proper/commons-collections/javadocs/api-release</link>
   1249                 <link>http://junit.org/javadoc/4.10/</link>
   1250                 <link>http://logging.apache.org/log4j/1.2/apidocs/</link>
   1251                 <link>http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/</link>
   1252               </links>
   1253               <detectLinks>true</detectLinks>
   1254               <tagletArtifacts>
   1255                 <tagletArtifact>
   1256                   <groupId>org.apache.maven.plugin-tools</groupId>
   1257                   <artifactId>maven-plugin-tools-javadoc</artifactId>
   1258                   <version>${mavenPluginToolsVersion}</version>
   1259                 </tagletArtifact>
   1260                 <tagletArtifact>
   1261                   <groupId>org.codehaus.plexus</groupId>
   1262                   <artifactId>plexus-javadoc</artifactId>
   1263                   <version>1.0</version>
   1264                 </tagletArtifact>
   1265               </tagletArtifacts>
   1266             </configuration>
   1267             <reportSets>
   1268               <reportSet>
   1269                 <id>default</id>
   1270                 <reports>
   1271                   <report>javadoc</report>
   1272                   <report>test-javadoc</report>
   1273                 </reports>
   1274               </reportSet>
   1275             </reportSets>
   1276           </plugin>
   1277           <!--plugin>
   1278             <groupId>org.codehaus.mojo</groupId>
   1279             <artifactId>clirr-maven-plugin</artifactId>
   1280             <version>2.2.2</version>
   1281           </plugin-->
   1282           <plugin>
   1283             <groupId>org.codehaus.mojo</groupId>
   1284             <artifactId>findbugs-maven-plugin</artifactId>
   1285           </plugin>
   1286           <plugin>
   1287             <groupId>org.codehaus.sonar-plugins</groupId>
   1288             <artifactId>maven-report</artifactId>
   1289             <version>0.1</version>
   1290           </plugin>
   1291         </plugins>
   1292       </reporting>
   1293     </profile>
   1294   </profiles>
   1295 </project>
   1296