Commit Graph

37 Commits

Author SHA1 Message Date
aheritier
2fdfea306f Upgrade to pmd 3.5.
The 'printToConsole' ant task attribute has been deprecated.  Please use the 'toConsole' attribute of the 'formatter' element instead.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@378806 13f79535-47bb-0310-9956-ffa450edef68
2006-02-19 00:48:52 +00:00
aheritier
7911b3d832 PR: MPPMD-19
Submitted by: Wim Deblauwe
Reviewed by: aheritier
Java language level not settable through plugin

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@374779 13f79535-47bb-0310-9956-ffa450edef68
2006-02-03 23:13:53 +00:00
aheritier
754ee15ce8 Add a link on each error to explain it.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@374776 13f79535-47bb-0310-9956-ffa450edef68
2006-02-03 23:01:55 +00:00
aheritier
bb9a3d67a3 MPPMD-21 : New properties "maven.pmd.failonerror" and "maven.pmd.failonruleviolation" to fail the build if any errors or problems are found.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@374770 13f79535-47bb-0310-9956-ffa450edef68
2006-02-03 22:50:30 +00:00
aheritier
6c9468d1c7 MPPMD-13 : New property "maven.pmd.console" to display pmd errors to the console.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@374767 13f79535-47bb-0310-9956-ffa450edef68
2006-02-03 22:38:32 +00:00
aheritier
771849ba32 Do not generate links to JXR files if they are not created.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@374441 13f79535-47bb-0310-9956-ffa450edef68
2006-02-02 17:51:54 +00:00
aheritier
b68b6a0bc3 Use properties maven.jxr.destdir and maven.jxr.destdir.test to generate links from the PMD report to jxr files.
Fix NullPointerException if pom.build.sourceDirectory or pom.build.unitTestSourceDirectory are not defined.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@374409 13f79535-47bb-0310-9956-ffa450edef68
2006-02-02 15:26:46 +00:00
aheritier
c8a822008f begin 1.8-SNAPSHOT
Upgrade to pmd 3.4

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@373872 13f79535-47bb-0310-9956-ffa450edef68
2006-01-31 16:53:29 +00:00
carlos
23c3bb5ead [maven-scm-plugin] prepare release 1.7
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@230514 13f79535-47bb-0310-9956-ffa450edef68
2005-08-06 00:30:47 +00:00
carlos
e4391ec68c Added ability to check test sources
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@227485 13f79535-47bb-0310-9956-ffa450edef68
2005-08-04 21:01:00 +00:00
carlos
83a13637f9 Upgrade to pmd-3.2
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@227465 13f79535-47bb-0310-9956-ffa450edef68
2005-08-04 20:08:39 +00:00
dion
58bd8de712 [maven-scm-plugin] prepare release 1.6
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115912 13f79535-47bb-0310-9956-ffa450edef68
2004-07-30 00:53:34 +00:00
dion
abb880501c MPPMD-10. Upgrade to pmd-1.9
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115901 13f79535-47bb-0310-9956-ffa450edef68
2004-07-29 14:52:11 +00:00
dion
5bd3a91a0f MPPMD-12. Only run PMD if sources present
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115899 13f79535-47bb-0310-9956-ffa450edef68
2004-07-29 14:31:30 +00:00
brett
3aeffce2a2 [maven-scm-plugin] prepare release 1.5
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115578 13f79535-47bb-0310-9956-ffa450edef68
2004-06-28 11:31:23 +00:00
brett
9c7c08b449 PR: MPPMD-2
Submitted By:	Joakim Erdfelt
Reviewed By:	Brett Porter
PMD plugin cleanup. Rulesets are kept inside PMD jar, upgraded to v1.3. Clean documentation.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115459 13f79535-47bb-0310-9956-ffa450edef68
2004-06-12 03:19:36 +00:00
brett
226ac1b0f3 [maven-scm-plugin] prepare release 1.4
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115262 13f79535-47bb-0310-9956-ffa450edef68
2004-05-16 01:30:52 +00:00
dion
eb21a3ce05 Use issue attribute where possible for better reporting
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115100 13f79535-47bb-0310-9956-ffa450edef68
2004-04-30 14:38:45 +00:00
brett
5bc3b2545f PR: MPPMD-7
fixed issues after clean. Fixed handling of cpd.enable property.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115008 13f79535-47bb-0310-9956-ffa450edef68
2004-04-14 00:55:25 +00:00
brett
8967dbfbc9 [maven-scm-plugin] prepare release 1.3
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114873 13f79535-47bb-0310-9956-ffa450edef68
2004-03-10 12:23:01 +00:00
evenisse
85df922d35 Update to ASL v.2
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114795 13f79535-47bb-0310-9956-ffa450edef68
2004-03-04 18:40:25 +00:00
brett
23288e17e7 PR: MPPMD-5
Add CPD report patch


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114765 13f79535-47bb-0310-9956-ffa450edef68
2004-03-01 01:50:22 +00:00
dion
d9280d16af Fix for Maven-1044. Allow multiple includes/excludes
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114384 13f79535-47bb-0310-9956-ffa450edef68
2003-11-20 15:35:16 +00:00
dion
9bafc7f7e8 Apply MAVEN-1008:
Patch to add the project dependancies to the pmd classpath.
This should allow a custom ruleset jar file that is defined as a dependancy to be added to the pmd classpath.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114303 13f79535-47bb-0310-9956-ffa450edef68
2003-11-10 14:16:40 +00:00
vmassol
b20f9792ee Better to use "unknown" than "in CVS" (which is definitely not true)
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114047 13f79535-47bb-0310-9956-ffa450edef68
2003-09-20 16:54:43 +00:00
vmassol
ec334c5fed Releasing version 1.2
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114046 13f79535-47bb-0310-9956-ffa450edef68
2003-09-20 16:53:38 +00:00
vmassol
f115a120b6 Updated to use PMD 1.2.1
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113909 13f79535-47bb-0310-9956-ffa450edef68
2003-08-30 11:55:56 +00:00
vmassol
61520e2ffe Start development of version 1.2
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113908 13f79535-47bb-0310-9956-ffa450edef68
2003-08-30 11:52:53 +00:00
vmassol
a0017acc04 Preparing to release version 1.1
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113906 13f79535-47bb-0310-9956-ffa450edef68
2003-08-30 11:49:18 +00:00
epugh
be7204e145 Give PMD include/exclude filters. Same idea as in Checkstyle.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113685 13f79535-47bb-0310-9956-ffa450edef68
2003-07-22 16:13:27 +00:00
dion
1cd3137af2 Teach plugin about sourceMods
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113682 13f79535-47bb-0310-9956-ffa450edef68
2003-07-22 07:13:29 +00:00
evenisse
68daa1e923 Add xml declaration to all xml generated report. Fixed for character encoding.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113614 13f79535-47bb-0310-9956-ffa450edef68
2003-07-08 11:01:08 +00:00
vmassol
0d4000d594 - Fixed Changes report which was not showing up correctly (blank page)
- Fixed MAVEN-538: report generation failing when no errors.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113571 13f79535-47bb-0310-9956-ffa450edef68
2003-07-02 10:06:41 +00:00
vmassol
a1dec431e3 prepare for 1.1 dev
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113334 13f79535-47bb-0310-9956-ffa450edef68
2003-04-13 09:03:51 +00:00
vmassol
8f818db525 Prepare for the 1.0 release
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113299 13f79535-47bb-0310-9956-ffa450edef68
2003-04-08 22:34:21 +00:00
vmassol
8786cd4a91 Made the plugin work with Maven b9
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113258 13f79535-47bb-0310-9956-ffa450edef68
2003-04-04 11:06:45 +00:00
vmassol
5a9dfe3d3c Moved the PMD plugin from http://sourceforge.net/projects/maven-plugins to the Maven CVS. I will move it to another place when we decide to have plugins hosted in a different subproject of maven.apache.org.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113253 13f79535-47bb-0310-9956-ffa450edef68
2003-04-03 18:58:12 +00:00