[2/2] maven git commit: [MNG-6144] DefaultWagonManagerTest#testGetMissingJarForced() passed incorrect value

2017-01-28 Thread michaelo
[MNG-6144] DefaultWagonManagerTest#testGetMissingJarForced() passed incorrect value This closes #86 Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/920f10a5 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/920f10a5 Di

maven git commit: [MNG-6145] Remove non-existent m2 include in component.xml

2017-01-28 Thread michaelo
Repository: maven Updated Branches: refs/heads/master f53f1547a -> aecccf9a2 [MNG-6145] Remove non-existent m2 include in component.xml Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/aecccf9a Tree: http://git-wip-us.apach

[maven] Git Push Summary

2017-01-28 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6144 [deleted] abb68ef52

[maven] Git Push Summary

2017-01-28 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6145 [deleted] ab0126aef

[maven] Git Push Summary

2017-01-28 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6147 [deleted] 4c9b59cc3

maven git commit: Remove Subversion keywords from LICENSE.vm

2017-01-29 Thread michaelo
Repository: maven Updated Branches: refs/heads/master aecccf9a2 -> b9285469a Remove Subversion keywords from LICENSE.vm Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/b9285469 Tree: http://git-wip-us.apache.org/repos/asf/

maven git commit: [MNG-6163] Introduce CLASSWORLDS_JAR in shell startup scripts

2017-01-29 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6163 [created] 4337d18af [MNG-6163] Introduce CLASSWORLDS_JAR in shell startup scripts This commit was previously for MNG-5538 and closes #27. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/re

maven git commit: [MNG-5607] Don't use M2_HOME in mvn shell/command scripts anymore

2017-01-29 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-5607 [created] 065281c43 [MNG-5607] Don't use M2_HOME in mvn shell/command scripts anymore * Variable has been removed and replaced with an internal one which cannot be overriden from outside. From now on, it is an implementation detail wh

maven git commit: [MNG-6163] Introduce CLASSWORLDS_JAR in shell startup scripts

2017-01-29 Thread michaelo
Repository: maven Updated Branches: refs/heads/master b9285469a -> 4337d18af [MNG-6163] Introduce CLASSWORLDS_JAR in shell startup scripts This commit was previously for MNG-5538 and closes #27. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/r

maven git commit: [MNG-5607] Don't use M2_HOME in mvn shell/command scripts anymore

2017-01-29 Thread michaelo
Repository: maven Updated Branches: refs/heads/master 4337d18af -> 065281c43 [MNG-5607] Don't use M2_HOME in mvn shell/command scripts anymore * Variable has been removed and replaced with an internal one which cannot be overriden from outside. From now on, it is an implementation detail w

commits@maven.apache.org

2017-01-29 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-5815 [created] 90eadc3f1 [MNG-5815] "mvn.cmd" does not indicate failure properly when using "&&" Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/90eadc3f Tree: http://git-

maven git commit: [MNG-5823] mvnDebug doesn't work with M2_HOME with spaces - missing quotes

2017-01-29 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-5823 [created] ed5c84aa3 [MNG-5823] mvnDebug doesn't work with M2_HOME with spaces - missing quotes Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/ed5c84aa Tree: http://g

commits@maven.apache.org

2017-01-29 Thread michaelo
Repository: maven Updated Branches: refs/heads/master ca4303031 -> fe586467e [MNG-5815] "mvn.cmd" does not indicate failure properly when using "&&" Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/fe586467 Tree: http://git

maven git commit: [MNG-5823] mvnDebug doesn't work with M2_HOME with spaces - missing quotes

2017-01-29 Thread michaelo
Repository: maven Updated Branches: refs/heads/master fe586467e -> 46c158147 [MNG-5823] mvnDebug doesn't work with M2_HOME with spaces - missing quotes Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/46c15814 Tree: http://

maven git commit: [MNG-5829] mvn shell script fails with syntax error on Solaris 10

2017-01-30 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-5829 [created] e91a8663a [MNG-5829] mvn shell script fails with syntax error on Solaris 10 Use backticks instead of $(..) for the scripting added in MNG-5767. Solaris's /bin/sh isn't POSIX-compliant enough to recognise the first form. This cl

maven git commit: [MNG-5852] mvn shell script invokes /bin/sh but requires Bash functions

2017-01-30 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-5852 [created] 53a190bf4 [MNG-5852] mvn shell script invokes /bin/sh but requires Bash functions 'local' is not POSIX, but supported by most shells. However, it's not supported by Solaris's /bin/sh, so use a subshell instead. This closes #50.

[1/2] maven git commit: [MNG-5852] mvn shell script invokes /bin/sh but requires Bash functions

2017-01-30 Thread michaelo
Repository: maven Updated Branches: refs/heads/master 8c7ce5557 -> 135102022 [MNG-5852] mvn shell script invokes /bin/sh but requires Bash functions 'local' is not POSIX, but supported by most shells. However, it's not supported by Solaris's /bin/sh, so use a subshell instead. This closes #50

[2/2] maven git commit: [MNG-5829] mvn shell script fails with syntax error on Solaris 10

2017-01-30 Thread michaelo
[MNG-5829] mvn shell script fails with syntax error on Solaris 10 Use backticks instead of $(..) for the scripting added in MNG-5767. Solaris's /bin/sh isn't POSIX-compliant enough to recognise the first form. This closes #50. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: h

maven git commit: [MNG-5962] mvn.cmd fails when the current directory has spaces in between

2017-01-30 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-5962 [created] 842b07be9 [MNG-5962] mvn.cmd fails when the current directory has spaces in between Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/842b07be Tree: http://gi

maven git commit: [MNG-5963] mvn.cmd does not return ERROR_CODE

2017-01-30 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-5963 [created] 1bc69ff93 [MNG-5963] mvn.cmd does not return ERROR_CODE Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/1bc69ff9 Tree: http://git-wip-us.apache.org/repos/as

maven git commit: [MNG-6001] Replace %HOME% with %USERPROFILE% in mvn.cmd

2017-01-30 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6001 [created] d426bf9c6 [MNG-6001] Replace %HOME% with %USERPROFILE% in mvn.cmd Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/d426bf9c Tree: http://git-wip-us.apache.or

maven git commit: [MNG-6003] Drastically reduce JAVA_HOME discovery code

2017-01-30 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6003 [created] 2678388ea [MNG-6003] Drastically reduce JAVA_HOME discovery code All special handling has been removed. JAVA_HOME must be set properly by the user if necessary. Error messages have been graciously borrowed from the Tomcat start

svn commit: r18043 - in /release/maven/wagon: wagon-2.10-source-release.zip wagon-2.10-source-release.zip.asc wagon-2.10-source-release.zip.md5 wagon-2.12-source-release.zip wagon-2.12-source-release.

2017-01-30 Thread michaelo
Author: michaelo Date: Mon Jan 30 19:55:02 2017 New Revision: 18043 Log: Maven Wagon 2.12 released Added: release/maven/wagon/wagon-2.12-source-release.zip (with props) release/maven/wagon/wagon-2.12-source-release.zip.asc release/maven/wagon/wagon-2.12-source-release.zip.md5

[2/4] maven git commit: [MNG-5963] mvn.cmd does not return ERROR_CODE

2017-01-30 Thread michaelo
[MNG-5963] mvn.cmd does not return ERROR_CODE Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/1bc69ff9 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/1bc69ff9 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/1b

[3/4] maven git commit: [MNG-6001] Replace %HOME% with %USERPROFILE% in mvn.cmd

2017-01-30 Thread michaelo
[MNG-6001] Replace %HOME% with %USERPROFILE% in mvn.cmd Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/d426bf9c Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/d426bf9c Diff: http://git-wip-us.apache.org/repos/asf/mav

[1/4] maven git commit: [MNG-5962] mvn.cmd fails when the current directory has spaces in between

2017-01-30 Thread michaelo
Repository: maven Updated Branches: refs/heads/master 135102022 -> 2678388ea [MNG-5962] mvn.cmd fails when the current directory has spaces in between Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/842b07be Tree: http://g

[4/4] maven git commit: [MNG-6003] Drastically reduce JAVA_HOME discovery code

2017-01-30 Thread michaelo
[MNG-6003] Drastically reduce JAVA_HOME discovery code All special handling has been removed. JAVA_HOME must be set properly by the user if necessary. Error messages have been graciously borrowed from the Tomcat start scripts. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: ht

[maven] Git Push Summary

2017-01-31 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-5829 [deleted] e91a8663a

[maven] Git Push Summary

2017-01-31 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-5852 [deleted] 53a190bf4

[maven] Git Push Summary

2017-01-31 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-5962 [deleted] 842b07be9

[maven] Git Push Summary

2017-01-31 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-5963 [deleted] 1bc69ff93

[maven] Git Push Summary

2017-01-31 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6003 [deleted] 2678388ea

[maven] Git Push Summary

2017-01-31 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6001 [deleted] d426bf9c6

maven git commit: [MNG-6136] Upgrade Maven Wagon to 2.12

2017-01-31 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6136 [created] ce93bb42b [MNG-6136] Upgrade Maven Wagon to 2.12 Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/ce93bb42 Tree: http://git-wip-us.apache.org/repos/asf/maven

maven git commit: [MNG-6137] Clean up duplicate dependencies caused by incomplete Wagon HTTP Provider exclusions

2017-01-31 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6137 [created] 23b5fcffa [MNG-6137] Clean up duplicate dependencies caused by incomplete Wagon HTTP Provider exclusions JCL over SLF4J has been added also as a runtime dependency because the bundled HttpClient still uses Commons Logging and w

[2/2] maven git commit: [MNG-6137] Clean up duplicate dependencies caused by incomplete Wagon HTTP Provider exclusions

2017-01-31 Thread michaelo
[MNG-6137] Clean up duplicate dependencies caused by incomplete Wagon HTTP Provider exclusions JCL over SLF4J has been added also as a runtime dependency because the bundled HttpClient still uses Commons Logging and we want our version of SLF4J enforced. Project: http://git-wip-us.apache.org/re

[1/2] maven git commit: [MNG-6136] Upgrade Maven Wagon to 2.12

2017-01-31 Thread michaelo
Repository: maven Updated Branches: refs/heads/master 2678388ea -> 23b5fcffa [MNG-6136] Upgrade Maven Wagon to 2.12 Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/ce93bb42 Tree: http://git-wip-us.apache.org/repos/asf/mave

[maven] Git Push Summary

2017-01-31 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-5607 [deleted] 065281c43

[maven] Git Push Summary

2017-01-31 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-5815 [deleted] 90eadc3f1

[maven] Git Push Summary

2017-01-31 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-5823 [deleted] ed5c84aa3

[maven] Git Push Summary

2017-01-31 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6163 [deleted] 4337d18af

[maven] Git Push Summary

2017-02-01 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6137 [deleted] 23b5fcffa

[maven] Git Push Summary

2017-02-01 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6136 [deleted] ce93bb42b

[3/4] maven git commit: [MNG-6146] Several small stylistic and spelling improvements to code and documentation

2017-02-02 Thread michaelo
http://git-wip-us.apache.org/repos/asf/maven/blob/d2bbc758/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java -- diff --git a/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java b/ma

[1/4] maven git commit: [MNG-6146] Several small stylistic and spelling improvements to code and documentation

2017-02-02 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6146 [created] d2bbc758b http://git-wip-us.apache.org/repos/asf/maven/blob/d2bbc758/maven-core/src/test/resources-project-builder/plugin-exec-w-and-wo-id/w-plugin-mngt/pom.xml

[4/4] maven git commit: [MNG-6146] Several small stylistic and spelling improvements to code and documentation

2017-02-02 Thread michaelo
[MNG-6146] Several small stylistic and spelling improvements to code and documentation Spelling fixes: * system * tokenizer * toolchain * trailing * transitive * unsupported * version * artifact * attachment * codehaus * colleagues * comparison * concurrency * configure * creation * dependency *

[2/4] maven git commit: [MNG-6146] Several small stylistic and spelling improvements to code and documentation

2017-02-02 Thread michaelo
http://git-wip-us.apache.org/repos/asf/maven/blob/d2bbc758/maven-core/src/test/resources-project-builder/merged-plugin-exec-order/wo-plugin-mgmt/sub/pom.xml -- diff --git a/maven-core/src/test/resources-project-builder/merged-plug

[1/4] maven git commit: [MNG-6146] Several small stylistic and spelling improvements to code and documentation [Forced Update!]

2017-02-02 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6146 d2bbc758b -> f4229348c (forced update) http://git-wip-us.apache.org/repos/asf/maven/blob/f4229348/maven-core/src/test/resources-project-builder/plugin-exec-w-and-wo-id/w-plugin-mngt/pom.xml -

[4/4] maven git commit: [MNG-6146] Several small stylistic and spelling improvements to code and documentation

2017-02-02 Thread michaelo
[MNG-6146] Several small stylistic and spelling improvements to code and documentation Spelling fixes: * system * tokenizer * toolchain * trailing * transitive * unsupported * version * artifact * attachment * codehaus * colleagues * comparison * concurrency * configure * creation * dependency *

[2/4] maven git commit: [MNG-6146] Several small stylistic and spelling improvements to code and documentation

2017-02-02 Thread michaelo
http://git-wip-us.apache.org/repos/asf/maven/blob/f4229348/maven-core/src/test/resources-project-builder/merged-plugin-exec-order/wo-plugin-mgmt/sub/pom.xml -- diff --git a/maven-core/src/test/resources-project-builder/merged-plug

[3/4] maven git commit: [MNG-6146] Several small stylistic and spelling improvements to code and documentation

2017-02-02 Thread michaelo
http://git-wip-us.apache.org/repos/asf/maven/blob/f4229348/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java -- diff --git a/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java b/ma

maven-integration-testing git commit: [MNG-6146] Several small stylistic and spelling improvements to code and documentation

2017-02-02 Thread michaelo
Repository: maven-integration-testing Updated Branches: refs/heads/MNG-6146 [created] 0bd439560 [MNG-6146] Several small stylistic and spelling improvements to code and documentation Use the proper term for char U+002D (-) hyphen(-minus) instead of dash Project: http://git-wip-us.apache.org

[1/4] maven git commit: [MNG-6146] Several small stylistic and spelling improvements to code and documentation [Forced Update!]

2017-02-03 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6146 f4229348c -> 174026598 (forced update) http://git-wip-us.apache.org/repos/asf/maven/blob/17402659/maven-core/src/test/resources-project-builder/plugin-exec-w-and-wo-id/w-plugin-mngt/pom.xml -

[3/4] maven git commit: [MNG-6146] Several small stylistic and spelling improvements to code and documentation

2017-02-03 Thread michaelo
http://git-wip-us.apache.org/repos/asf/maven/blob/17402659/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java -- diff --git a/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java b/ma

[2/4] maven git commit: [MNG-6146] Several small stylistic and spelling improvements to code and documentation

2017-02-03 Thread michaelo
http://git-wip-us.apache.org/repos/asf/maven/blob/17402659/maven-core/src/test/resources-project-builder/merged-plugin-exec-order/wo-plugin-mgmt/sub/pom.xml -- diff --git a/maven-core/src/test/resources-project-builder/merged-plug

[4/4] maven git commit: [MNG-6146] Several small stylistic and spelling improvements to code and documentation

2017-02-03 Thread michaelo
[MNG-6146] Several small stylistic and spelling improvements to code and documentation Spelling fixes: * system * tokenizer * toolchain * trailing * transitive * unsupported * version * artifact * attachment * codehaus * colleagues * comparison * concurrency * configure * creation * dependency *

[1/4] maven git commit: [MNG-6146] Several small stylistic and spelling improvements to code and documentation

2017-02-03 Thread michaelo
Repository: maven Updated Branches: refs/heads/master bd57ec966 -> 174026598 http://git-wip-us.apache.org/repos/asf/maven/blob/17402659/maven-core/src/test/resources-project-builder/plugin-exec-w-and-wo-id/w-plugin-mngt/pom.xml ---

[2/4] maven git commit: [MNG-6146] Several small stylistic and spelling improvements to code and documentation

2017-02-03 Thread michaelo
http://git-wip-us.apache.org/repos/asf/maven/blob/17402659/maven-core/src/test/resources-project-builder/merged-plugin-exec-order/wo-plugin-mgmt/sub/pom.xml -- diff --git a/maven-core/src/test/resources-project-builder/merged-plug

[3/4] maven git commit: [MNG-6146] Several small stylistic and spelling improvements to code and documentation

2017-02-03 Thread michaelo
http://git-wip-us.apache.org/repos/asf/maven/blob/17402659/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java -- diff --git a/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java b/ma

[4/4] maven git commit: [MNG-6146] Several small stylistic and spelling improvements to code and documentation

2017-02-03 Thread michaelo
[MNG-6146] Several small stylistic and spelling improvements to code and documentation Spelling fixes: * system * tokenizer * toolchain * trailing * transitive * unsupported * version * artifact * attachment * codehaus * colleagues * comparison * concurrency * configure * creation * dependency *

maven-integration-testing git commit: [MNG-6146] Several small stylistic and spelling improvements to code and documentation

2017-02-03 Thread michaelo
Repository: maven-integration-testing Updated Branches: refs/heads/master 92a11a968 -> 0bd439560 [MNG-6146] Several small stylistic and spelling improvements to code and documentation Use the proper term for char U+002D (-) hyphen(-minus) instead of dash Project: http://git-wip-us.apache.or

[maven-integration-testing] Git Push Summary

2017-02-03 Thread michaelo
Repository: maven-integration-testing Updated Branches: refs/heads/MNG-6146 [deleted] 0bd439560

[maven] Git Push Summary

2017-02-03 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6146 [deleted] 174026598

maven git commit: [MNG-6165] Deprecate and replace incorrectly spelled public API

2017-02-03 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6165 [created] 87c6346a0 [MNG-6165] Deprecate and replace incorrectly spelled public API Spelling fixes: * spelling: collector * spelling: executions * spelling: repositories * spelling: workspace This closes #101 Project: http://git-wip-u

maven git commit: [MNG-6166] mvn dependency:go-offline fails due to missing transitive dependency jdom:jdom:jar:1.1

2017-02-03 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6166 [created] c92439d67 [MNG-6166] mvn dependency:go-offline fails due to missing transitive dependency jdom:jdom:jar:1.1 Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit

maven-resolver git commit: [MRESOLVER-34] Update to latest dependences

2018-01-14 Thread michaelo
Repository: maven-resolver Updated Branches: refs/heads/master b9e0e1beb -> 6f3158e6f [MRESOLVER-34] Update to latest dependences org.apache.httpcomponents:httpclient .. 4.5.3 -> 4.5.4 org.apache.httpcomponents:httpcore 4.4.6 -> 4.4.8 org.codehaus.plexus:pl

maven-integration-testing git commit: Fix incomplete class renaming

2017-02-04 Thread michaelo
Repository: maven-integration-testing Updated Branches: refs/heads/master 0bd439560 -> f6ad6509e Fix incomplete class renaming Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/f6ad65

svn commit: r1781702 - in /maven/shared/trunk/maven-reporting-impl: ./ src/main/java/org/apache/maven/reporting/ src/test/java/org/apache/maven/reporting/

2017-02-04 Thread michaelo
Author: michaelo Date: Sat Feb 4 20:15:14 2017 New Revision: 1781702 URL: http://svn.apache.org/viewvc?rev=1781702&view=rev Log: [MSHARED-611] Drop any href validation and pass as-is Removed: maven/shared/trunk/maven-reporting-impl/src/main/java/org/apache/maven/repor

svn commit: r1781704 - /maven/plugins/trunk/maven-war-plugin/pom.xml

2017-02-04 Thread michaelo
Author: michaelo Date: Sat Feb 4 20:41:12 2017 New Revision: 1781704 URL: http://svn.apache.org/viewvc?rev=1781704&view=rev Log: Bump version to 3.1.0-SNAPSHOT Modified: maven/plugins/trunk/maven-war-plugin/pom.xml Modified: maven/plugins/trunk/maven-war-plugin/pom.xml URL:

svn commit: r1781707 - /maven/plugins/trunk/maven-war-plugin/src/main/java/org/apache/maven/plugins/war/WarMojo.java

2017-02-04 Thread michaelo
Author: michaelo Date: Sat Feb 4 21:05:02 2017 New Revision: 1781707 URL: http://svn.apache.org/viewvc?rev=1781707&view=rev Log: Document failOnMissingWebXml default value change for 3.1.0 Modified: maven/plugins/trunk/maven-war-plugin/src/main/java/org/apache/maven/plugins

svn commit: r1781709 - in /maven/plugins/trunk/maven-war-plugin/src: it/overlay-keeps-contextxml/ it/overlay-keeps-contextxml/war1-with-contextxml/ it/overlay-keeps-contextxml/war1-with-contextxml/src

2017-02-04 Thread michaelo
Author: michaelo Date: Sat Feb 4 21:11:45 2017 New Revision: 1781709 URL: http://svn.apache.org/viewvc?rev=1781709&view=rev Log: [MWAR-257] Restore dependentWarExcludes/Includes since there is no alternative on global level dependentWarExcludes/Includes was unfortunately marked as deprec

svn commit: r1781710 - /maven/shared/trunk/maven-reporting-impl/pom.xml

2017-02-04 Thread michaelo
Author: michaelo Date: Sat Feb 4 21:22:52 2017 New Revision: 1781710 URL: http://svn.apache.org/viewvc?rev=1781710&view=rev Log: [MSHARED-612] Upgrade to Doxia 1.7 Modified: maven/shared/trunk/maven-reporting-impl/pom.xml Modified: maven/shared/trunk/maven-reporting-impl/pom.xml URL:

svn commit: r1781711 - /maven/shared/trunk/maven-reporting-impl/pom.xml

2017-02-04 Thread michaelo
Author: michaelo Date: Sat Feb 4 21:24:38 2017 New Revision: 1781711 URL: http://svn.apache.org/viewvc?rev=1781711&view=rev Log: [MSHARED-613] Upgrade to Doxia Sitetools 1.7.4 Modified: maven/shared/trunk/maven-reporting-impl/pom.xml Modified: maven/shared/trunk/maven-reporting-

svn commit: r1781712 - /maven/shared/trunk/maven-reporting-impl/pom.xml

2017-02-04 Thread michaelo
Author: michaelo Date: Sat Feb 4 21:25:27 2017 New Revision: 1781712 URL: http://svn.apache.org/viewvc?rev=1781712&view=rev Log: [MSHARED-614] Upgrade to Maven Shared Utils 3.1.0 Modified: maven/shared/trunk/maven-reporting-impl/pom.xml Modified: maven/shared/trunk/maven-reporting-

svn commit: r1781713 - /maven/shared/trunk/maven-reporting-impl/pom.xml

2017-02-04 Thread michaelo
Author: michaelo Date: Sat Feb 4 21:27:35 2017 New Revision: 1781713 URL: http://svn.apache.org/viewvc?rev=1781713&view=rev Log: Add missing direct dependency Plexus Utils Modified: maven/shared/trunk/maven-reporting-impl/pom.xml Modified: maven/shared/trunk/maven-reporting-impl/pom

svn commit: r1781714 - /maven/doxia/doxia/trunk/doxia-modules/doxia-module-markdown/src/main/java/org/apache/maven/doxia/module/markdown/MarkdownParser.java

2017-02-04 Thread michaelo
Author: michaelo Date: Sat Feb 4 22:58:57 2017 New Revision: 1781714 URL: http://svn.apache.org/viewvc?rev=1781714&view=rev Log: [DOXIA-543] maven-doxia-markdown fails in parallel builds Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-markdown/src/main/java/org/apache/m

maven git commit: [MNG-6165] Deprecate and replace incorrectly spelled public API [Forced Update!]

2017-02-05 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6165 87c6346a0 -> 971e5e080 (forced update) [MNG-6165] Deprecate and replace incorrectly spelled public API Spelling fixes: * spelling: collector * spelling: executions * spelling: repositories * spelling: workspace This closes #101 Projec

svn commit: r1781812 - /maven/plugins/trunk/maven-assembly-plugin/src/main/java/org/apache/maven/plugins/assembly/mojos/SingleAssemblyMojo.java

2017-02-05 Thread michaelo
Author: michaelo Date: Sun Feb 5 21:33:53 2017 New Revision: 1781812 URL: http://svn.apache.org/viewvc?rev=1781812&view=rev Log: [MASSEMBLY-643] descriptorSourceDirectory: parameter isn't used Modified: maven/plugins/trunk/maven-assembly-plugin/src/main/java/org/apache/mave

[2/2] maven git commit: [MNG-6166] mvn dependency:go-offline fails due to missing transitive dependency jdom:jdom:jar:1.1

2017-02-06 Thread michaelo
[MNG-6166] mvn dependency:go-offline fails due to missing transitive dependency jdom:jdom:jar:1.1 Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/66a0fbe4 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/66a0fbe4 Diff:

[1/2] maven git commit: [MNG-6165] Deprecate and replace incorrectly spelled public API

2017-02-06 Thread michaelo
Repository: maven Updated Branches: refs/heads/master 23ceca36e -> 66a0fbe49 [MNG-6165] Deprecate and replace incorrectly spelled public API Spelling fixes: * spelling: collector * spelling: executions * spelling: repositories * spelling: workspace This closes #101 Project: http://git-wip-

[maven] Git Push Summary

2017-02-06 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6166 [deleted] c92439d67

[maven] Git Push Summary

2017-02-06 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6165 [deleted] 971e5e080

maven git commit: [MNG-5934] String handling issues identified by PMD

2017-02-11 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-5934 [created] 8d91726f7 [MNG-5934] String handling issues identified by PMD Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/8d91726f Tree: http://git-wip-us.apache.org/re

maven git commit: [MNG-5967] Dependency updates

2017-02-11 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-5967 [created] 5e8c32f7e [MNG-5967] Dependency updates Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/5e8c32f7 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/5e8

maven git commit: [MNG-5968] Default plugin version updates

2017-02-11 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-5968 [created] dfdd36e8f [MNG-5968] Default plugin version updates Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/dfdd36e8 Tree: http://git-wip-us.apache.org/repos/asf/ma

maven git commit: [MNG-5934] String handling issues identified by PMD

2017-02-11 Thread michaelo
Repository: maven Updated Branches: refs/heads/master 0514c1b14 -> 8d91726f7 [MNG-5934] String handling issues identified by PMD Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/8d91726f Tree: http://git-wip-us.apache.org/r

maven git commit: [MNG-5967] Dependency updates

2017-02-11 Thread michaelo
Repository: maven Updated Branches: refs/heads/master 8d91726f7 -> 37fef3d76 [MNG-5967] Dependency updates Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/37fef3d7 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/37

maven git commit: [MNG-5968] Default plugin version updates [Forced Update!]

2017-02-11 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-5968 dfdd36e8f -> 9c6883b9f (forced update) [MNG-5968] Default plugin version updates Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/9c6883b9 Tree: http://git-wip-us.apac

maven git commit: [MNG-6169] Lifecycle/binding plugin version updates

2017-02-11 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6169 [created] 3437309d6 [MNG-6169] Lifecycle/binding plugin version updates Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/3437309d Tree: http://git-wip-us.apache.org/re

maven git commit: [MNG-6169] Lifecycle/binding plugin version updates [Forced Update!]

2017-02-11 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6169 3437309d6 -> 8f77e8f4a (forced update) [MNG-6169] Lifecycle/binding plugin version updates Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/8f77e8f4 Tree: http://git-w

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

2017-02-11 Thread michaelo
Author: michaelo Date: Sat Feb 11 22:24:58 2017 New Revision: 1782642 URL: http://svn.apache.org/viewvc?rev=1782642&view=rev Log: [MPOM-160] Add locale 'en' to Javadoc Plugin configuration Modified: maven/pom/trunk/maven/pom.xml Modified: maven/pom/trunk/maven/pom.

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

2017-02-11 Thread michaelo
Author: michaelo Date: Sat Feb 11 22:57:02 2017 New Revision: 1782644 URL: http://svn.apache.org/viewvc?rev=1782644&view=rev Log: [MPOM-161] Configure Javadoc Plugin in build and reporting identically Modified: maven/pom/trunk/maven/pom.xml Modified: maven/pom/trunk/maven/pom.xml URL:

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

2017-02-11 Thread michaelo
Author: michaelo Date: Sat Feb 11 23:11:21 2017 New Revision: 1782645 URL: http://svn.apache.org/viewvc?rev=1782645&view=rev Log: Forgot to close element Modified: maven/pom/trunk/maven/pom.xml Modified: maven/pom/trunk/maven/pom.xml URL: http://svn.apache.org/viewvc/maven/pom/trunk/m

[1/2] maven git commit: [MNG-6150] Javadoc improvements for 3.5.0

2017-02-11 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6150 [created] ac8b25eb0 http://git-wip-us.apache.org/repos/asf/maven/blob/ac8b25eb/maven-core/src/main/java/org/apache/maven/project/MavenProject.java -- diff --git a/maven-c

[2/2] maven git commit: [MNG-6150] Javadoc improvements for 3.5.0

2017-02-11 Thread michaelo
[MNG-6150] Javadoc improvements for 3.5.0 * Remove duplicate plugin configuration * Add workaround for Javadoc locale * Clean up errors reported by Javadoc 7 Note: Javadoc 8 fails immediately because Modello generates invalid Javadoc Project: http://git-wip-us.apache.org/repos/asf/maven/repo Co

maven git commit: [MNG-5968] Default plugin version updates

2017-02-11 Thread michaelo
Repository: maven Updated Branches: refs/heads/master 37fef3d76 -> 0284dda81 [MNG-5968] Default plugin version updates Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/0284dda8 Tree: http://git-wip-us.apache.org/repos/asf/m

[1/2] maven git commit: [MNG-6150] Javadoc improvements for 3.5.0 [Forced Update!]

2017-02-12 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6150 ac8b25eb0 -> b3848d5b5 (forced update) http://git-wip-us.apache.org/repos/asf/maven/blob/b3848d5b/maven-core/src/main/java/org/apache/maven/project/MavenProject.java -- di

[2/2] maven git commit: [MNG-6150] Javadoc improvements for 3.5.0

2017-02-12 Thread michaelo
[MNG-6150] Javadoc improvements for 3.5.0 * Remove duplicate plugin configuration * Add workaround for Javadoc locale * Clean up errors reported by Javadoc 7 Note: Javadoc 8 fails immediately because Modello generates invalid Javadoc Project: http://git-wip-us.apache.org/repos/asf/maven/repo Co

maven git commit: [MNG-6169] Lifecycle/binding plugin version updates [Forced Update!]

2017-02-14 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6169 8f77e8f4a -> 6893f1fc2 (forced update) [MNG-6169] Lifecycle/binding plugin version updates Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/6893f1fc Tree: http://git-w

[1/2] maven git commit: [MNG-6150] Javadoc improvements for 3.5.0

2017-02-15 Thread michaelo
Repository: maven Updated Branches: refs/heads/master f8ab2a650 -> b66bdb9cb http://git-wip-us.apache.org/repos/asf/maven/blob/b66bdb9c/maven-core/src/main/java/org/apache/maven/project/MavenProject.java -- diff --git a/maven-

<    1   2   3   4   5   6   7   8   9   10   >