svn commit: r1763036 - 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-10-01 Thread gboue
Author: gboue Date: Sun Oct 2 01:51:45 2016 New Revision: 1763036 URL: http://svn.apache.org/viewvc?rev=1763036=rev Log: Improved code to use the try-with-resources construct instead of closing all InputStream and Reader manually. Modified:

svn commit: r1763035 - /maven/plugins/trunk/maven-javadoc-plugin/pom.xml

2016-10-01 Thread gboue
Author: gboue Date: Sun Oct 2 00:42:44 2016 New Revision: 1763035 URL: http://svn.apache.org/viewvc?rev=1763035=rev Log: [MJAVADOC-472] Conflicting dependency of plexus-utils are used Excluding plexus:plexus-utils from plexus-interactivity-api to resolve conflict with the usage of plexus-utils

svn commit: r1763032 - /maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/AbstractProjectInfoReport.java

2016-10-01 Thread hboutemy
Author: hboutemy Date: Sat Oct 1 20:38:28 2016 New Revision: 1763032 URL: http://svn.apache.org/viewvc?rev=1763032=rev Log: [MPIR-349] added a note for future complete fix Modified:

svn commit: r1763031 - in /maven/plugins/trunk/maven-project-info-reports-plugin: ./ src/it/ src/it/MPIR-349/ src/it/MPIR-349/module-flat/ src/it/MPIR-349/parent/ src/it/MPIR-349/parent/module-hierarc

2016-10-01 Thread hboutemy
Author: hboutemy Date: Sat Oct 1 20:26:36 2016 New Revision: 1763031 URL: http://svn.apache.org/viewvc?rev=1763031=rev Log: [MPIR-349] fixed module links when data comes from settings.xml: use project from reactor instead of (wrongly) building it Submitted by: Alix Lourme applied with little

svn commit: r1763022 - /maven/doxia/doxia-sitetools/trunk/doxia-integration-tools/src/main/java/org/apache/maven/doxia/tools/DefaultSiteTool.java

2016-10-01 Thread hboutemy
Author: hboutemy Date: Sat Oct 1 16:31:29 2016 New Revision: 1763022 URL: http://svn.apache.org/viewvc?rev=1763022=rev Log: [DOXIASITETOOLS-166] mark DOXIASITETOOLS-167 TODO Modified:

maven git commit: [MNG-6092] warn if prerequisites.maven is used for non-plugin projects o Followup Fixed checkstyle reported error.

2016-10-01 Thread khmarbaise
Repository: maven Updated Branches: refs/heads/master c10d813c6 -> 54827e6b0 [MNG-6092] warn if prerequisites.maven is used for non-plugin projects o Followup Fixed checkstyle reported error. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit:

maven git commit: [MNG-6092] warn if prerequisites.maven is used for non-plugin projects

2016-10-01 Thread khmarbaise
Repository: maven Updated Branches: refs/heads/master 62e840fc4 -> c10d813c6 [MNG-6092] warn if prerequisites.maven is used for non-plugin projects Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/c10d813c Tree:

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:

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:

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/

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:

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:

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:

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: