PMD build tools
Artifact containing configuration data and tools to build pmd/pmd from source.
Note: This projects does not use semantic versioning.
License |
License |
---|---|
Categories |
CategoriesNet PMD Application Testing & Monitoring Code Analysis |
GroupId | GroupIdnet.sourceforge.pmd |
ArtifactId | ArtifactIdpmd-build |
Last Version | Last Version0.10 |
Release Date | Release Date |
Type | Typemaven-plugin |
Description |
DescriptionPMD Build Plugin
This small subproject regroup most of the stuff needed to build pmd.
As some java code has been produced to reduce the use of scripts when
generating the website, the build also requires a small jar, which is
generated by this pom.
IMPORTANT NOTE: the pmd-build.jar does not need to be recompile if you
modify any ant or xslt files. You can alter the files that are in the
xslt directory and directly uses the appropriate ant or java task.
pmd-build should be recompiled and package (and its version incrememented)
only if you modify the java code.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pmd-build-0.10.pom | |
pmd-build-0.10.jar | 27 KB |
pmd-build-0.10-sources.jar | 17 KB |
pmd-build-0.10-javadoc.jar | 105 KB |
Browse |
<plugin>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-build</artifactId>
<version>0.10</version>
</plugin>
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.ant : ant | jar | 1.8.2 |
org.apache.maven : maven-plugin-api | jar | 3.0.3 |
org.apache.maven : maven-core | jar | 3.0.3 |
org.apache.maven : maven-compat | jar | 3.0.3 |
org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
org.apache.maven.plugin-testing : maven-plugin-testing-harness | jar | 2.1 |
Artifact containing configuration data and tools to build pmd/pmd from source.
Note: This projects does not use semantic versioning.