svn commit: r1729695 - in /maven/plugins/trunk/maven-pmd-plugin/src: it/MPMD-219-pmd-processing-error/ it/MPMD-219-pmd-processing-error/src/ it/MPMD-219-pmd-processing-error/src/main/ it/MPMD-219-pmd-

2016-02-10 Thread adangel
Author: adangel Date: Wed Feb 10 19:29:54 2016 New Revision: 1729695 URL: http://svn.apache.org/viewvc?rev=1729695=rev Log: [MPMD-219] PMD processing errors should fail build (skipPmdError=false) This commit adds a "PmdCollectingRenderer" and uses it instead of the report listener, as

svn commit: r1729696 - in /maven/plugins/trunk/maven-pmd-plugin/src: main/java/org/apache/maven/plugin/pmd/ test/java/org/apache/maven/plugin/pmd/ test/resources/unit/exclude-roots/ test/resources/uni

2016-02-10 Thread adangel
Author: adangel Date: Wed Feb 10 19:30:07 2016 New Revision: 1729696 URL: http://svn.apache.org/viewvc?rev=1729696=rev Log: [MPMD-178] excludeRoots should handle subdirectories Contributed by: Michael Yates Added: maven/plugins/trunk/maven-pmd-plugin/src/test/resources/unit/exclude-roots

svn commit: r1728634 - /maven/pom/trunk/maven/pom.xml

2016-02-05 Thread adangel
Author: adangel Date: Fri Feb 5 10:55:17 2016 New Revision: 1728634 URL: http://svn.apache.org/viewvc?rev=1728634=rev Log: Updated to add "Andreas Dangel" to the list of committers Modified: maven/pom/trunk/maven/pom.xml Modified: maven/pom/trunk/maven/pom.xml URL: http://svn.

svn commit: r1730597 - /maven/plugins/trunk/maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd/AbstractPmdReport.java

2016-02-15 Thread adangel
Author: adangel Date: Mon Feb 15 19:05:13 2016 New Revision: 1730597 URL: http://svn.apache.org/viewvc?rev=1730597=rev Log: [MPMD-178] use canonicalPaths to compare the directories Modified: maven/plugins/trunk/maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd

svn commit: r1731134 - /maven/plugins/trunk/maven-source-plugin/src/test/java/org/apache/maven/plugins/source/TestSourceJarMojoTest.java

2016-02-18 Thread adangel
Author: adangel Date: Thu Feb 18 20:26:03 2016 New Revision: 1731134 URL: http://svn.apache.org/viewvc?rev=1731134=rev Log: m-source-p: Fix unit test testIncludeMavenDescriptorWhenExplicitlyConfigured The failure was only visible, if TestSourceMojoTest ran before SourceMojoTest (as it was done

svn commit: r1755320 - in /maven/plugins/trunk/maven-pmd-plugin/src/test/java/org/apache/maven/plugin/pmd: AbstractPmdReportTest.java CpdReportTest.java PmdReportTest.java

2016-08-05 Thread adangel
Author: adangel Date: Fri Aug 5 13:24:52 2016 New Revision: 1755320 URL: http://svn.apache.org/viewvc?rev=1755320=rev Log: [MPMD-196] Do not rely in tests on toLowerCase but on toLowerCase(Locale.ROOT) Modified: maven/plugins/trunk/maven-pmd-plugin/src/test/java/org/apache/maven/plugin/pmd

svn commit: r1755426 - in /maven/plugins/trunk: maven-pmd-plugin/pom.xml pom.xml

2016-08-07 Thread adangel
Author: adangel Date: Sun Aug 7 09:46:24 2016 New Revision: 1755426 URL: http://svn.apache.org/viewvc?rev=1755426=rev Log: [MPMD-226] Require Java 7 Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml maven/plugins/trunk/pom.xml Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml

svn commit: r1755427 - /maven/plugins/trunk/maven-pmd-plugin/pom.xml

2016-08-07 Thread adangel
Author: adangel Date: Sun Aug 7 09:46:29 2016 New Revision: 1755427 URL: http://svn.apache.org/viewvc?rev=1755427=rev Log: [MPMD-226] Require Java 7 - update animal-sniffer config Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml

svn commit: r1755428 - in /maven/plugins/trunk/maven-pmd-plugin/src: main/java/org/apache/maven/plugin/pmd/ test/java/org/apache/maven/plugin/pmd/ test/java/org/apache/maven/plugin/pmd/stubs/

2016-08-07 Thread adangel
Author: adangel Date: Sun Aug 7 09:46:39 2016 New Revision: 1755428 URL: http://svn.apache.org/viewvc?rev=1755428=rev Log: Java 7 updates Modified: maven/plugins/trunk/maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd/AbstractPmdReport.java maven/plugins/trunk/maven-pmd

svn commit: r1755431 - in /maven/plugins/trunk/maven-pmd-plugin/src/main: java/org/apache/maven/plugin/pmd/PmdReport.java java/org/apache/maven/plugin/pmd/rules/DummyRule.java resources/rulesets/dummy

2016-08-07 Thread adangel
Author: adangel Date: Sun Aug 7 09:47:03 2016 New Revision: 1755431 URL: http://svn.apache.org/viewvc?rev=1755431=rev Log: Remove dummy rule - if no rulesets are specified, PMD is not executed now Removed: maven/plugins/trunk/maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd/rules

svn commit: r1755430 - in /maven/plugins/trunk/maven-pmd-plugin/src: main/java/org/apache/maven/plugin/pmd/PmdReport.java main/resources/rulesets/maven.xml site/apt/examples/usingRuleSets.apt.vm site/

2016-08-07 Thread adangel
Author: adangel Date: Sun Aug 7 09:46:55 2016 New Revision: 1755430 URL: http://svn.apache.org/viewvc?rev=1755430=rev Log: [MPMD-220] Upgrade to PMD 5.5.1 - update documentation and links Modified: maven/plugins/trunk/maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd

svn commit: r1755429 - in /maven/plugins/trunk/maven-pmd-plugin: pom.xml src/main/java/org/apache/maven/plugin/pmd/PmdReport.java src/test/resources/unit/default-configuration/cpd-javascript-plugin-co

2016-08-07 Thread adangel
Author: adangel Date: Sun Aug 7 09:46:47 2016 New Revision: 1755429 URL: http://svn.apache.org/viewvc?rev=1755429=rev Log: [MPMD-220] Upgrade to PMD 5.5.1 Enable the rulesets java-empty and java-unnecessary by default, to remain backwards compatible. They have been in the past releases part

svn commit: r1780978 - in /maven/plugins/trunk/maven-pmd-plugin: pom.xml src/test/java/org/apache/maven/plugin/pmd/CpdReportTest.java

2017-01-30 Thread adangel
Author: adangel Date: Mon Jan 30 20:06:19 2017 New Revision: 1780978 URL: http://svn.apache.org/viewvc?rev=1780978=rev Log: [MPMD-231] Upgrade to PMD 5.5.3 Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml maven/plugins/trunk/maven-pmd-plugin/src/test/java/org/apache/maven/plugin

svn commit: r1763807 - in /maven/plugins/trunk/maven-pmd-plugin/src: main/java/org/apache/maven/plugin/pmd/ test/resources/unit/default-configuration/

2016-10-07 Thread adangel
Author: adangel Date: Fri Oct 7 18:06:31 2016 New Revision: 1763807 URL: http://svn.apache.org/viewvc?rev=1763807=rev Log: [MPMD-213] Remove the language parameter from AbstractPmdViolationCheckMojo Modified: maven/plugins/trunk/maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd

svn commit: r1763914 - /maven/plugins/trunk/maven-pmd-plugin/pom.xml

2016-10-08 Thread adangel
Author: adangel Date: Sat Oct 8 16:08:43 2016 New Revision: 1763914 URL: http://svn.apache.org/viewvc?rev=1763914=rev Log: [maven-release-plugin] prepare release maven-pmd-plugin-3.7 Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml Modified: maven/plugins/trunk/maven-pmd-plugin

svn commit: r1763916 - /maven/plugins/trunk/maven-pmd-plugin/pom.xml

2016-10-08 Thread adangel
Author: adangel Date: Sat Oct 8 16:09:01 2016 New Revision: 1763916 URL: http://svn.apache.org/viewvc?rev=1763916=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml Modified: maven/plugins/trunk/maven-pmd-plugin

svn commit: r1763915 - /maven/plugins/tags/maven-pmd-plugin-3.7/

2016-10-08 Thread adangel
Author: adangel Date: Sat Oct 8 16:08:58 2016 New Revision: 1763915 URL: http://svn.apache.org/viewvc?rev=1763915=rev Log: [maven-release-plugin] copy for tag maven-pmd-plugin-3.7 Added: maven/plugins/tags/maven-pmd-plugin-3.7/ - copied from r1763914, maven/plugins/trunk/maven-pmd

svn commit: r1763909 - /maven/plugins/trunk/maven-pmd-plugin/pom.xml

2016-10-08 Thread adangel
Author: adangel Date: Sat Oct 8 15:42:58 2016 New Revision: 1763909 URL: http://svn.apache.org/viewvc?rev=1763909=rev Log: [MPMD-228] Upgrade maven-plugins to version 30 Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml URL: http

svn commit: r1763911 - /maven/plugins/trunk/maven-pmd-plugin/pom.xml

2016-10-08 Thread adangel
Author: adangel Date: Sat Oct 8 15:43:24 2016 New Revision: 1763911 URL: http://svn.apache.org/viewvc?rev=1763911=rev Log: [MPMD-229] Cleanup POM, remove temporary workarounds dom4j comes in via velocity-tools, but it doesn't seem to be needed at all so it is not added back Modified: maven

svn commit: r1763910 - /maven/plugins/trunk/maven-pmd-plugin/pom.xml

2016-10-08 Thread adangel
Author: adangel Date: Sat Oct 8 15:43:12 2016 New Revision: 1763910 URL: http://svn.apache.org/viewvc?rev=1763910=rev Log: [MPMD-229] Cleanup POM, remove temporary workarounds Use m-release-p from parent Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml Modified: maven/plugins/trunk

svn commit: r1762188 - in /maven/plugins/trunk/maven-pmd-plugin/src/site: apt/examples/multi-module-config.apt.vm apt/index.apt.vm site.xml

2016-09-25 Thread adangel
Author: adangel Date: Sun Sep 25 10:51:34 2016 New Revision: 1762188 URL: http://svn.apache.org/viewvc?rev=1762188=rev Log: [MPMD-227] Document multimodule configuration example Added: maven/plugins/trunk/maven-pmd-plugin/src/site/apt/examples/multi-module-config.apt.vm Modified: maven

svn commit: r1762990 - in /maven/plugins/trunk/maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd: CpdReport.java ExcludeDuplicationsFromFile.java ExcludeViolationsFromFile.java PmdReport.java

2016-10-01 Thread adangel
Author: adangel Date: Sat Oct 1 09:30:00 2016 New Revision: 1762990 URL: http://svn.apache.org/viewvc?rev=1762990=rev Log: [MPMD-162] PMD/CPD report does not take into account pmd.excludeFromFailureFile Further refactoring and logging Modified: maven/plugins/trunk/maven-pmd-plugin/src/main

svn commit: r1762989 - in /maven/plugins/trunk/maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd: CpdReport.java CpdViolationCheckMojo.java ExcludeDuplicationsFromFile.java ExcludeViolationsF

2016-10-01 Thread adangel
Author: adangel Date: Sat Oct 1 09:29:53 2016 New Revision: 1762989 URL: http://svn.apache.org/viewvc?rev=1762989=rev Log: [MPMD-162] PMD/CPD report does not take into account pmd.excludeFromFailureFile Refactoring - move the code into Exclude{Violations,Duplications}FromFile helper classes

svn commit: r1762988 - in /maven/plugins/trunk/maven-pmd-plugin/src: main/java/org/apache/maven/plugin/pmd/ test/java/org/apache/maven/plugin/pmd/ test/resources/unit/default-configuration/

2016-10-01 Thread adangel
Author: adangel Date: Sat Oct 1 09:29:45 2016 New Revision: 1762988 URL: http://svn.apache.org/viewvc?rev=1762988=rev Log: [MPMD-162] PMD/CPD report does not take into account pmd.excludeFromFailureFile Basic implementation Added: maven/plugins/trunk/maven-pmd-plugin/src/test/resources

svn commit: r1762992 - in /maven/plugins/trunk/maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd: AbstractPmdViolationCheckMojo.java CpdViolationCheckMojo.java PmdViolationCheckMojo.java

2016-10-01 Thread adangel
Author: adangel Date: Sat Oct 1 09:30:14 2016 New Revision: 1762992 URL: http://svn.apache.org/viewvc?rev=1762992=rev Log: [MPMD-162] PMD/CPD report does not take into account pmd.excludeFromFailureFile Use the new interface for the check mojos Modified: maven/plugins/trunk/maven-pmd

svn commit: r1762991 - /maven/plugins/trunk/maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd/

2016-10-01 Thread adangel
Author: adangel Date: Sat Oct 1 09:30:08 2016 New Revision: 1762991 URL: http://svn.apache.org/viewvc?rev=1762991=rev Log: [MPMD-162] PMD/CPD report does not take into account pmd.excludeFromFailureFile Introduce a common interface ExcludeFromFile Added: maven/plugins/trunk/maven-pmd

svn commit: r1762995 - in /maven/plugins/trunk/maven-pmd-plugin/src: it/MPMD-206-sourceDirectories-js/invoker.properties site/apt/examples/javascriptReport.apt.vm site/apt/examples/jspReport.apt.vm

2016-10-01 Thread adangel
Author: adangel Date: Sat Oct 1 10:09:26 2016 New Revision: 1762995 URL: http://svn.apache.org/viewvc?rev=1762995=rev Log: [MPMD-212] Add documentation and IT for MPMD-206 Document the maven 3.3.9 requirements Run IT only with 3.3.9 Modified: maven/plugins/trunk/maven-pmd-plugin/src

svn commit: r1762994 - in /maven/plugins/trunk/maven-pmd-plugin/src: it/MPMD-206-sourceDirectories-js/ it/MPMD-206-sourceDirectories-js/src/ it/MPMD-206-sourceDirectories-js/src/main/ it/MPMD-206-sour

2016-10-01 Thread adangel
Author: adangel Date: Sat Oct 1 10:09:19 2016 New Revision: 1762994 URL: http://svn.apache.org/viewvc?rev=1762994=rev Log: [MPMD-212] Add documentation and IT for MPMD-206 Added: maven/plugins/trunk/maven-pmd-plugin/src/it/MPMD-206-sourceDirectories-js/ maven/plugins/trunk/maven-pmd

svn commit: r1762998 - /maven/plugins/trunk/maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd/AbstractPmdReport.java

2016-10-01 Thread adangel
Author: adangel Date: Sat Oct 1 10:54:35 2016 New Revision: 1762998 URL: http://svn.apache.org/viewvc?rev=1762998=rev Log: [MPMD-212] Add documentation and IT for MPMD-206 Change since version of compileSourceRoots/testSourceRoots to be 3.7 Modified: maven/plugins/trunk/maven-pmd-plugin

svn commit: r1764745 - /maven/project/KEYS

2016-10-13 Thread adangel
Author: adangel Date: Thu Oct 13 17:47:00 2016 New Revision: 1764745 URL: http://svn.apache.org/viewvc?rev=1764745=rev Log: Added keys for adan...@users.sourceforge.net and adan...@apache.org Modified: maven/project/KEYS Modified: maven/project/KEYS URL: http://svn.apache.org/viewvc/maven

svn commit: r1765121 - /maven/site/trunk/content/apt/plugins/index.apt

2016-10-16 Thread adangel
Author: adangel Date: Sun Oct 16 08:38:10 2016 New Revision: 1765121 URL: http://svn.apache.org/viewvc?rev=1765121=rev Log: Updated maven pmd plugin to version 3.7 Modified: maven/site/trunk/content/apt/plugins/index.apt Modified: maven/site/trunk/content/apt/plugins/index.apt URL: http

svn commit: r1789640 - /maven/plugins/trunk/maven-pmd-plugin/pom.xml

2017-03-31 Thread adangel
Author: adangel Date: Fri Mar 31 09:27:31 2017 New Revision: 1789640 URL: http://svn.apache.org/viewvc?rev=1789640=rev Log: [MPMD-231] Upgrade to PMD 5.5.5 Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml URL: http

svn commit: r1789660 - in /maven/plugins/trunk: .gitignore maven-pmd-plugin/pom.xml

2017-03-31 Thread adangel
Author: adangel Date: Fri Mar 31 10:59:38 2017 New Revision: 1789660 URL: http://svn.apache.org/viewvc?rev=1789660=rev Log: m-pmd-p: git+rat ignore .pmd and .checkstyle file Modified: maven/plugins/trunk/.gitignore maven/plugins/trunk/maven-pmd-plugin/pom.xml Modified: maven/plugins

svn commit: r1789658 - in /maven/plugins/trunk/maven-pmd-plugin/src/it: MPMD-89-232-typeresolution/ MPMD-89-232-typeresolution/src/ MPMD-89-232-typeresolution/src/main/ MPMD-89-232-typeresolution/src/

2017-03-31 Thread adangel
Author: adangel Date: Fri Mar 31 10:59:24 2017 New Revision: 1789658 URL: http://svn.apache.org/viewvc?rev=1789658=rev Log: [MPMD-232] Rename integration test for typeresolution Added: maven/plugins/trunk/maven-pmd-plugin/src/it/MPMD-89-232-typeresolution/ maven/plugins/trunk/maven-pmd

svn commit: r1789659 - in /maven/plugins/trunk/maven-pmd-plugin/src: it/MPMD-89-232-typeresolution/pom.xml main/java/org/apache/maven/plugin/pmd/PmdReport.java

2017-03-31 Thread adangel
Author: adangel Date: Fri Mar 31 10:59:32 2017 New Revision: 1789659 URL: http://svn.apache.org/viewvc?rev=1789659=rev Log: [MPMD-232] Enable typeResolution by default Modified: maven/plugins/trunk/maven-pmd-plugin/src/it/MPMD-89-232-typeresolution/pom.xml maven/plugins/trunk/maven-pmd

svn commit: r1792522 - /maven/plugins/trunk/maven-pmd-plugin/pom.xml

2017-04-24 Thread adangel
Author: adangel Date: Mon Apr 24 17:59:33 2017 New Revision: 1792522 URL: http://svn.apache.org/viewvc?rev=1792522=rev Log: [MPMD-231] Upgrade to PMD 5.5.6 Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml URL: http

svn commit: r1793231 - in /maven/plugins/trunk/maven-pmd-plugin: pom.xml src/main/java/org/apache/maven/plugin/pmd/ExcludeFromFile.java src/main/java/org/apache/maven/plugin/pmd/PmdReport.java

2017-04-29 Thread adangel
Author: adangel Date: Sat Apr 29 19:14:41 2017 New Revision: 1793231 URL: http://svn.apache.org/viewvc?rev=1793231=rev Log: [MPMD-233] Upgrade to PMD 5.6.1 Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml maven/plugins/trunk/maven-pmd-plugin/src/main/java/org/apache/maven/plugin

svn commit: r1793232 - in /maven/plugins/trunk/maven-pmd-plugin/src: it/MPMD-234-analysis-cache/ it/MPMD-234-analysis-cache/custom-analysis-cache/ it/MPMD-234-analysis-cache/custom-analysis-cache/src/

2017-04-29 Thread adangel
Author: adangel Date: Sat Apr 29 19:15:09 2017 New Revision: 1793232 URL: http://svn.apache.org/viewvc?rev=1793232=rev Log: [MPMD-234] Support incremental analysis cache Added: maven/plugins/trunk/maven-pmd-plugin/src/it/MPMD-234-analysis-cache/ maven/plugins/trunk/maven-pmd-plugin/src

svn commit: r1805494 - in /maven/plugins/trunk/maven-pmd-plugin/src/site: apt/examples/upgrading-PMD-at-runtime.apt.vm apt/index.apt.vm site.xml

2017-08-19 Thread adangel
Author: adangel Date: Sat Aug 19 09:19:07 2017 New Revision: 1805494 URL: http://svn.apache.org/viewvc?rev=1805494=rev Log: [MPMD-239] Add documentation about upgrading PMD version at runtime Added: maven/plugins/trunk/maven-pmd-plugin/src/site/apt/examples/upgrading-PMD-at-runtime.apt.vm

svn commit: r1793285 - /maven/plugins/trunk/maven-pmd-plugin/pom.xml

2017-05-01 Thread adangel
Author: adangel Date: Mon May 1 06:50:44 2017 New Revision: 1793285 URL: http://svn.apache.org/viewvc?rev=1793285=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml Modified: maven/plugins/trunk/maven-pmd-plugin

svn commit: r1793283 - /maven/plugins/trunk/maven-pmd-plugin/pom.xml

2017-05-01 Thread adangel
Author: adangel Date: Mon May 1 06:50:28 2017 New Revision: 1793283 URL: http://svn.apache.org/viewvc?rev=1793283=rev Log: [maven-release-plugin] prepare release maven-pmd-plugin-3.8 Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml Modified: maven/plugins/trunk/maven-pmd-plugin

svn commit: r1793284 - /maven/plugins/tags/maven-pmd-plugin-3.8/

2017-05-01 Thread adangel
Author: adangel Date: Mon May 1 06:50:42 2017 New Revision: 1793284 URL: http://svn.apache.org/viewvc?rev=1793284=rev Log: [maven-release-plugin] copy for tag maven-pmd-plugin-3.8 Added: maven/plugins/tags/maven-pmd-plugin-3.8/ - copied from r1793283, maven/plugins/trunk/maven-pmd

svn commit: r1793969 - /maven/site/trunk/content/apt/plugins/index.apt

2017-05-05 Thread adangel
Author: adangel Date: Fri May 5 07:43:29 2017 New Revision: 1793969 URL: http://svn.apache.org/viewvc?rev=1793969=rev Log: m-pmd-p 3.8 Modified: maven/site/trunk/content/apt/plugins/index.apt Modified: maven/site/trunk/content/apt/plugins/index.apt URL: http://svn.apache.org/viewvc/maven

svn commit: r1794126 - /maven/site/trunk/content/apt/developers/release/maven-project-release-procedure.apt

2017-05-06 Thread adangel
Author: adangel Date: Sat May 6 07:38:47 2017 New Revision: 1794126 URL: http://svn.apache.org/viewvc?rev=1794126=rev Log: fix link to Apache Committee Report Helper Modified: maven/site/trunk/content/apt/developers/release/maven-project-release-procedure.apt Modified: maven/site/trunk

svn commit: r1794127 - /maven/site/trunk/content/apt/developers/release/maven-project-release-procedure.apt

2017-05-06 Thread adangel
Author: adangel Date: Sat May 6 07:43:45 2017 New Revision: 1794127 URL: http://svn.apache.org/viewvc?rev=1794127=rev Log: fix link to Apache Committee Report Helper again Modified: maven/site/trunk/content/apt/developers/release/maven-project-release-procedure.apt Modified: maven/site

svn commit: r1794128 - /maven/site/trunk/content/apt/developers/release/maven-project-release-procedure.apt

2017-05-06 Thread adangel
Author: adangel Date: Sat May 6 07:59:03 2017 New Revision: 1794128 URL: http://svn.apache.org/viewvc?rev=1794128=rev Log: Improve release doc - asking pmc Modified: maven/site/trunk/content/apt/developers/release/maven-project-release-procedure.apt Modified: maven/site/trunk/content/apt

[maven-pmd-plugin] branch master updated: Now really find a free port. Wiremock internally just uses port 8080 if no port is given

2017-12-17 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git The following commit(s) were added to refs/heads/master by this push: new 4db6385 Now really find a free port

[maven-pmd-plugin] branch master updated: Use random port for wiremock based unit test

2017-12-17 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git The following commit(s) were added to refs/heads/master by this push: new be28365 Use random port

[maven-pmd-plugin] 01/07: [MPMD-247] Upgrade to PMD 6.0.0

2017-12-16 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git commit f1f79c2eb58204a922af7ee73691f13922cdd5f2 Author: Andreas Dangel <adan...@apache.org> AuthorDate: Fri

[maven-pmd-plugin] 02/07: [MPMD-247] Upgrade to PMD 6.0.0

2017-12-16 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git commit f165857ecde4f4034a5112dc8af5b1431dbf5ac8 Author: Andreas Dangel <adan...@apache.org> AuthorDate: Fri

[maven-pmd-plugin] 04/07: [MPMD-247] Upgrade to PMD 6.0.0

2017-12-16 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git commit d1f37cef8e1a34da615ca52b42bfe506884fa810 Author: Andreas Dangel <adan...@apache.org> AuthorDate: Fri

[maven-pmd-plugin] 03/07: [MPMD-247] Upgrade to PMD 6.0.0

2017-12-16 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git commit c0cff37cc6cdab4faef654746e21cad25fcc9f33 Author: Andreas Dangel <adan...@apache.org> AuthorDate: Fri

[maven-pmd-plugin] 06/07: [MPMD-247] Upgrade to PMD 6.0.0

2017-12-16 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git commit 866374ad0221da0046b9552f05fd28af6e11da72 Author: Andreas Dangel <adan...@apache.org> AuthorDate: Fri

[maven-pmd-plugin] 05/07: [MPMD-247] Upgrade to PMD 6.0.0

2017-12-16 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git commit 4d5e9f981c3d4566a4aa07f420175254fb2d6895 Author: Andreas Dangel <adan...@apache.org> AuthorDate: Fri

[maven-pmd-plugin] branch master updated (a9c1a4f -> b455472)

2017-12-16 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git. from a9c1a4f moved to git new f1f79c2 [MPMD-247] Upgrade to PMD 6.0.0 new f165857 [MPMD-247

[maven-pmd-plugin] 07/07: Merge branch 'MPMD-247'

2017-12-16 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git commit b45547248cf595434f823a227e924394f0b043bc Merge: a9c1a4f 866374a Author: Andreas Dangel <adan...@apache.

[maven-pmd-plugin] branch master updated: [MPMD-248] cpd-check goal leaks file handle

2017-12-17 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git The following commit(s) were added to refs/heads/master by this push: new 2051d09 [MPMD-248] cpd-check goal

[maven-pmd-plugin] branch MPMD-246 created (now e4be7da)

2017-12-16 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a change to branch MPMD-246 in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git. at e4be7da [MPMD-246] Output details of processing errors This branch includes the following new commits

[maven-pmd-plugin] 02/03: [MPMD-246] Output details of processing errors

2017-12-16 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch MPMD-246 in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git commit 5942db6a30f77c0012bd53019431daf725ffc455 Author: Andreas Dangel <adan...@apache.org> AuthorDate: Fri

[maven-pmd-plugin] 01/03: [MPMD-246] Output details of processing errors

2017-12-16 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch MPMD-246 in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git commit 39b03dae27b8821390ff20dfcfbf20473399d610 Author: Andreas Dangel <adan...@apache.org> AuthorDate: Fri

[maven-pmd-plugin] 03/03: [MPMD-246] Output details of processing errors

2017-12-16 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch MPMD-246 in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git commit e4be7da1cd940f6499fb2525e0aee87e31814b7e Author: Andreas Dangel <adan...@apache.org> AuthorDate: Fri

[maven-pmd-plugin] 04/05: [MPMD-246] Output details of processing errors

2017-12-18 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git commit fb7511f5f36b38d30b1f4cce58bb914d56d1ad4d Author: Andreas Dangel <adan...@apache.org> AuthorDate: Fri

[maven-pmd-plugin] 02/05: [MPMD-246] Output details of processing errors

2017-12-18 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git commit f9c4942d2a49441b13bc5df83c632bad78fcb73f Author: Andreas Dangel <adan...@apache.org> AuthorDate: Fri

[maven-pmd-plugin] 03/05: [MPMD-246] Output details of processing errors

2017-12-18 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git commit a4ec98393cf1a8db3dcfffc9cfa623481fd7ba83 Author: Andreas Dangel <adan...@apache.org> AuthorDate: Fri

[maven-pmd-plugin] 05/05: [MPMD-244] Maven PMD plugin fails but no reason is given for the failure

2017-12-18 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git commit 8ea1ca954d32740a464e1285efa458d44898235c Author: Andreas Dangel <adan...@apache.org> AuthorDate: Mon

[maven-pmd-plugin] 01/05: [MPMD-244] Maven PMD plugin fails but no reason is given for the failure

2017-12-18 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git commit 4712a949be2018c739ee7bc890cc91b1cedfb4a8 Author: Andreas Dangel <adan...@apache.org> AuthorDate: Mon

[maven-pmd-plugin] branch master updated (2051d09 -> 8ea1ca9)

2017-12-18 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git. from 2051d09 [MPMD-248] cpd-check goal leaks file handle new 4712a94 [MPMD-244] Maven PMD plugin fails

[maven-pmd-plugin] branch MPMD-246 deleted (was e4be7da)

2017-12-18 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a change to branch MPMD-246 in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git. was e4be7da [MPMD-246] Output details of processing errors This change permanently discards the following

[maven-pmd-plugin] branch master updated: [MPMD-245] targetJdk property should use maven.compiler.source by default

2017-12-17 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git The following commit(s) were added to refs/heads/master by this push: new bfff835 [MPMD-245] targetJdk

[maven-pmd-plugin] 01/02: [MPMD-261] Upgrade to PMD 6.2.0

2018-04-27 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git commit 01e416879cb82f94ab62930b75c651246b6861c5 Author: Andreas Dangel <adan...@apache.org> AuthorDate: Thu

[maven-pmd-plugin] 02/02: [MPMD-261] Upgrade to PMD 6.2.0

2018-04-27 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git commit cd65bf96ab98127e58f9aeb55067a15937065610 Author: Andreas Dangel <adan...@apache.org> AuthorDate: Fri

[maven-pmd-plugin] branch master updated: [MPMD-257] Allow to disable analysisCache completely, avoid warnings

2018-04-27 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git The following commit(s) were added to refs/heads/master by this push: new 5f9e78a [MPMD-257] Allow to disable

[maven-pmd-plugin] branch MPMD-258 deleted (was bc1cf2a)

2018-04-27 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a change to branch MPMD-258 in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git. was bc1cf2a [MPMD-258] PMD output multiplies with every module in multi module projects The revisions

[maven-pmd-plugin] branch master updated (9e875a7 -> bc1cf2a)

2018-04-27 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git. from 9e875a7 [MPMD-256] Add maxAllowedViolations property for PMD add bc1cf2a [MPMD-258] PMD output

[maven-pmd-plugin] branch master updated (bc1cf2a -> cd65bf9)

2018-04-27 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git. from bc1cf2a [MPMD-258] PMD output multiplies with every module in multi module projects new 01e4168

[maven-pmd-plugin] 01/01: [MPMD-263] - Add documentation information for GitHub

2018-05-23 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch MPMD-263 in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git commit 4e18328ba9282703911752d5dc8c381c111a708b Author: Andreas Dangel <adan...@apache.org> AuthorDate: Wed

[maven-pmd-plugin] branch MPMD-263 created (now 4e18328)

2018-05-23 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a change to branch MPMD-263 in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git. at 4e18328 [MPMD-263] - Add documentation information for GitHub This branch includes the following new

[maven-pmd-plugin] 02/02: [MPMD-263] - Add documentation information for GitHub

2018-05-23 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch MPMD-263 in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git commit 81e145621edbd8bc02a730bf72630e430919e731 Author: Andreas Dangel <adan...@apache.org> AuthorDate: Wed

[maven-pmd-plugin] 01/02: [MPMD-263] - Add documentation information for GitHub

2018-05-23 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch MPMD-263 in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git commit 3b8971c7d6bb652763b00ffd9b93481dd6995170 Author: Andreas Dangel <adan...@apache.org> AuthorDate: Wed

[maven-pmd-plugin] branch MPMD-263 updated (4e18328 -> 81e1456)

2018-05-23 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a change to branch MPMD-263 in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git. from 4e18328 [MPMD-263] - Add documentation information for GitHub new 3b8971c [MPMD-263] - Add

[maven-pmd-plugin] branch master updated: [MPMD-263] - Add documentation information for GitHub

2018-05-26 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git The following commit(s) were added to refs/heads/master by this push: new 7622ced [MPMD-263] - Add

[maven-pmd-plugin] branch MPMD-263 deleted (was 81e1456)

2018-05-26 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a change to branch MPMD-263 in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git. was 81e1456 [MPMD-263] - Add documentation information for GitHub This change permanently discards

[maven-pmd-plugin] branch MPMD-264 deleted (was 32e1b62)

2018-05-29 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a change to branch MPMD-264 in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git. was 32e1b62 [MPMD-264] - Add rule priority in HTML output format This change permanently discards

[maven-pmd-plugin] 01/01: [MPMD-264] - Add rule priority to HTML report

2018-05-29 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git commit f708bc3c1782489a655850fbcfd20b2ae584fcff Author: Andreas Dangel AuthorDate: Tue May 29 19:36:04 2018 +0200

[maven-pmd-plugin] branch master updated (7622ced -> f708bc3)

2018-05-29 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git. from 7622ced [MPMD-263] - Add documentation information for GitHub add 8194869 [MPMD-261] - Upgrade

[maven-pmd-plugin] branch MPMD-261 deleted (was 8194869)

2018-05-29 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a change to branch MPMD-261 in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git. was 8194869 [MPMD-261] - Upgrade to PMD 6.4.0 The revisions that were on this branch are still contained

[maven-pmd-plugin] branch master updated: [maven-release-plugin] prepare release maven-pmd-plugin-3.10.0

2018-05-29 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git The following commit(s) were added to refs/heads/master by this push: new 87138e8 [maven-release-plugin

[maven-pmd-plugin] branch MPMD-261 created (now 8194869)

2018-05-29 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a change to branch MPMD-261 in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git. at 8194869 [MPMD-261] - Upgrade to PMD 6.4.0 This branch includes the following new commits: new

[maven-pmd-plugin] 01/01: [MPMD-261] - Upgrade to PMD 6.4.0

2018-05-29 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch MPMD-261 in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git commit 8194869641780b714c8376068b34027b3ded910b Author: Andreas Dangel AuthorDate: Tue May 29 20:00:31 2018 +0200

[maven-pmd-plugin] branch master updated: fix javadoc error

2018-05-29 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git The following commit(s) were added to refs/heads/master by this push: new cc34631 fix javadoc error cc34631

[maven-pmd-plugin] branch master updated: [maven-release-plugin] prepare for next development iteration

2018-05-29 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git The following commit(s) were added to refs/heads/master by this push: new 09f7b9a [maven-release-plugin

[maven-pmd-plugin] annotated tag maven-pmd-plugin-3.10.0 created (now 74c8004)

2018-05-29 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a change to annotated tag maven-pmd-plugin-3.10.0 in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git. at 74c8004 (tag) tagging 87138e849b43a6215f82a8ea3fa44a802b662f10 (commit

[maven-pmd-plugin] branch MPMD-264 created (now 32e1b62)

2018-05-29 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a change to branch MPMD-264 in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git. at 32e1b62 [MPMD-264] - Add rule priority in HTML output format This branch includes the following new

[maven-pmd-plugin] 01/01: [MPMD-264] - Add rule priority in HTML output format

2018-05-29 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch MPMD-264 in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git commit 32e1b62203adb18180e7a3f0d8c88f6537af4743 Author: Andreas Dangel AuthorDate: Tue May 29 19:36:04 2018 +0200

[maven-site] branch master updated: maven-pmd-plugin 3.10.0 published

2018-06-06 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-site.git The following commit(s) were added to refs/heads/master by this push: new 9b62305 maven-pmd-plugin 3.10.0 published

[maven-pmd-plugin] 01/02: (doc) fix links to pmd

2018-06-23 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git commit b4895cde7fbab20d527d1f307bda8dfeb517f434 Author: Andreas Dangel AuthorDate: Sat Jun 23 17:19:33 2018 +0200

[maven-pmd-plugin] branch master updated (ae7f9c7 -> a52aead)

2018-06-23 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git. from ae7f9c7 [INFRA-16467] move components documentation out of CMS space new b4895cd (doc) fix links

[maven-pmd-plugin] 02/02: [MPMD-268] - Missing warnings about deprecated rules

2018-06-23 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git commit a52aeadaea217ace4cb39679a9fa8715ad7af2db Author: Andreas Dangel AuthorDate: Sat Jun 23 17:50:15 2018 +0200

[maven-pmd-plugin] 02/03: [MPMD-266] - Aggregate report in multi-module projects doesn't use correct auxclasspath

2018-06-23 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch MPMD-266 in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git commit 9039d125b7a7b3195f265181bd659bdf0b154e22 Author: Andreas Dangel AuthorDate: Sat Jun 23 18:38:18 2018 +0200

[maven-pmd-plugin] branch MPMD-266 created (now 38c60fd)

2018-06-23 Thread adangel
This is an automated email from the ASF dual-hosted git repository. adangel pushed a change to branch MPMD-266 in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git. at 38c60fd [MPMD-266] - Aggregate report in multi-module projects doesn't use correct auxclasspath

  1   2   3   4   5   6   7   8   >