Home | History | Annotate | Download | only in 1.3.2
      1 <?xml version="1.0"?><project>
      2   <parent>
      3     <artifactId>commons-parent</artifactId>
      4     <groupId>org.apache.commons</groupId>
      5     <version>3</version>
      6   </parent>
      7   <modelVersion>4.0.0</modelVersion>
      8   <groupId>commons-io</groupId>
      9   <artifactId>commons-io</artifactId>
     10   <name>Commons IO</name>
     11   <version>1.3.2</version>
     12   <description>Commons-IO contains utility classes, stream implementations, file filters, and endian classes.</description>
     13   <url>http://jakarta.apache.org/commons/io/</url>
     14   <issueManagement>
     15     <system>jira</system>
     16     <url>http://issues.apache.org/jira/browse/IO</url>
     17   </issueManagement>
     18   <inceptionYear>2002</inceptionYear>
     19   <developers>
     20     <developer>
     21       <id>sanders</id>
     22       <name>Scott Sanders</name>
     23       <email>sanders (a] apache.org</email>
     24       <organization></organization>
     25       <roles>
     26         <role>Java Developer</role>
     27       </roles>
     28     </developer>
     29     <developer>
     30       <id>dion</id>
     31       <name>dIon Gillard</name>
     32       <email>dion (a] apache.org</email>
     33       <organization></organization>
     34       <roles>
     35         <role>Java Developer</role>
     36       </roles>
     37     </developer>
     38     <developer>
     39       <id>nicolaken</id>
     40       <name>Nicola Ken Barozzi</name>
     41       <email>nicolaken (a] apache.org</email>
     42       <organization></organization>
     43       <roles>
     44         <role>Java Developer</role>
     45       </roles>
     46     </developer>
     47     <developer>
     48       <id>bayard</id>
     49       <name>Henri Yandell</name>
     50       <email>bayard (a] apache.org</email>
     51       <organization></organization>
     52       <roles>
     53         <role>Java Developer</role>
     54       </roles>
     55     </developer>
     56     <developer>
     57       <id>scolebourne</id>
     58       <name>Stephen Colebourne</name>
     59       <organization></organization>
     60       <roles>
     61         <role>Java Developer</role>
     62       </roles>
     63       <timezone>0</timezone>
     64     </developer>
     65     <developer>
     66       <id>jeremias</id>
     67       <name>Jeremias Maerki</name>
     68       <email>jeremias (a] apache.org</email>
     69       <organization></organization>
     70       <roles>
     71         <role>Java Developer</role>
     72       </roles>
     73       <timezone>+1</timezone>
     74     </developer>
     75     <developer>
     76       <id>matth</id>
     77       <name>Matthew Hawthorne</name>
     78       <email>matth (a] apache.org</email>
     79       <organization></organization>
     80       <roles>
     81         <role>Java Developer</role>
     82       </roles>
     83     </developer>
     84     <developer>
     85       <id>martinc</id>
     86       <name>Martin Cooper</name>
     87       <email>martinc (a] apache.org</email>
     88       <organization></organization>
     89       <roles>
     90         <role>Java Developer</role>
     91       </roles>
     92     </developer>
     93     <developer>
     94       <id>roxspring</id>
     95       <name>Rob Oxspring</name>
     96       <email>roxspring (a] apache.org</email>
     97       <organization></organization>
     98       <roles>
     99         <role>Java Developer</role>
    100       </roles>
    101     </developer>
    102     <developer>
    103       <id>jochen</id>
    104       <name>Jochen Wiedmann</name>
    105       <email>jochen.wiedmann (a] gmail.com</email>
    106     </developer>
    107   </developers>
    108   <contributors>
    109     <contributor>
    110       <name>Rahul Akolkar</name>
    111     </contributor>
    112     <contributor>
    113       <name>Jason Anderson</name>
    114     </contributor>
    115     <contributor>
    116       <name>Nathan Beyer</name>
    117     </contributor>
    118     <contributor>
    119       <name>Emmanuel Bourg</name>
    120     </contributor>
    121     <contributor>
    122       <name>Chris Eldredge</name>
    123     </contributor>
    124     <contributor>
    125       <name>Magnus Grimsell</name>
    126     </contributor>
    127     <contributor>
    128       <name>Jim Harrington</name>
    129     </contributor>
    130     <contributor>
    131       <name>Thomas Ledoux</name>
    132     </contributor>
    133     <contributor>
    134       <name>Andy Lehane</name>
    135     </contributor>
    136     <contributor>
    137       <name>Marcelo Liberato</name>
    138     </contributor>
    139     <contributor>
    140       <name>Alban Peignier</name>
    141       <email>alban.peignier at free.fr</email>
    142     </contributor>
    143     <contributor>
    144       <name>Niall Pemberton</name>
    145     </contributor>
    146     <contributor>
    147       <name>Ian Springer</name>
    148     </contributor>
    149     <contributor>
    150       <name>Masato Tezuka</name>
    151     </contributor>
    152     <contributor>
    153       <name>James Urie</name>
    154     </contributor>
    155     <contributor>
    156       <name>Frank W. Zammetti</name>
    157     </contributor>
    158   </contributors>
    159   <scm>
    160     <connection>scm:svn:scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk</connection>
    161     <developerConnection>scm:svn:scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk</developerConnection>
    162     <url>http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk</url>
    163   </scm>
    164   <build>
    165     <sourceDirectory>src/java</sourceDirectory>
    166     <testSourceDirectory>src/test</testSourceDirectory>
    167     <plugins>
    168       <plugin>
    169         <artifactId>maven-surefire-plugin</artifactId>
    170         <configuration>
    171           <includes>
    172             <include>**/*Test*</include>
    173           </includes>
    174           <excludes>
    175             <exclude>**/*AbstractTestCase*</exclude>
    176             <exclude>**/AllIOTestSuite*</exclude>
    177             <exclude>**/PackageTestSuite*</exclude>
    178             <exclude>**/testtools/**</exclude>
    179             <exclude>**/*$*</exclude>
    180           </excludes>
    181         </configuration>
    182       </plugin>
    183       <plugin>
    184         <artifactId>maven-assembly-plugin</artifactId>
    185         <configuration>
    186           <descriptors>
    187             <descriptor>src/main/assembly/bin.xml</descriptor>
    188             <descriptor>src/main/assembly/src.xml</descriptor>
    189           </descriptors>
    190           <tarLongFileMode>gnu</tarLongFileMode>
    191         </configuration>
    192       </plugin>
    193     </plugins>
    194   </build>
    195   <profiles>
    196     <profile>
    197       <id>release</id>
    198       <build>
    199         <plugins>
    200           <plugin>
    201             <artifactId>maven-site-plugin</artifactId>
    202             <executions>
    203               <execution>
    204                 <phase>package</phase>
    205                 <goals>
    206                   <goal>site</goal>
    207                 </goals>
    208               </execution>
    209             </executions>
    210           </plugin>
    211           <plugin>
    212             <artifactId>maven-antrun-plugin</artifactId>
    213             <executions>
    214               <execution>
    215                 <phase>package</phase>
    216                 <goals>
    217                   <goal>run</goal>
    218                 </goals>
    219                 <configuration>
    220                   <tasks>
    221                     <copy todir="${project.build.directory}/site/api-release">
    222                       <fileset dir="${project.build.directory}/site/apidocs"></fileset>
    223                     </copy>
    224                     <zip destfile="${project.build.directory}/${artifactId}-1.3.2-javadoc.jar.new">
    225                       <zipfileset src="${project.build.directory}/${artifactId}-1.3.2-javadoc.jar"></zipfileset>
    226                       <zipfileset prefix="META-INF" dir=".">
    227                         <include name="LICENSE.txt"></include>
    228                         <include name="NOTICE.txt"></include>
    229                       </zipfileset>
    230                     </zip>
    231                     <move file="${project.build.directory}/${artifactId}-1.3.2-javadoc.jar.new" tofile="${project.build.directory}/${artifactId}-1.3.2-javadoc.jar"></move>
    232                     <zip destfile="${project.build.directory}/${artifactId}-1.3.2-sources.jar.new">
    233                       <zipfileset src="${project.build.directory}/${artifactId}-1.3.2-sources.jar"></zipfileset>
    234                       <zipfileset prefix="META-INF" dir=".">
    235                         <include name="LICENSE.txt"></include>
    236                         <include name="NOTICE.txt"></include>
    237                       </zipfileset>
    238                     </zip>
    239                     <move file="${project.build.directory}/${artifactId}-1.3.2-sources.jar.new" tofile="${project.build.directory}/${artifactId}-1.3.2-sources.jar"></move>
    240                   </tasks>
    241                 </configuration>
    242               </execution>
    243             </executions>
    244           </plugin>
    245           <plugin>
    246             <artifactId>maven-assembly-plugin</artifactId>
    247             <executions>
    248               <execution>
    249                 <phase>package</phase>
    250                 <goals>
    251                   <goal>attached</goal>
    252                 </goals>
    253               </execution>
    254             </executions>
    255           </plugin>
    256         </plugins>
    257       </build>
    258     </profile>
    259     <profile>
    260       <id>rc</id>
    261       <build>
    262         <plugins>
    263           <plugin>
    264             <artifactId>maven-site-plugin</artifactId>
    265             <executions>
    266               <execution>
    267                 <phase>package</phase>
    268                 <goals>
    269                   <goal>site</goal>
    270                 </goals>
    271               </execution>
    272             </executions>
    273           </plugin>
    274           <plugin>
    275             <artifactId>maven-assembly-plugin</artifactId>
    276             <executions>
    277               <execution>
    278                 <phase>package</phase>
    279                 <goals>
    280                   <goal>attached</goal>
    281                 </goals>
    282               </execution>
    283             </executions>
    284           </plugin>
    285         </plugins>
    286       </build>
    287     </profile>
    288   </profiles>
    289   <dependencies>
    290     <dependency>
    291       <groupId>junit</groupId>
    292       <artifactId>junit</artifactId>
    293       <version>3.8.1</version>
    294       <scope>test</scope>
    295     </dependency>
    296   </dependencies>
    297   <reporting>
    298     <plugins>
    299       <plugin>
    300         <artifactId>maven-changes-plugin</artifactId>
    301         <configuration>
    302           <issueLinkTemplate>%URL%/../%ISSUE%</issueLinkTemplate>
    303         </configuration>
    304         <reportSets>
    305           <reportSet>
    306             <reports>
    307               <report>changes-report</report>
    308               <report>jira-report</report>
    309             </reports>
    310           </reportSet>
    311         </reportSets>
    312       </plugin>
    313     </plugins>
    314   </reporting>
    315   <distributionManagement>
    316     <status>deployed</status>
    317   </distributionManagement>
    318 </project>