maven git commit: fixed typo (excessive search "cause"/replace "t")

2016-10-15 Thread hboutemy
Repository: maven Updated Branches: refs/heads/MNG-6093 bf44e8a05 -> 8485d3f84 fixed typo (excessive search "cause"/replace "t") Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/8485d3f8 Tree:

svn commit: r1765053 - in /maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src: main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java site/apt/index.apt.vm

2016-10-15 Thread michaelo
Author: michaelo Date: Sat Oct 15 12:58:28 2016 New Revision: 1765053 URL: http://svn.apache.org/viewvc?rev=1765053=rev Log: [MSITE-782] Support for custom Velocity tools has disappeared Instruct Velocity to load possible custom tools from /META-INF/maven/site-tools.xml found in the classpath

svn propchange: r1765053 - svn:log

2016-10-15 Thread michaelo
Author: michaelo Revision: 1765053 Modified property: svn:log Modified: svn:log at Sat Oct 15 13:04:33 2016 -- --- svn:log (original) +++ svn:log Sat Oct 15 13:04:33 2016 @@ -1,3 +1,3 @@ -[MSITE-782] Support for custom

maven git commit: Use static final values instead of literals

2016-10-15 Thread michaelo
Repository: maven Updated Branches: refs/heads/master d8e3585e0 -> 1c9362be4 Use static final values instead of literals Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/1c9362be Tree:

maven git commit: [MNG-6106] Remove maven.home setter from m2.conf

2016-10-15 Thread michaelo
Repository: maven Updated Branches: refs/heads/master d99f9ef8c -> f7c1359cf [MNG-6106] Remove maven.home setter from m2.conf Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/f7c1359c Tree:

maven git commit: Fix checkstyle error

2016-10-15 Thread michaelo
Repository: maven Updated Branches: refs/heads/master 1c9362be4 -> d99f9ef8c Fix checkstyle error Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/d99f9ef8 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/d99f9ef8

maven git commit: [MNG-6105] properties.internal.SystemProperties.addSystemProperties() is not really thread-safe

2016-10-15 Thread gboue
Repository: maven Updated Branches: refs/heads/master f7c1359cf -> ace448158 [MNG-6105] properties.internal.SystemProperties.addSystemProperties() is not really thread-safe Refactoring the current code setting system properties to synchronize correctly on the given ones: avoids

svn commit: r1765073 - in /maven/plugins/trunk/maven-site-plugin/src/it/doxia-formats: ./ src/main/resources/ src/main/resources/META-INF/ src/main/resources/META-INF/maven/ src/site/apt/

2016-10-15 Thread hboutemy
Author: hboutemy Date: Sat Oct 15 14:25:13 2016 New Revision: 1765073 URL: http://svn.apache.org/viewvc?rev=1765073=rev Log: [MSITE-782] check that Velocity tools declared in /META-INF/maven/site-tools.xml are discovered after DOXIASITETOOLS-168 r1765053 Added:

svn commit: r1765097 - /maven/plugins/trunk/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/AbstractJavadocMojo.java

2016-10-15 Thread michaelo
Author: michaelo Date: Sat Oct 15 17:37:33 2016 New Revision: 1765097 URL: http://svn.apache.org/viewvc?rev=1765097=rev Log: [MJAVADOC-387] Handle JDK8 -Xdoclint Add proper handling of -Xdoclint. Option is only evaluated if Java 1.8+ is used otherwise a warning is issued. Due to a limitation in

svn commit: r1765098 - /maven/plugins/trunk/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/AbstractJavadocMojo.java

2016-10-15 Thread michaelo
Author: michaelo Date: Sat Oct 15 18:46:43 2016 New Revision: 1765098 URL: http://svn.apache.org/viewvc?rev=1765098=rev Log: [MJAVADOC-474] Deprecate parameter additionalparam Modified: