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 |
---|---|---|---|---|---|
net.sf.cathcart | cathcart-ant-tasks | 0.9.7 | - | jar | |
org.apache.maven | maven-script-ant | 2.0.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 |
---|---|---|---|---|---|
org.apache.maven.shared | maven-verifier | 1.0 | - | 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 | |
org.apache.ant | ant | 1.7.1 | - | jar | |
org.apache.ant | ant-launcher | 1.7.1 | - | jar | |
org.apache.ant | ant-trax | 1.7.1 | - | jar | |
org.apache.maven | maven-plugin-api | 2.0.1 | - | jar | |
org.codehaus.plexus | plexus-ant-factory | 1.0-alpha-1 | - | jar | |
org.codehaus.plexus | plexus-container-default | 1.0-alpha-8 | - | jar | |
org.codehaus.plexus | plexus-utils | 1.0.5 | - | 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 | 4.6 | - | jar |
Cathcart Maven plugin is used to compare the values of generated metrics relative to a previous result. For instance you can check that the code coverage rate has not decreased since the previous successful build.
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-script/maven-script-ant
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-api
http://classworlds.codehaus.org/
Cathcart ant tasks are used for checking trends in software metrics.
Apache Ant
Unnamed - org.apache.ant:ant-trax:jar:1.7.1
contains particularly one class necessary for the execution of the xslt task
http://ant.apache.org/ant-trax
Maven shared components
http://maven.apache.org/shared/maven-verifier
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.