Maven Repository - POM file for JUnit htmlunit 2.2-hudson-10 2.2-hudson-10

Summary

HtmlUnit.

A headless browser intended for use in testing web-based applications..

Declaration

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

<dependency>
   <groupId>org.jvnet.hudson</groupId>
   <artifactId>htmlunit</artifactId>
   <version>2.2-hudson-10</version>
</dependency>

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

License

Name:Apache License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.





Depends on

The htmlunit-2.2-hudson-10 has 17 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
Data Structurecommons-collections 3.2
Types that extend and augment the Java Collections Framework.
366
Data Structurecommons-lang 2.4
Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.
630
Httpcommons-httpclient 3.1
The HttpClient component supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.
430
Data Structurecommons-codec 1.3
The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.
348
Web Frameworkcssparser 0.9.5
A CSS parser which implements SAC (the Simple API for CSS).
24
Filecommons-io 1.4
Commons-IO contains utility classes, stream implementations, file filters, file comparators and endian classes.
444
Logcommons-logging 1.1.1
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
1143
JUnitjunit 4.4
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.
301
Librarygsbase 2.0.1
A collection of java utility classes
30
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
Jettyjetty 6.1.11
Jetty server core
168




Depended by

The following table lists the most popular artifacts which are depending on htmlunit-2.2-hudson-10. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Testinghudson-test-harness 1.318
Unit test harness (src/main) and Unit tests for Hudson core (src/test)
8

Plugin

The following plugins are used in the htmlunit-2.2-hudson-10.jar

  1. jdepend-maven-plugin
  2. maven-antrun-plugin
  3. maven-assembly-plugin
  4. maven-changelog-plugin
  5. maven-changes-plugin
  6. maven-checkstyle-plugin
  7. maven-compiler-plugin
  8. maven-jar-plugin
  9. maven-javadoc-plugin
  10. maven-jxr-plugin
  11. maven-pmd-plugin
  12. maven-site-plugin
  13. maven-source-plugin




Packages

The following packages are defined in the htmlunit-2.2-hudson-10.jar

com.gargoylesoftware.htmlunit
com.gargoylesoftware.htmlunit.attachment
com.gargoylesoftware.htmlunit.html
com.gargoylesoftware.htmlunit.html.xpath
com.gargoylesoftware.htmlunit.javascript
com.gargoylesoftware.htmlunit.javascript.configuration
com.gargoylesoftware.htmlunit.javascript.host
com.gargoylesoftware.htmlunit.javascript.regexp
com.gargoylesoftware.htmlunit.protocol.about
com.gargoylesoftware.htmlunit.protocol.data
com.gargoylesoftware.htmlunit.protocol.javascript
com.gargoylesoftware.htmlunit.ssl
com.gargoylesoftware.htmlunit.util
com.gargoylesoftware.htmlunit.xml

POM File Source

Here is the content of the POM file.

<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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <artifactId>htmlunit</artifactId>
    <groupId>org.jvnet.hudson</groupId>
    <version>2.2-hudson-10</version>
    <name>HtmlUnit</name>
    <organization>
        <name>Gargoyle Software Inc.</name>
        <url>http://www.GargoyleSoftware.com/</url>
    </organization>
    <packaging>jar</packaging>
    <description>A headless browser intended for use in testing web-based applications.</description>
    <url>http://htmlunit.sourceforge.net</url>
    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-checkstyle-plugin</artifactId>
                <version>2.2</version>
                <configuration>
                    <configLocation>checkstyle.xml</configLocation>
                    <suppressionsLocation>checkstyle_suppressions.xml</suppressionsLocation>
                    <includeTestSourceDirectory>true</includeTestSourceDirectory>
                    <consoleOutput>true</consoleOutput>
                    <failsOnError>true</failsOnError>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <configuration>
                    <!-- Update the links reference in javadoc, PDM and clover plugins when this changes -->
                    <source>1.5</source>
                    <target>1.5</target>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-jar-plugin</artifactId>
                <configuration>
                    <archive>
                        <manifest>
                            <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
                            <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
                        </manifest>
                    </archive>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-site-plugin</artifactId>
                <configuration>
                    <templateFile>${basedir}/src/site/maven-site.vm</templateFile>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-assembly-plugin</artifactId>
                <configuration>
                    <descriptors>
                        <descriptor>${basedir}/src/assembly/bin-distribution.xml</descriptor>
                        <descriptor>${basedir}/src/assembly/src-distribution.xml</descriptor>
                    </descriptors>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-source-plugin</artifactId>
                <executions>
                    <execution>
                        <id>attach-sources</id>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <artifactId>maven-antrun-plugin</artifactId>
                <executions>
                    <execution>
                        <id>moveFiles</id>
                        <phase>package</phase>
                        <configuration>
                            <tasks>
                                <mkdir dir="${basedir}/artifacts"/>
                                <delete includeemptydirs="true">
                                    <fileset dir="${basedir}/artifacts" includes="**/*"/>
                                </delete>
                                <copy todir="${basedir}/artifacts">
                                    <fileset dir="${basedir}/target">
                                        <include name="*.jar"/>
                                    </fileset>
                                </copy>
                            </tasks>
                        </configuration>
                        <goals>
                            <goal>run</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    <extensions>
      <extension>
        <groupId>org.jvnet.wagon-svn</groupId>
        <artifactId>wagon-svn</artifactId>
        <version>1.8</version>
      </extension>
    </extensions>
        </build>
    <reporting>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-javadoc-plugin</artifactId>
                <configuration>
                    <excludePackageNames>com.gargoylesoftware.htmlunit.javascript:com.gargoylesoftware.htmlunit.protocol:com.gargoylesoftware.htmlunit.ssl:com.gargoylesoftware.htmlunit.html.xpath</excludePackageNames>
                    <links>
                        <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
                        <link>http://commons.apache.org/logging/apidocs/</link>
                        <link>http://commons.apache.org/codec/apidocs/</link>
                        <link>http://hc.apache.org/httpclient-3.x/apidocs/</link>
                    </links>
                    <stylesheet>maven</stylesheet>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-jxr-plugin</artifactId>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-pmd-plugin</artifactId>
                <configuration>
                    <targetJdk>1.5</targetJdk>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-changelog-plugin</artifactId>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-changes-plugin</artifactId>
                <reportSets>
                    <reportSet>
                        <reports>
                            <report>changes-report</report>
                        </reports>
                    </reportSet>
                </reportSets>
            </plugin>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>jdepend-maven-plugin</artifactId>
            </plugin>
        </plugins>
    </reporting>
    <issueManagement>
        <system>sourceforge</system>
        <url>http://sourceforge.net/tracker/?group_id=47038</url>
    </issueManagement>
    <inceptionYear>2002</inceptionYear>
    <licenses>
        <license>
            <name>Apache License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <connection>scm:svn:https://htmlunit.svn.sourceforge.net/svnroot/htmlunit/trunk/htmlunit</connection>
        <developerConnection>scm:svn:https://htmlunit.svn.sourceforge.net/svnroot/htmlunit/trunk/htmlunit</developerConnection>
        <url>http://htmlunit.svn.sourceforge.net/viewvc/htmlunit</url>
    </scm>
    <ciManagement>
        <system>Cruise Control</system>
        <url>http://build.canoo.com/htmlunit</url>
    </ciManagement>
    <mailingLists>
        <mailingList>
            <name>HtmlUnit Users</name>
            <subscribe>http://lists.sourceforge.net/lists/listinfo/htmlunit-user</subscribe>
            <unsubscribe>http://lists.sourceforge.net/lists/listinfo/htmlunit-user</unsubscribe>
            <archive>http://lists.sourceforge.net/lists/listinfo/htmlunit-user</archive>
            <post>htmlunit-user@lists.sourceforge.net</post>
        </mailingList>
        <mailingList>
            <name>HtmlUnit Developers</name>
            <subscribe>http://lists.sourceforge.net/lists/listinfo/htmlunit-develop</subscribe>
            <unsubscribe>http://lists.sourceforge.net/lists/listinfo/htmlunit-develop</unsubscribe>
            <archive>http://lists.sourceforge.net/lists/listinfo/htmlunit-develop</archive>
            <post>htmlunit-development@lists.sourceforge.net</post>
        </mailingList>
    </mailingLists>
    
    <contributors>
        <contributor>
            <name>Noboru Sinohara</name>
        </contributor>
        <contributor>
            <name>Mike J. Bresnahan</name>
            <email>gudujarlson@sf.net</email>
        </contributor>
        <contributor>
            <name>Dominique Broeglin</name>
        </contributor>
        <contributor>
            <name>Alex Nikiforoff</name>
        </contributor>
        <contributor>
            <name>Barnaby Court</name>
        </contributor>
        <contributor>
            <name>Andreas Hangler</name>
        </contributor>
        <contributor>
            <name>Jun Chen</name>
            <email>chen_jun@users.sourceforge.net</email>
        </contributor>
        <contributor>
            <name>Christian Sell</name>
            <email>cse@dynabean.de</email>
        </contributor>
        <contributor>
            <name>Darrell DeBoer</name>
        </contributor>
        <contributor>
            <name>David D. Kilzer</name>
        </contributor>
        <contributor>
            <name>Ben Curren</name>
            <email>bcurren@esomnie.com</email>
        </contributor>
        <contributor>
            <name>Mike Williams</name>
        </contributor>
        <contributor>
            <name>Mike Gallaher</name>
        </contributor>
        <contributor>
            <name>Dierk Koenig</name>
        </contributor>
        <contributor>
            <name>Mike Bresnahan</name>
        </contributor>
        <contributor>
            <name>Sergey Gorelkin</name>
        </contributor>
        <contributor>
            <name>Chris Eldredge</name>
        </contributor>
        <contributor>
            <name>Hans Donner</name>
        </contributor>
        <contributor>
            <name>Michael Ottati</name>
        </contributor>
        <contributor>
            <name>George Murnock</name>
        </contributor>
        <contributor>
            <name>Kent Tong</name>
        </contributor>
        <contributor>
            <name>Alfred Nathaniel</name>
        </contributor>
        <contributor>
            <name>Bruce Faulkner</name>
        </contributor>
        <contributor>
            <name>Ray Suliteanu</name>
        </contributor>
        <contributor>
            <name>Denis N. Antonioli</name>
        </contributor>
        <contributor>
            <name>Stefan Anzinger</name>
        </contributor>
        <contributor>
            <name>Paul King</name>
        </contributor>
        <contributor>
            <name>Vikram Shitole</name>
        </contributor>
        <contributor>
            <name>Mark van Leeuwen</name>
        </contributor>
        <contributor>
            <name>Brad Murray</name>
        </contributor>
        <contributor>
            <name>Julien Henry</name>
        </contributor>
        <contributor>
            <name>Andre Soereng</name>
        </contributor>
        <contributor>
            <name>Karel Kolman</name>
        </contributor>
        <contributor>
            <name>Bruce Chapman</name>
        </contributor>
        <contributor>
            <name>Kristian Muntau</name>
        </contributor>
        <contributor>
            <name>Sam Hough</name>
        </contributor>
        <contributor>
            <name>Deryk Sinotte</name>
        </contributor>
        <contributor>
            <name>Martin Tamme</name>
        </contributor>
        <contributor>
            <name>Philip Graf</name>
        </contributor>
        <contributor>
            <name>Rodney Gitzel</name>
        </contributor>
        <contributor>
            <name>Matt Ryall</name>
        </contributor>
        <contributor>
            <name>Rob Di Marco</name>
        </contributor>
        <contributor>
            <name>Gareth Davis</name>
        </contributor>
        <contributor>
            <name>David Bylsma</name>
        </contributor>
        <contributor>
            <name>Dmitri Zoubkov</name>
        </contributor>
        <contributor>
            <name>Stuart Begg</name>
        </contributor>
        <contributor>
            <name>Rene Schwietzke</name>
        </contributor>
    </contributors>
    <dependencies>
        <dependency>
            <groupId>xalan</groupId>
            <artifactId>xalan</artifactId>
            <version>2.7.0</version>
        </dependency>
        <dependency>
            <groupId>commons-collections</groupId>
            <artifactId>commons-collections</artifactId>
            <version>3.2</version>
        </dependency>
        <dependency>
            <groupId>commons-lang</groupId>
            <artifactId>commons-lang</artifactId>
            <version>2.4</version>
        </dependency>
        <dependency>
            <groupId>commons-httpclient</groupId>
            <artifactId>commons-httpclient</artifactId>
            <version>3.1</version>
        </dependency>
        <dependency>
            <groupId>commons-codec</groupId>
            <artifactId>commons-codec</artifactId>
            <version>1.3</version>
        </dependency>
        <dependency>
            <groupId>org.jvnet.hudson</groupId>
            <artifactId>htmlunit-core-js</artifactId>
            <version>2.2-hudson-2</version>
        </dependency>
        <dependency>
            <groupId>net.sourceforge.nekohtml</groupId>
            <artifactId>nekohtml</artifactId>
            <version>1.9.8</version>
        </dependency>
        <dependency>
            <groupId>net.sourceforge.cssparser</groupId>
            <artifactId>cssparser</artifactId>
            <version>0.9.5</version>
        </dependency>
        <dependency>
            <groupId>commons-io</groupId>
            <artifactId>commons-io</artifactId>
            <version>1.4</version>
        </dependency>
        <dependency>
            <groupId>commons-logging</groupId>
            <artifactId>commons-logging</artifactId>
            <version>1.1.1</version>
        </dependency>
        <!-- Test dependencies. -->
        <dependency>
            <groupId>log4j</groupId>
            <artifactId>log4j</artifactId>
            <version>1.2.14</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.4</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>gsbase</groupId>
            <artifactId>gsbase</artifactId>
            <version>2.0.1</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>commons-fileupload</groupId>
            <artifactId>commons-fileupload</artifactId>
            <version>1.2.1</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mortbay.jetty</groupId>
            <artifactId>jetty</artifactId>
            <version>6.1.11</version>
            <scope>test</scope>
        </dependency>
        <!-- The presence of slf4j on the classpath during the unit tests triggers correct logging in Jetty. -->
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>1.4.3</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-log4j12</artifactId>
            <version>1.4.3</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
    <!--distributionManagement>
        <site>
            <id>htmlunit-website</id>
            <name>HtmlUnit WebSite - Sourceforge</name>
            <url>
                scp://shell.sourceforge.net/home/groups/h/ht/htmlunit/htdocs/
            </url>
        </site>
        <repository>
            <id>htmlunit-m2-repo</id>
            <url>
                scp://shell.sourceforge.net/home/groups/h/ht/htmlunit/htdocs/m2-repo
            </url>
            <name>HtmlUnit Maven 2 Repository</name>
        </repository>
        <snapshotRepository>
            <id>htmlunit-m2-repo-snapshots</id>
            <url>
                scp://shell.sourceforge.net/home/groups/h/ht/htmlunit/htdocs/m2-repo-snapshots
            </url>
            <name>HtmlUnit Maven 2 Snapshots Repository</name>
        </snapshotRepository>
    </distributionManagement-->

   <distributionManagement>
    <repository>
      <id>java.net-m2-repository</id>
      <url>java-net:/maven2-repository/trunk/repository/</url>
    </repository>
  </distributionManagement>    
</project>