Home | History | Annotate | Download | only in lib
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!--
      3 Licensed to the Apache Software Foundation (ASF) under one
      4 or more contributor license agreements.  See the NOTICE file
      5 distributed with this work for additional information
      6 regarding copyright ownership.  The ASF licenses this file
      7 to you under the Apache License, Version 2.0 (the
      8 "License"); you may not use this file except in compliance
      9 with the License.  You may obtain a copy of the License at
     10 
     11   http://www.apache.org/licenses/LICENSE-2.0
     12 
     13 Unless required by applicable law or agreed to in writing,
     14 software distributed under the License is distributed on an
     15 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
     16 KIND, either express or implied.  See the License for the
     17 specific language governing permissions and limitations
     18 under the License.
     19 -->
     20 <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">
     21   <modelVersion>4.0.0</modelVersion>
     22 
     23   <parent>
     24     <artifactId>maven-parent</artifactId>
     25     <groupId>org.apache.maven</groupId>
     26     <version>11</version>
     27     <relativePath>../pom/maven/pom.xml</relativePath>
     28   </parent>
     29 
     30   <groupId>org.apache.maven.wagon</groupId>
     31   <artifactId>wagon</artifactId>
     32   <version>1.0-beta-6</version>
     33   <packaging>pom</packaging>
     34 
     35   <name>Maven Wagon</name>
     36   <description>Tools to manage artifacts and deployment</description>
     37   <url>http://maven.apache.org/wagon</url>
     38   <inceptionYear>2003</inceptionYear>
     39 
     40   <developers>
     41     <developer>
     42       <id>michal</id>
     43       <name>Michal Maczka</name>
     44       <email>michal (a] codehaus.org</email>
     45       <organization>Codehaus</organization>
     46       <roles>
     47         <role>Developer</role>
     48       </roles>
     49     </developer>
     50   </developers>
     51   <contributors>
     52     <contributor>
     53       <name>James William Dumay</name>
     54     </contributor>
     55     <contributor>
     56       <name>Nathan Beyer</name>
     57     </contributor>
     58     <contributor>
     59       <name>Gregory Block</name>
     60     </contributor>
     61     <contributor>
     62       <name>Thomas Recloux</name>
     63     </contributor>
     64     <contributor>
     65       <name>Trustin Lee</name>
     66     </contributor>
     67     <contributor>
     68       <name>John Wells</name>
     69     </contributor>
     70     <contributor>
     71       <name>Marcel Schutte</name>
     72     </contributor>
     73     <contributor>
     74       <name>David Hawkins</name>
     75     </contributor>
     76     <contributor>
     77       <name>Juan F. Codagnone</name>
     78     </contributor>
     79     <contributor>
     80       <name>ysoonleo</name>
     81     </contributor>
     82     <contributor>
     83       <name>Thomas Champagne</name>
     84     </contributor>
     85     <contributor>
     86       <name>M. van der Plas</name>
     87     </contributor>
     88     <contributor>
     89       <name>Jason Dillon</name>
     90     </contributor>
     91     <contributor>
     92       <name>Jochen Wiedmann</name>
     93     </contributor>
     94     <contributor>
     95       <name>Gilles Scokart</name>
     96     </contributor>
     97     <contributor>
     98       <name>Wolfgang Glas</name>
     99     </contributor>
    100     <contributor>
    101       <name>Kohsuke Kawaguchi</name>
    102     </contributor>
    103     <contributor>
    104       <name>Antti Virtanen</name>
    105     </contributor>
    106   </contributors>
    107 
    108   <mailingLists>
    109     <mailingList>
    110       <name>Wagon User List</name>
    111       <post>wagon-users (a] maven.apache.org</post>
    112       <subscribe>wagon-users-subscribe (a] maven.apache.org</subscribe>
    113       <unsubscribe>wagon-users-unsubscribe (a] maven.apache.org</unsubscribe>
    114       <archive>http://mail-archives.apache.org/mod_mbox/maven-wagon-users/</archive>
    115       <otherArchives>
    116         <otherArchive>http://www.mail-archive.com/wagon-users@maven.apache.org</otherArchive>
    117         <otherArchive>http://www.nabble.com/Wagon---Users-f13870.html</otherArchive>
    118         <otherArchive>http://maven.wagon.users.markmail.org/</otherArchive>
    119       </otherArchives>
    120     </mailingList>
    121     <mailingList>
    122       <name>Wagon Developer List</name>
    123       <post>wagon-dev (a] maven.apache.org</post>
    124       <subscribe>wagon-dev-subscribe (a] maven.apache.org</subscribe>
    125       <unsubscribe>wagon-dev-unsubscribe (a] maven.apache.org</unsubscribe>
    126       <archive>http://mail-archives.apache.org/mod_mbox/maven-wagon-dev/</archive>
    127       <otherArchives>
    128         <otherArchive>http://www.mail-archive.com/wagon-dev@maven.apache.org</otherArchive>
    129         <otherArchive>http://www.nabble.com/Wagon---Dev-f13871.html</otherArchive>
    130         <otherArchive>http://maven.wagon.dev.markmail.org/</otherArchive>
    131       </otherArchives>
    132     </mailingList>
    133     <mailingList>
    134       <name>Wagon Commits List</name>
    135       <subscribe>wagon-commits-subscribe (a] maven.apache.org</subscribe>
    136       <unsubscribe>wagon-commits-unsubscribe (a] maven.apache.org</unsubscribe>
    137       <archive>http://mail-archives.apache.org/mod_mbox/maven-wagon-commits/</archive>
    138       <otherArchives>
    139         <otherArchive>http://maven.wagon.commits.markmail.org/</otherArchive>
    140       </otherArchives>
    141     </mailingList>
    142   </mailingLists>
    143 
    144   <scm>
    145     <connection>scm:svn:http://svn.apache.org/repos/asf/maven/wagon/tags/wagon-1.0-beta-6</connection>
    146     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/wagon/tags/wagon-1.0-beta-6</developerConnection>
    147     <url>http://svn.apache.org/viewvc/maven/wagon/tags/wagon-1.0-beta-6</url>
    148   </scm>
    149   <issueManagement>
    150     <system>jira</system>
    151     <url>http://jira.codehaus.org/browse/WAGON</url>
    152   </issueManagement>
    153   <!-- TODO: point to ref location
    154     <distributionManagement>
    155       <site>
    156         <id>apache.website</id>
    157         <url>scp://people.apache.org/www/maven.apache.org/wagon/</url>
    158       </site>
    159     </distributionManagement>
    160   -->
    161 
    162   <modules>
    163     <module>wagon-provider-api</module>
    164     <module>wagon-providers</module>
    165     <module>wagon-provider-test</module>
    166   </modules>
    167 
    168   <dependencies>
    169     <dependency>
    170       <groupId>junit</groupId>
    171       <artifactId>junit</artifactId>
    172       <scope>test</scope>
    173     </dependency>
    174   </dependencies>
    175   <dependencyManagement>
    176     <dependencies>
    177       <dependency>
    178         <groupId>org.apache.maven.wagon</groupId>
    179         <artifactId>wagon-provider-api</artifactId>
    180         <version>1.0-beta-6</version>
    181       </dependency>
    182       <dependency>
    183         <groupId>org.apache.maven.wagon</groupId>
    184         <artifactId>wagon-provider-test</artifactId>
    185         <version>1.0-beta-6</version>
    186       </dependency>
    187       <dependency>
    188         <groupId>org.apache.maven.wagon</groupId>
    189         <artifactId>wagon-ssh-common-test</artifactId>
    190         <version>1.0-beta-6</version>
    191       </dependency>
    192       <dependency>
    193         <groupId>org.apache.maven.wagon</groupId>
    194         <artifactId>wagon-ssh-common</artifactId>
    195         <version>1.0-beta-6</version>
    196       </dependency>
    197       <dependency>
    198         <groupId>junit</groupId>
    199         <artifactId>junit</artifactId>
    200         <version>3.8.1</version>
    201       </dependency>
    202       <dependency>
    203         <groupId>org.codehaus.plexus</groupId>
    204         <artifactId>plexus-interactivity-api</artifactId>
    205         <version>1.0-alpha-6</version>
    206         <exclusions>
    207           <exclusion>
    208             <groupId>plexus</groupId>
    209             <artifactId>plexus-utils</artifactId>
    210           </exclusion>
    211           <exclusion>
    212             <groupId>org.codehaus.plexus</groupId>
    213             <artifactId>plexus-container-default</artifactId>
    214           </exclusion>
    215           <exclusion>
    216             <groupId>classworlds</groupId>
    217             <artifactId>classworlds</artifactId>
    218           </exclusion>
    219         </exclusions>
    220       </dependency>
    221       <dependency>
    222         <groupId>org.codehaus.plexus</groupId>
    223         <artifactId>plexus-container-default</artifactId>
    224         <version>1.0-alpha-9</version>
    225         <scope>test</scope>
    226       </dependency>
    227       <dependency>
    228         <groupId>org.codehaus.plexus</groupId>
    229         <artifactId>plexus-utils</artifactId>
    230         <version>1.4.2</version>
    231       </dependency>
    232     </dependencies>
    233   </dependencyManagement>
    234 
    235   <build>
    236     <pluginManagement>
    237       <plugins>
    238         <plugin>
    239           <artifactId>maven-release-plugin</artifactId>
    240           <configuration>
    241             <tagBase>https://svn.apache.org/repos/asf/maven/wagon/tags</tagBase>
    242             <autoVersionSubmodules>true</autoVersionSubmodules>
    243           </configuration>
    244         </plugin>
    245         <plugin>
    246           <groupId>org.apache.maven.plugins</groupId>
    247           <artifactId>maven-surefire-plugin</artifactId>
    248           <configuration>
    249             <redirectTestOutputToFile>true</redirectTestOutputToFile>
    250           </configuration>
    251         </plugin>
    252         <plugin>
    253           <groupId>org.codehaus.plexus</groupId>
    254           <artifactId>plexus-maven-plugin</artifactId>
    255           <!-- the one in maven-parent-10 and after is no longer backward compatible-->
    256           <version>1.3.5</version>
    257         </plugin>
    258       </plugins>
    259     </pluginManagement>
    260     <plugins>
    261       <plugin>
    262         <groupId>org.codehaus.plexus</groupId>
    263         <artifactId>plexus-maven-plugin</artifactId>
    264         <executions>
    265           <execution>
    266             <id>generate</id>
    267             <goals>
    268               <goal>descriptor</goal>
    269             </goals>
    270           </execution>
    271         </executions>
    272       </plugin>
    273     </plugins>
    274   </build>
    275 
    276   <reporting>
    277     <plugins>
    278       <plugin>
    279         <artifactId>maven-javadoc-plugin</artifactId>
    280         <configuration>
    281           <links>
    282             <link>http://java.sun.com/j2ee/1.4/docs/api</link>
    283             <link>http://commons.apache.org/collections/apidocs-COLLECTIONS_3_0/</link>
    284             <link>http://commons.apache.org/dbcp/apidocs/</link>
    285             <link>http://commons.apache.org/fileupload/apidocs/</link>
    286             <link>http://commons.apache.org/httpclient/apidocs/</link>
    287             <link>http://commons.apache.org/logging/apidocs/</link>
    288             <link>http://commons.apache.org/pool/apidocs/</link>
    289             <link>http://junit.sourceforge.net/javadoc/</link>
    290             <link>http://logging.apache.org/log4j/1.2/apidocs/</link>
    291             <link>http://jakarta.apache.org/regexp/apidocs/</link>
    292             <link>http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/</link>
    293             <link>http://maven.apache.org/ref/current/maven-artifact/apidocs/</link>
    294             <link>http://maven.apache.org/ref/current/maven-artifact-manager/apidocs/</link>
    295             <link>http://maven.apache.org/ref/current/maven-model/apidocs/</link>
    296             <link>http://maven.apache.org/ref/current/maven-plugin-api/apidocs/</link>
    297             <link>http://maven.apache.org/ref/current/maven-project/apidocs/</link>
    298             <link>http://maven.apache.org/ref/current/maven-reporting/maven-reporting-api/apidocs/</link>
    299             <link>http://maven.apache.org/ref/current/maven-settings/apidocs/</link>
    300           </links>
    301           <!--
    302           <doclet>gr.spinellis.umlgraph.doclet.UmlGraph</doclet>
    303           <docletArtifact>
    304             <groupId>gr.spinellis</groupId>
    305             <artifactId>UmlGraph</artifactId>
    306             <version>4.4</version>
    307           </docletArtifact>
    308           <additionalparam>
    309             -inferrel -inferdep -quiet -hide java.* -collpackages java.util.* -qualify
    310             -postfixpackage -nodefontsize 9
    311             -nodefontpackagesize 7
    312           </additionalparam>
    313            -->
    314         </configuration>
    315       </plugin>
    316     </plugins>
    317   </reporting>
    318   
    319   <profiles>
    320     <profile>
    321       <id>release</id>
    322       <build>
    323         <plugins>
    324           <plugin>
    325             <!-- Using this plugin configuration to produce a buildable project source distro,
    326                  per the discussions on members@ASF and dev@maven regarding what constitutes a valid release.
    327             -->
    328             <artifactId>maven-assembly-plugin</artifactId>
    329             <version>2.2-beta-4</version>
    330             <executions>
    331               <execution>
    332                 <id>make-project-src-distro</id>
    333                 <phase>package</phase>
    334                 <goals>
    335                   <goal>single</goal>
    336                 </goals>
    337                 <configuration>
    338                   <descriptors>
    339                     <descriptor>src/main/assembly/source-release.xml</descriptor>
    340                   </descriptors>
    341                   <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
    342                   <tarLongFileMode>gnu</tarLongFileMode>
    343                 </configuration>
    344               </execution>
    345             </executions>
    346           </plugin>
    347         </plugins>
    348       </build>
    349     </profile>
    350   </profiles>
    351 </project>
    352