Maven Repository - POM file for File commons-io 1.3.2 1.3.2

Summary

Commons IO.

Commons-IO contains utility classes, stream implementations, file filters, and endian classes..

Declaration

Here is the list of declaration for commons-io. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>commons-io</groupId>
   <artifactId>commons-io</artifactId>
   <version>1.3.2</version>
</dependency>

If you think this Maven repository POM file listing for commons-io is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Depends on

The commons-io-1.3.2 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
JUnitjunit 3.8.1
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
1966




Depended by

The following table lists the most popular artifacts which are depending on commons-io-1.3.2. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
JSFtomahawk 1.1.10
JSF components and utilities that can be used with any JSF implementation. This library is compatible with both JSF1.1 and JSF1.2; however for JSF1.2 users there is an alternative build of Tomahawk available that takes advantage of JSF1.2 features to offer some additional benefits.
36
Servletcommons-fileupload 1.2.2
The FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications.
113
Scalascalatest_2.11.0-RC4 2.1.3
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
5
Logperf4j 0.9.16
Performance statistics logging and monitoring toolkit extension to log4j, logback and the java.util.logging framework.
14
Logperf4j 0.9.13
Performance statistics logging and monitoring toolkit extension to log4j and the java.util.logging framework.
8
Logperf4j 0.9.14
Performance statistics logging and monitoring toolkit extension to log4j and the java.util.logging framework.
6
Scalascalatest_2.10 2.1.4
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
22
Scalascalatest_2.10 2.1.2
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
20
Scalascalatest_2.10 2.1.0
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
21
Scalascalatest_2.10 2.0.RC3
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
19
Scalascalatest_2.10 2.1.3
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
167
Scalascalatest_2.10 2.1.5
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
59
Scalascalatest_2.10 2.0.M6-SNAP36
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
20
Scalascalatest_2.11 2.1.3
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
147
Scalascalatest_2.10 2.0.M6
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
9
Scalascalatest_2.10 2.1.6
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
70
Scalascalatest_2.11 2.1.7
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
5
Scalascalatest_2.11 2.1.5
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
39
JSFtomahawk12 1.1.9
JSF components and utilities that can be used with any JSF implementation. This library is based on the JSF1.1 version of Tomahawk, but with minor source code and build changes to take advantage of JSF1.2 features. A JSF1.2 implementation is required to use this version of the Tomahawk ...
7
Servletcommons-fileupload 1.2.1
The FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications.
106
Scalascalatest_2.10 2.0
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
129




Plugin

The following plugins are used in the commons-io-1.3.2.jar

  1. maven-assembly-plugin
  2. maven-changes-plugin
  3. maven-surefire-plugin

Packages

The following packages are defined in the commons-io-1.3.2.jar

org.apache.commons.io
org.apache.commons.io.filefilter
org.apache.commons.io.input
org.apache.commons.io.output

POM File Source

Here is the content of the POM file.

<?xml version="1.0"?><project>
  <parent>
    <artifactId>commons-parent</artifactId>
    <groupId>org.apache.commons</groupId>
    <version>3</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>commons-io</groupId>
  <artifactId>commons-io</artifactId>
  <name>Commons IO</name>
  <version>1.3.2</version>
  <description>Commons-IO contains utility classes, stream implementations, file filters, and endian classes.</description>
  <url>http://jakarta.apache.org/commons/io/</url>
  <issueManagement>
    <system>jira</system>
    <url>http://issues.apache.org/jira/browse/IO</url>
  </issueManagement>
  <inceptionYear>2002</inceptionYear>
  
  <contributors>
    <contributor>
      <name>Rahul Akolkar</name>
    </contributor>
    <contributor>
      <name>Jason Anderson</name>
    </contributor>
    <contributor>
      <name>Nathan Beyer</name>
    </contributor>
    <contributor>
      <name>Emmanuel Bourg</name>
    </contributor>
    <contributor>
      <name>Chris Eldredge</name>
    </contributor>
    <contributor>
      <name>Magnus Grimsell</name>
    </contributor>
    <contributor>
      <name>Jim Harrington</name>
    </contributor>
    <contributor>
      <name>Thomas Ledoux</name>
    </contributor>
    <contributor>
      <name>Andy Lehane</name>
    </contributor>
    <contributor>
      <name>Marcelo Liberato</name>
    </contributor>
    <contributor>
      <name>Alban Peignier</name>
      <email>alban.peignier at free.fr</email>
    </contributor>
    <contributor>
      <name>Niall Pemberton</name>
    </contributor>
    <contributor>
      <name>Ian Springer</name>
    </contributor>
    <contributor>
      <name>Masato Tezuka</name>
    </contributor>
    <contributor>
      <name>James Urie</name>
    </contributor>
    <contributor>
      <name>Frank W. Zammetti</name>
    </contributor>
  </contributors>
  <scm>
    <connection>scm:svn:scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk</connection>
    <developerConnection>scm:svn:scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk</developerConnection>
    <url>http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk</url>
  </scm>
  <build>
    <sourceDirectory>src/java</sourceDirectory>
    <testSourceDirectory>src/test</testSourceDirectory>
    <plugins>
      <plugin>
        <artifactId>maven-surefire-plugin</artifactId>
        <configuration>
          <includes>
            <include>**/*Test*</include>
          </includes>
          <excludes>
            <exclude>**/*AbstractTestCase*</exclude>
            <exclude>**/AllIOTestSuite*</exclude>
            <exclude>**/PackageTestSuite*</exclude>
            <exclude>**/testtools/**</exclude>
            <exclude>**/*$*</exclude>
          </excludes>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-assembly-plugin</artifactId>
        <configuration>
          <descriptors>
            <descriptor>src/main/assembly/bin.xml</descriptor>
            <descriptor>src/main/assembly/src.xml</descriptor>
          </descriptors>
          <tarLongFileMode>gnu</tarLongFileMode>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <profiles>
    <profile>
      <id>release</id>
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-site-plugin</artifactId>
            <executions>
              <execution>
                <phase>package</phase>
                <goals>
                  <goal>site</goal>
                </goals>
              </execution>
            </executions>
          </plugin>
          <plugin>
            <artifactId>maven-antrun-plugin</artifactId>
            <executions>
              <execution>
                <phase>package</phase>
                <goals>
                  <goal>run</goal>
                </goals>
                <configuration>
                  <tasks>
                    <copy todir="${project.build.directory}/site/api-release">
                      <fileset dir="${project.build.directory}/site/apidocs"></fileset>
                    </copy>
                    <zip destfile="${project.build.directory}/${artifactId}-1.3.2-javadoc.jar.new">
                      <zipfileset src="${project.build.directory}/${artifactId}-1.3.2-javadoc.jar"></zipfileset>
                      <zipfileset prefix="META-INF" dir=".">
                        <include name="LICENSE.txt"></include>
                        <include name="NOTICE.txt"></include>
                      </zipfileset>
                    </zip>
                    <move file="${project.build.directory}/${artifactId}-1.3.2-javadoc.jar.new" tofile="${project.build.directory}/${artifactId}-1.3.2-javadoc.jar"></move>
                    <zip destfile="${project.build.directory}/${artifactId}-1.3.2-sources.jar.new">
                      <zipfileset src="${project.build.directory}/${artifactId}-1.3.2-sources.jar"></zipfileset>
                      <zipfileset prefix="META-INF" dir=".">
                        <include name="LICENSE.txt"></include>
                        <include name="NOTICE.txt"></include>
                      </zipfileset>
                    </zip>
                    <move file="${project.build.directory}/${artifactId}-1.3.2-sources.jar.new" tofile="${project.build.directory}/${artifactId}-1.3.2-sources.jar"></move>
                  </tasks>
                </configuration>
              </execution>
            </executions>
          </plugin>
          <plugin>
            <artifactId>maven-assembly-plugin</artifactId>
            <executions>
              <execution>
                <phase>package</phase>
                <goals>
                  <goal>attached</goal>
                </goals>
              </execution>
            </executions>
          </plugin>
        </plugins>
      </build>
    </profile>
    <profile>
      <id>rc</id>
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-site-plugin</artifactId>
            <executions>
              <execution>
                <phase>package</phase>
                <goals>
                  <goal>site</goal>
                </goals>
              </execution>
            </executions>
          </plugin>
          <plugin>
            <artifactId>maven-assembly-plugin</artifactId>
            <executions>
              <execution>
                <phase>package</phase>
                <goals>
                  <goal>attached</goal>
                </goals>
              </execution>
            </executions>
          </plugin>
        </plugins>
      </build>
    </profile>
  </profiles>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <reporting>
    <plugins>
      <plugin>
        <artifactId>maven-changes-plugin</artifactId>
        <configuration>
          <issueLinkTemplate>%URL%/../%ISSUE%</issueLinkTemplate>
        </configuration>
        <reportSets>
          <reportSet>
            <reports>
              <report>changes-report</report>
              <report>jira-report</report>
            </reports>
          </reportSet>
        </reportSets>
      </plugin>
    </plugins>
  </reporting>
  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>
</project>