svn commit: r1755460 - /maven/shared/trunk/maven-filtering/pom.xml

2016-08-07 Thread khmarbaise
Author: khmarbaise Date: Sun Aug 7 20:54:21 2016 New Revision: 1755460 URL: http://svn.apache.org/viewvc?rev=1755460=rev Log: [MSHARED-575] Upgrade maven-shared-utils to 3.1.0 Modified: maven/shared/trunk/maven-filtering/pom.xml Modified: maven/shared/trunk/maven-filtering/pom.xml URL:

svn commit: r1755441 - in /maven/plugins/trunk/maven-deploy-plugin/src: it/3rd-party-pom-with-extras/ it/MDEPLOY-212/ it/MDEPLOY-212/src/ it/MDEPLOY-212/src/main/ it/MDEPLOY-212/src/main/java/ it/MDEP

2016-08-07 Thread gboue
Author: gboue Date: Sun Aug 7 14:14:46 2016 New Revision: 1755441 URL: http://svn.apache.org/viewvc?rev=1755441=rev Log: [MDEPLOY-212] deploy-file incorrectly deploys attached artifacts [MDEPLOY-213] deploy-file replaces main artifact of a project The deploy-file Mojo now creates a new

maven git commit: [MNG-6078] Can't overwrite properties which have been defined in .mvn/maven.config o Reversed the order of properties only to get the properties from command line at the end of the p

2016-08-07 Thread khmarbaise
Repository: maven Updated Branches: refs/heads/master 4ba577959 -> 9f2452adb [MNG-6078] Can't overwrite properties which have been defined in .mvn/maven.config o Reversed the order of properties only to get the properties from command line at the end of the properties list which results

maven git commit: Revert "[MNG-6076] Add the options from maven.config at the beginning to make it"

2016-08-07 Thread khmarbaise
Repository: maven Updated Branches: refs/heads/master b0be4e3a2 -> 4ba577959 Revert "[MNG-6076] Add the options from maven.config at the beginning to make it" This reverts commit b0be4e3a20e209b696c8c0d0a004ab15a0b563d0. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit:

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:

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:

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 of

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