The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| com.thoughtworks.xstream | xstream | 1.2.2 | - | jar | |
| org.apache.maven | maven-plugin-api | 2.0 | - | jar | |
| org.apache.maven.reporting | maven-reporting-impl | 2.0.2 | - | jar | |
| org.codehaus.plexus | plexus-io | 1.0-alpha-1 | - | jar | |
| org.codehaus.plexus | plexus-utils | 1.4.6 | - | jar | |
| xerces | xercesImpl | 2.8.1 | - | jar |
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| junit | junit | 3.8.1 | - | jar | |
| org.apache.maven.shared | maven-plugin-testing-harness | 1.1 | - | jar | |
| org.apache.maven.shared | maven-plugin-testing-tools | 1.0-alpha-2 | - | jar | |
| org.apache.maven.shared | maven-test-tools | 1.0-alpha-1 | - | jar |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| classworlds | classworlds | 1.1-alpha-2 | - | jar | |
| commons-collections | commons-collections | 2.0 | - | jar | |
| commons-logging | commons-logging-api | 1.0.4 | - | jar | |
| commons-validator | commons-validator | 1.1.4 | - | jar | |
| org.apache.maven | maven-artifact | 2.0.7 | - | jar | |
| org.apache.maven | maven-artifact-manager | 2.0.7 | - | jar | |
| org.apache.maven | maven-model | 2.0.7 | - | jar | |
| org.apache.maven | maven-plugin-registry | 2.0.7 | - | jar | |
| org.apache.maven | maven-profile | 2.0.7 | - | jar | |
| org.apache.maven | maven-project | 2.0.7 | - | jar | |
| org.apache.maven | maven-repository-metadata | 2.0.7 | - | jar | |
| org.apache.maven | maven-settings | 2.0.4 | - | jar | |
| org.apache.maven.doxia | doxia-core | 1.0-alpha-7 | - | jar | |
| org.apache.maven.doxia | doxia-decoration-model | 1.0-alpha-7 | - | jar | |
| org.apache.maven.doxia | doxia-sink-api | 1.0-alpha-7 | - | jar | |
| org.apache.maven.doxia | doxia-site-renderer | 1.0-alpha-7 | - | jar | |
| org.apache.maven.reporting | maven-reporting-api | 2.0.6 | - | jar | |
| org.apache.maven.wagon | wagon-provider-api | 1.0-beta-2 | - | jar | |
| org.codehaus.plexus | plexus-container-default | 1.0-alpha-9-stable-1 | - | jar | |
| org.codehaus.plexus | plexus-i18n | 1.0-beta-6 | - | jar | |
| org.codehaus.plexus | plexus-velocity | 1.1.2 | - | jar | |
| oro | oro | 2.0.7 | - | jar | |
| velocity | velocity | 1.4 | - | jar | |
| xml-apis | xml-apis | 1.3.03 | - | jar | |
| xpp3 | xpp3_min | 1.1.3.4.O | - | jar |
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| velocity | velocity-dep | 1.4 | - | jar |
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| com.jcraft | jsch | 0.1.23 | - | jar | |
| commons-cli | commons-cli | 1.0 | - | jar | |
| easymock | easymock | 1.2_Java1.3 | - | jar | |
| org.apache.maven | maven-core | 2.0 | - | jar | |
| org.apache.maven | maven-error-diagnostics | 2.0 | - | jar | |
| org.apache.maven | maven-monitor | 2.0 | - | jar | |
| org.apache.maven | maven-plugin-descriptor | 2.0 | - | jar | |
| org.apache.maven | maven-plugin-parameter-documenter | 2.0 | - | jar | |
| org.apache.maven.shared | maven-invoker | 2.0.6 | - | jar | |
| org.apache.maven.wagon | wagon-file | 1.0-alpha-5 | - | jar | |
| org.apache.maven.wagon | wagon-http-lightweight | 1.0-alpha-5 | - | jar | |
| org.apache.maven.wagon | wagon-ssh | 1.0-alpha-5 | - | jar | |
| org.codehaus.plexus | plexus-archiver | 1.0-alpha-7 | - | jar | |
| org.codehaus.plexus | plexus-interactivity-api | 1.0-alpha-4 | - | jar |
http://mojo.codehaus.org/ounce-maven-plugin
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.
Maven shared components
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven-reporting/maven-reporting-impl
Unnamed - commons-validator:commons-validator:jar:1.1.4
http://maven.apache.org/doxia/doxia-core
http://maven.apache.org/doxia/doxia-site-renderer
Unnamed - commons-collections:commons-collections:jar:2.0
Unnamed - commons-logging:commons-logging-api:jar:1.0.4
Velocity is a Java-based template engine. It permits anyone to use the simple yet powerful template language to reference objects defined in Java code.
http://jakarta.apache.org/velocity/
Velocity is a Java-based template engine. It permits anyone to use the simple yet powerful template language to reference objects defined in Java code.
http://jakarta.apache.org/velocity/
http://maven.apache.org/doxia/doxia-decoration-model
Maven shared components
Maven shared components
http://maven.apache.org/shared/maven-invoker
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven2/maven-monitor
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven2/maven-plugin-api
Xerces2 is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy to program.
http://xerces.apache.org/xerces2-j/
Unnamed - xml-apis:xml-apis:jar:1.3.03
The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.
http://xml.apache.org/commons/#external
Unnamed - xpp3:xpp3_min:jar:1.1.3.4.O
MXP1 is a stable XmlPull parsing engine that is based on ideas from XPP and in particular XPP2 but completely revised and rewritten to take the best advantage of latest JIT JVMs such as Hotspot in JDK 1.4+.
http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/
Maven Plugin Testing Mechanism
Maven shared components
http://maven.apache.org/shared/maven-plugin-testing-harness
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven2/maven-core
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven-settings
Tools to manage artifacts and deployment
Maven Plugin Parameter Documenter API
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven2/maven-plugin-parameter-documenter
Maven Wagon Lightweight HTTP Provider
Tools to manage artifacts and deployment
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven-reporting/maven-reporting-api
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven-profile
Maven Model
http://maven.apache.org/maven-model
Maven Repository Metadata Model
Maven Plugin Mapping
http://maven.apache.org/maven-repository-metadata
Provides a manager component which will process a given Throwable instance through a set of diagnostic sub-components, and return a String message with user-friendly information about the error and possibly how to fix it.
http://maven.apache.org/maven2/maven-error-diagnostics
This library is used to not only read Maven project object model files, but to assemble inheritence and to retrieve remote models as required.
http://maven.apache.org/maven-project
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven-plugin-registry
Commons CLI provides a simple API for working with the command line arguments and options.
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven2/maven-plugin-descriptor
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven-artifact
Plexus Default Interactivity Handler
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven-artifact-manager
Tools to manage artifacts and deployment
Maven Wagon API that defines the contract between different Wagon implementations