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 |
|---|---|---|---|---|---|
| commons-io | commons-io | 1.3 | - | jar | |
| log4j | log4j | 1.2.8 | - | jar | |
| org.apache.maven | maven-project | 2.0 | - | jar | |
| org.apache.maven.plugins | maven-jar-plugin | 2.1 | - | jar | |
| org.apache.maven.reporting | maven-reporting-impl | 2.0 | - | jar | |
| org.codehaus.plexus | plexus-archiver | 1.0-alpha-9 | - | jar | |
| rhino | js | 1.7R1 | - | 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 |
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| javax.servlet | servlet-api | 2.4 | - | 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-lang | commons-lang | 2.1 | - | jar | |
| commons-validator | commons-validator | 1.1.4 | - | jar | |
| doxia | doxia-core | 1.0-alpha-4 | - | jar | |
| doxia | doxia-sink-api | 1.0-alpha-4 | - | jar | |
| org.apache.maven | maven-archiver | 2.2 | - | jar | |
| org.apache.maven | maven-artifact | 2.0 | - | jar | |
| org.apache.maven | maven-artifact-manager | 2.0 | - | jar | |
| org.apache.maven | maven-model | 2.0 | - | jar | |
| org.apache.maven | maven-plugin-api | 2.0 | - | jar | |
| org.apache.maven | maven-profile | 2.0 | - | jar | |
| org.apache.maven | maven-repository-metadata | 2.0 | - | jar | |
| org.apache.maven.reporting | maven-reporting-api | 2.0 | - | jar | |
| org.apache.maven.wagon | wagon-provider-api | 1.0-alpha-5 | - | jar | |
| org.codehaus.plexus | plexus-container-default | 1.0-alpha-8 | - | jar | |
| org.codehaus.plexus | plexus-io | 1.0-alpha-1 | - | jar | |
| org.codehaus.plexus | plexus-utils | 1.0.4 | - | jar | |
| oro | oro | 2.0.7 | - | jar |
The Maven JSTools Plugin is, well, a javascript plugin for Maven 2. More specifically, it provides a Maven2 interface to a set of JavaScript development tools like JSDoc and JSLint, along with runtime JS dependency resolution (well it sounds cool) tools for your WAR projects. Support for JSUnit/ECMAUnit is coming up!
http://dev.abiss.gr/mvn-jstools
Unnamed - log4j:log4j:jar:1.2.8
Maven Plugins
http://maven.apache.org/plugins/maven-jar-plugin
Maven shared components
http://maven.apache.org/shared/maven-archiver
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.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Unnamed - org.apache.maven.reporting:maven-reporting-impl:jar:2.0
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-reporting/maven-reporting-impl
Unnamed - commons-validator:commons-validator:jar:1.1.4
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
Unnamed - org.apache.maven.reporting:maven-reporting-api:jar:2.0
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-reporting/maven-reporting-api
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/maven2/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/maven2/maven-profile
Maven Model
http://maven.apache.org/maven2/maven-model
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.
Maven Repository Metadata Model
Maven Plugin Mapping
http://maven.apache.org/maven2/maven-repository-metadata
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/maven2/maven-artifact
http://classworlds.codehaus.org/
Commons-IO contains utility classes, stream implementations, file filters, and endian classes.
http://jakarta.apache.org/commons/io/
Rhino: JavaScript for Java