Home | History | Annotate | Download | only in lib
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!--
      3    $HeadURL: https://svn.apache.org/repos/asf/httpcomponents/project/pom.xml $
      4    $Revision: 889371 $
      5    $Date: 2009-12-10 20:02:13 +0100 (Thu, 10 Dec 2009) $
      6 
      7    ====================================================================
      8    Licensed to the Apache Software Foundation (ASF) under one
      9    or more contributor license agreements.  See the NOTICE file
     10    distributed with this work for additional information
     11    regarding copyright ownership.  The ASF licenses this file
     12    to you under the Apache License, Version 2.0 (the
     13    "License"); you may not use this file except in compliance
     14    with the License.  You may obtain a copy of the License at
     15 
     16      http://www.apache.org/licenses/LICENSE-2.0
     17 
     18    Unless required by applicable law or agreed to in writing,
     19    software distributed under the License is distributed on an
     20    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
     21    KIND, either express or implied.  See the License for the
     22    specific language governing permissions and limitations
     23    under the License.
     24    ====================================================================
     25 
     26    This software consists of voluntary contributions made by many
     27    individuals on behalf of the Apache Software Foundation.  For more
     28    information on the Apache Software Foundation, please see
     29    <http://www.apache.org/>.
     30  -->
     31 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     32   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     33   <modelVersion>4.0.0</modelVersion>
     34   <groupId>org.apache.httpcomponents</groupId>
     35   <artifactId>project</artifactId>
     36   <version>4.0</version>
     37   <packaging>pom</packaging>
     38   <name>HttpComponents</name>
     39   <url>http://hc.apache.org/</url>
     40   <description>Components to build HTTP enabled services</description>
     41   <inceptionYear>2005</inceptionYear>
     42 
     43   <organization>
     44     <name>Apache Software Foundation</name>
     45     <url>http://www.apache.org/</url>
     46   </organization>
     47 
     48   <issueManagement>
     49     <system>Jira</system>
     50     <url>http://issues.apache.org/jira/</url>
     51   </issueManagement>
     52 
     53   <scm>
     54     <connection>scm:svn:http://svn.apache.org/repos/asf/httpcomponents/project</connection>
     55     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/project</developerConnection>
     56     <url>http://svn.apache.org/repos/asf/httpcomponents/project</url>
     57   </scm>
     58 
     59   <developers>
     60     <developer>
     61       <name>Ortwin Glueck</name>
     62       <id>oglueck</id>
     63       <email>oglueck -at- apache.org</email>
     64       <organization></organization>
     65       <roles>
     66         <role>Java Developer</role>
     67         <role>PMC</role>
     68       </roles>
     69       <url>http://www.odi.ch/</url>
     70       <timezone>+1</timezone>
     71     </developer>
     72     <developer>
     73       <name>Oleg Kalnichevski</name>
     74       <id>olegk</id>
     75       <email>olegk -at- apache.org</email>
     76       <roles>
     77         <role>Java Developer</role>
     78         <role>PMC</role>
     79       </roles>
     80       <timezone>+1</timezone>
     81     </developer>
     82     <developer>
     83       <name>Asankha C. Perera</name>
     84       <id>asankha</id>
     85       <email>asankha -at- apache.org</email>
     86       <roles>
     87         <role>Java Developer</role>
     88         <role>PMC</role>
     89       </roles>
     90       <timezone>+5.5</timezone>
     91     </developer>
     92     <developer>
     93       <name>Sebastian Bazley</name>
     94       <id>sebb</id>
     95       <email>sebb -at- apache.org</email>
     96       <roles>
     97         <role>Java Developer</role>
     98         <role>PMC</role>
     99       </roles>
    100       <timezone></timezone>
    101     </developer>
    102     <developer>
    103       <name>Erik Abele</name>
    104       <id>erikabele</id>
    105       <email>erikabele -at- apache.org</email>
    106       <roles>
    107         <role>Java Developer</role>
    108         <role>PMC Chair</role>
    109       </roles>
    110       <url>http://www.codefaktor.de/</url>
    111       <timezone>+1</timezone>
    112     </developer>
    113     <developer>
    114       <name>Ant Elder</name>
    115       <id>antelder</id>
    116       <email>antelder -at- apache.org</email>
    117       <roles>
    118         <role>Java Developer</role>
    119         <role>PMC</role>
    120       </roles>
    121       <timezone></timezone>
    122     </developer>
    123     <developer>
    124       <name>Paul Fremantle</name>
    125       <id>pzf</id>
    126       <email>pzf -at- apache.org</email>
    127       <roles>
    128         <role>Java Developer</role>
    129         <role>PMC</role>
    130       </roles>
    131       <timezone></timezone>
    132     </developer>
    133     <developer>
    134       <name>Roland Weber</name>
    135       <id>rolandw</id>
    136       <email>rolandw -at- apache.org</email>
    137       <roles>
    138         <role>Emeritus PMC</role>
    139       </roles>
    140       <timezone>+1</timezone>
    141     </developer>
    142     <developer>
    143       <name>Sam Berlin</name>
    144       <id>sberlin</id>
    145       <email>sberlin -at- apache.org</email>
    146       <roles>
    147         <role>Committer</role>
    148       </roles>
    149       <timezone>-4</timezone>
    150     </developer>
    151     <developer>
    152       <name>Sean C. Sullivan</name>
    153       <id>sullis</id>
    154       <email>sullis -at- apache.org</email>
    155       <roles>
    156         <role>Committer</role>
    157       </roles>
    158       <timezone>-8</timezone>
    159     </developer>
    160   </developers>
    161 
    162   <contributors>
    163     <contributor>
    164       <name>Julius Davies</name>
    165       <email>juliusdavies -at- cucbc.com</email>
    166     </contributor>
    167     <contributor>
    168       <name>Andrea Selva</name>
    169       <email>selva.andre -at- gmail.com</email>
    170     </contributor>
    171     <contributor>
    172       <name>Steffen Pingel</name>
    173       <email>spingel -at- limewire.com</email>
    174     </contributor>
    175     <contributor>
    176       <name>Quintin Beukes</name>
    177       <email>quintin -at- last.za.net</email>
    178     </contributor>
    179     <contributor>
    180       <name>Marc Beyerle</name>
    181       <email>marc.beyerle -at- de.ibm.com</email>
    182     </contributor>
    183     <contributor>
    184       <name>James Abley</name>
    185       <email>james.abley -at- gmail.com</email>
    186     </contributor>
    187   </contributors>
    188   <mailingLists>
    189     <mailingList>
    190       <name>HttpClient User List</name>
    191       <subscribe>httpclient-users-subscribe (a] hc.apache.org</subscribe>
    192       <unsubscribe>httpclient-users-unsubscribe (a] hc.apache.org</unsubscribe>
    193       <post>httpclient-users (a] hc.apache.org</post>
    194       <archive>http://mail-archives.apache.org/mod_mbox/hc-httpclient-users/</archive>
    195       <otherArchives>
    196         <otherArchive>http://www.nabble.com/HttpClient-User-f20180.html</otherArchive>
    197         <otherArchive>http://marc.info/?l=httpclient-users</otherArchive>
    198         <otherArchive>http://hc.apache.org/mail/httpclient-users/</otherArchive>
    199       </otherArchives>
    200     </mailingList>
    201     <mailingList>
    202       <name>HttpComponents Dev List</name>
    203       <subscribe>dev-subscribe (a] hc.apache.org</subscribe>
    204       <unsubscribe>dev-unsubscribe (a] hc.apache.org</unsubscribe>
    205       <post>dev (a] hc.apache.org</post>
    206       <archive>http://mail-archives.apache.org/mod_mbox/hc-dev/</archive>
    207       <otherArchives>
    208         <otherArchive>http://www.nabble.com/HttpComponents-Dev-f20179.html</otherArchive>
    209         <otherArchive>http://marc.info/?l=httpclient-commons-dev</otherArchive>
    210         <otherArchive>http://hc.apache.org/mail/dev/</otherArchive>
    211       </otherArchives>
    212     </mailingList>
    213     <mailingList>
    214       <name>HttpComponents Commits List</name>
    215       <subscribe>commits-subscribe (a] hc.apache.org</subscribe>
    216       <unsubscribe>commits-unsubscribe (a] hc.apache.org</unsubscribe>
    217       <archive>http://mail-archives.apache.org/mod_mbox/hc-commits/</archive>
    218       <otherArchives>
    219         <otherArchive>http://marc.info/?l=httpcomponents-commits</otherArchive>
    220         <otherArchive>http://hc.apache.org/mail/commits/</otherArchive>
    221       </otherArchives>
    222     </mailingList>
    223   </mailingLists>
    224 
    225  <distributionManagement>
    226     <repository>
    227       <id>apache.releases</id>
    228       <name>Apache Release Repository</name>
    229       <url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
    230     </repository>
    231     <snapshotRepository>
    232       <id>apache.snapshots</id>
    233       <name>Apache Snapshot Repository</name>
    234       <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
    235     </snapshotRepository>
    236     <site>
    237       <id>apache.website</id>
    238       <name>Apache Website</name>
    239       <url>scp://people.apache.org/www/hc.apache.org/</url>
    240     </site>
    241   </distributionManagement>
    242 
    243   <build>
    244     <plugins>
    245       <plugin>
    246         <artifactId>maven-compiler-plugin</artifactId>
    247         <configuration>
    248           <source>${maven.compile.source}</source>
    249           <target>${maven.compile.target}</target>
    250         </configuration>
    251       </plugin>
    252       <plugin>
    253         <artifactId>maven-jar-plugin</artifactId>
    254         <configuration>
    255           <archive>
    256             <manifestEntries>
    257               <Specification-Title>Apache ${pom.name}</Specification-Title>
    258               <Specification-Vendor>Apache Software Foundation</Specification-Vendor>
    259               <Implementation-Vendor>Apache Software Foundation</Implementation-Vendor>
    260               <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
    261               <Implementation-Version>${pom.version}</Implementation-Version>
    262               <X-Compile-Source-JDK>${maven.compile.source}</X-Compile-Source-JDK>
    263               <X-Compile-Target-JDK>${maven.compile.target}</X-Compile-Target-JDK>
    264             </manifestEntries>
    265           </archive>
    266         </configuration>
    267       </plugin>
    268       <plugin>
    269         <groupId>org.apache.maven.plugins</groupId>
    270         <artifactId>maven-site-plugin</artifactId>
    271       </plugin>
    272     </plugins>
    273     <pluginManagement>
    274       <plugins>
    275         <plugin>
    276           <groupId>org.apache.maven.plugins</groupId>
    277           <artifactId>maven-gpg-plugin</artifactId>
    278           <executions>
    279             <execution>
    280               <id>sign-artifacts</id>
    281               <phase>verify</phase>
    282               <goals>
    283                 <goal>sign</goal>
    284               </goals>
    285             </execution>
    286           </executions>
    287         </plugin>
    288         <plugin>
    289           <groupId>com.atlassian.maven.plugins</groupId>
    290           <artifactId>maven-clover2-plugin</artifactId>
    291           <version>2.6.3</version>
    292         </plugin>
    293         <plugin>
    294           <groupId>com.agilejava.docbkx</groupId>
    295           <artifactId>docbkx-maven-plugin</artifactId>
    296           <version>2.0.9</version>
    297           <executions>
    298             <execution>
    299               <goals>
    300                 <goal>generate-html</goal>
    301                 <goal>generate-pdf</goal>
    302               </goals>
    303               <phase>pre-site</phase>
    304             </execution>
    305           </executions>
    306           <dependencies>
    307             <dependency>
    308               <groupId>org.docbook</groupId>
    309               <artifactId>docbook-xml</artifactId>
    310               <version>4.4</version>
    311               <scope>runtime</scope>
    312             </dependency>
    313           </dependencies>
    314           <configuration>
    315             <includes>index.xml</includes>
    316             <chunkedOutput>true</chunkedOutput>
    317             <xincludeSupported>true</xincludeSupported>
    318             <foCustomization>src/docbkx/resources/xsl/fopdf.xsl</foCustomization>
    319             <htmlCustomization>src/docbkx/resources/xsl/html_chunk.xsl</htmlCustomization>
    320             <htmlStylesheet>css/hc-tutorial.css</htmlStylesheet>
    321             <entities>
    322               <entity>
    323                 <name>version</name>
    324                 <value>${pom.version}</value>
    325               </entity>
    326             </entities>
    327           </configuration>
    328         </plugin>
    329         <plugin>
    330           <groupId>org.apache.felix</groupId>
    331           <artifactId>maven-bundle-plugin</artifactId>
    332           <version>2.0.1</version>
    333         </plugin>
    334         <plugin>
    335            <groupId>org.apache.maven.plugins</groupId>
    336            <artifactId>maven-project-info-reports-plugin</artifactId>
    337            <version>2.0.1</version>
    338         </plugin>
    339         <plugin>
    340           <artifactId>maven-surefire-report-plugin</artifactId>
    341           <version>2.4.3</version>
    342         </plugin>
    343         <plugin>
    344           <groupId>org.codehaus.mojo</groupId>
    345           <artifactId>clirr-maven-plugin</artifactId>
    346           <version>2.1.1</version>
    347         </plugin>
    348         <plugin>
    349           <artifactId>maven-jxr-plugin</artifactId>
    350           <version>2.1</version>
    351         </plugin>
    352       </plugins>
    353     </pluginManagement>
    354   </build>
    355 
    356   <reporting>
    357     <plugins>
    358         <plugin>
    359            <groupId>org.apache.maven.plugins</groupId>
    360            <artifactId>maven-project-info-reports-plugin</artifactId>
    361            <reportSets>
    362              <reportSet>
    363                <reports>
    364                  <report>project-team</report>
    365                  <report>mailing-list</report>
    366                  <report>issue-tracking</report>
    367                  <report>scm</report>
    368                </reports>
    369              </reportSet>
    370            </reportSets>
    371         </plugin>
    372     </plugins>
    373   </reporting>
    374 
    375   <modules>
    376     <module>../httpcore</module>
    377     <module>../httpclient</module>
    378   </modules>
    379 
    380  <profiles>
    381    <profile>
    382      <id>release</id>
    383      <build>
    384        <plugins>
    385          <plugin>
    386            <groupId>org.apache.maven.plugins</groupId>
    387            <artifactId>maven-gpg-plugin</artifactId>
    388          </plugin>
    389        </plugins>
    390      </build>
    391    </profile>
    392  </profiles>
    393 
    394 </project>
    395