Maven Repository - POM file for Web Framework commons-validator 1.2.0 1.2.0

Summary

Validator.

Commons Validator provides the building blocks for both client side validation and server side data validation. It may be used standalone or with a framework like Struts..

Declaration

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

<dependency>
   <groupId>commons-validator</groupId>
   <artifactId>commons-validator</artifactId>
   <version>1.2.0</version>
</dependency>

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





License

Name:The Apache Software License, Version 2.0
URL: /LICENSE.txt.

Depends on

The commons-validator-1.2.0 has 6 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
Logcommons-logging 1.0.4
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
273
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-validator-1.2.0. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Buildmaven-reporting-impl 2.0.4.3
Abstract classes to manage report generation.
5
Buildmaven-reporting-impl 2.1
Abstract classes to manage report generation.
7
Buildmaven-project-info-reports-plugin 2.4
The Maven Project Info Reports Plugin is a plugin that generates standard reports for the specified project.
12

Plugin

The following plugins are used in the commons-validator-1.2.0.jar

  1. maven-changelog-plugin
  2. maven-developer-activity-plugin
  3. maven-file-activity-plugin
  4. maven-xdoc-plugin
  5. surefire




Packages

The following packages are defined in the commons-validator-1.2.0.jar

org.apache.commons.validator
org.apache.commons.validator.util

POM File Source

Here is the content of the POM file.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>commons-validator</groupId>
  <artifactId>commons-validator</artifactId>
  <name>Validator</name>
  <version>1.2.0</version>
  <description>Commons Validator provides the building blocks for both client side validation
    and server side data validation. It may be used standalone or with a framework like
    Struts.</description>
  <url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>
  <issueManagement>
    <url>http://issues.apache.org/bugzilla/</url>
  </issueManagement>
  <ciManagement>
    <notifiers>
      <notifier>
        <configuration>
          <address>commons-dev@jakarta.apache.org</address>
        </configuration>
      </notifier>
    </notifiers>
  </ciManagement>
  <inceptionYear>2002</inceptionYear>
  <mailingLists>
    <mailingList>
      <name>Commons Dev List</name>
      <subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
      <unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
      <archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org</archive>
    </mailingList>
    <mailingList>
      <name>Commons User List</name>
      <subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
      <unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
      <archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org</archive>
    </mailingList>
  </mailingLists>
  
  <contributors>
    <contributor>
      <name>Saul Q Yuan Add</name>
    </contributor>
    <contributor>
      <name>Shane Bailey</name>
    </contributor>
    <contributor>
      <name>Dave Derry</name>
    </contributor>
    <contributor>
      <name>Tim O'Brien</name>
    </contributor>
    <contributor>
      <name>Scott Clasen</name>
      <email>ticktock@speakeasy.net></email>
    </contributor>
    <contributor>
      <name>Marcus Brito Finish</name>
    </contributor>
    <contributor>
      <name>Padma Ginnaram</name>
    </contributor>
    <contributor>
      <name>Thomas Jacob</name>
      <email>thomas.jacob@sinnerschrader.com</email>
    </contributor>
    <contributor>
      <name>Adam Kramer</name>
    </contributor>
    <contributor>
      <name>Greg Ludington</name>
    </contributor>
    <contributor>
      <name>Bjorn-H. Moritz</name>
    </contributor>
    <contributor>
      <name>David Neuer</name>
      <email>DavidNeuer@nascopgh.com</email>
    </contributor>
    <contributor>
      <name>Kurt Post</name>
    </contributor>
    <contributor>
      <name>Arun Mammen Thomas</name>
    </contributor>
    <contributor>
      <name>Steven Fines</name>
      <email>steven.fines@cotelligent.com</email>
    </contributor>
    <contributor>
      <name>Didier Romelot</name>
      <email>didier.romelot@renault.com</email>
    </contributor>
    <contributor>
      <name>Steve Stair</name>
    </contributor>
    <contributor>
      <name>Jeremy Tan</name>
      <email>jeremytan@scualum.com</email>
    </contributor>
    <contributor>
      <name>94RGt2</name>
      <email>lmagee@biziworks.com.au</email>
    </contributor>
    <contributor>
      <name>Nacho G. Mac Dowell</name>
    </contributor>
    <contributor>
      <name>Mark Lowe</name>
      <email>mark.lowe@boxstuff.com</email>
    </contributor>
  </contributors>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>/LICENSE.txt</url>
    </license>
  </licenses>
  <scm>
    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
    <url>http://svn.apache.org/viewcvs.cgi</url>
  </scm>
  <organization>
    <name>The Apache Software Foundation</name>
    <url>http://jakarta.apache.org</url>
  </organization>
  <build>
    <sourceDirectory>src/share</sourceDirectory>
    <testSourceDirectory>src/test</testSourceDirectory>
    <resources>
      <resource>
        <targetPath>META-INF</targetPath>
        <directory>${basedir}</directory>
        <includes>
          <include>NOTICE.txt</include>
        </includes>
      </resource>
    </resources>
    <testResources>
      <testResource>
        <directory>${pom.build.unitTestSourceDirectory}</directory>
        <includes>
          <include>**/*.xml</include>
        </includes>
      </testResource>
    </testResources>
    <plugins>
      <plugin>
        <artifactId>surefire</artifactId>
        <configuration>
          <includes>
            <include>**/ValidatorTestSuite.java</include>
          </includes>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-xdoc-plugin</artifactId>
        <version>1.9.2</version>
        <configuration>
          <comment>&lt;strong>Site Only&lt;/strong> - v1.9.2 (minimum)
              required for building the Validator Site documentation.</comment>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-changelog-plugin</artifactId>
        <version>1.8.2</version>
        <configuration>
          <comment>&lt;strong>Site Only&lt;/strong> - v1.8.2 (minimum)
              required for building the Validator Site documentation.</comment>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-file-activity-plugin</artifactId>
        <version>1.5.2</version>
        <configuration>
          <comment>&lt;strong>Site Only&lt;/strong> - v1.5.2 (minimum)
              required for building the Validator Site documentation.</comment>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-developer-activity-plugin</artifactId>
        <version>1.5.2</version>
        <configuration>
          <comment>&lt;strong>Site Only&lt;/strong> - v1.5.2 (minimum)
              required for building the Validator Site documentation.</comment>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>commons-beanutils</groupId>
      <artifactId>commons-beanutils</artifactId>
      <version>1.7.0</version>
    </dependency>
    <dependency>
      <groupId>commons-digester</groupId>
      <artifactId>commons-digester</artifactId>
      <version>1.6</version>
    </dependency>
    <dependency>
      <groupId>commons-logging</groupId>
      <artifactId>commons-logging</artifactId>
      <version>1.0.4</version>
    </dependency>
    <dependency>
      <groupId>oro</groupId>
      <artifactId>oro</artifactId>
      <version>2.0.8</version>
    </dependency>
    <dependency>
      <groupId>xml-apis</groupId>
      <artifactId>xml-apis</artifactId>
      <version>2.0.2</version>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <distributionManagement>
    <repository>
      <id>default</id>
      <name>Default Repository</name>
      <url>file:///www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</url>
    </repository>
    <site>
      <id>default</id>
      <name>Default Site</name>
      <url>scp://jakarta.apache.org//www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>
    </site>
  </distributionManagement>
</project>