maven-surefire git commit: [SUREFIRE-1310] ForkClient should handle only one channel-id

2016-12-30 Thread tibordigana
Repository: maven-surefire Updated Branches: refs/heads/master df7e143c2 -> 27fbe2c19 [SUREFIRE-1310] ForkClient should handle only one channel-id Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/27fbe2c1

maven-surefire git commit: [SUREFIRE-1322] Surefire and Failsafe should dump critical errors in dump file and console

2016-12-30 Thread tibordigana
Repository: maven-surefire Updated Branches: refs/heads/master 9dd4074e8 -> df7e143c2 [SUREFIRE-1322] Surefire and Failsafe should dump critical errors in dump file and console Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit:

maven-surefire git commit: [SUREFIRE-1239] ExecutionException java.lang.RuntimeException: org.apache.maven.surefire.report.ReporterException: When writing xml report stdout/stderr (No such file or dir

2016-12-30 Thread tibordigana
Repository: maven-surefire Updated Branches: refs/heads/master cf6e75c8f -> 9dd4074e8 [SUREFIRE-1239] ExecutionException java.lang.RuntimeException: org.apache.maven.surefire.report.ReporterException: When writing xml report stdout/stderr (No such file or directory) Project:

svn commit: r1776671 - /maven/plugins/trunk/maven-invoker-plugin/src/main/java/org/apache/maven/plugin/invoker/AbstractInvokerMojo.java

2016-12-30 Thread schulte
Author: schulte Date: Sat Dec 31 01:06:53 2016 New Revision: 1776671 URL: http://svn.apache.org/viewvc?rev=1776671=rev Log: [MINVOKER-213] The plugin should escape any XML special characters (&<>) during interpolating XML files. o Updated to only escape characters leading to invalid XML if not

svn commit: r1776657 - /maven/plugins/trunk/maven-invoker-plugin/src/main/java/org/apache/maven/plugin/invoker/AbstractInvokerMojo.java

2016-12-30 Thread schulte
Author: schulte Date: Fri Dec 30 23:18:05 2016 New Revision: 1776657 URL: http://svn.apache.org/viewvc?rev=1776657=rev Log: [MINVOKER-213] The plugin should escape any XML special characters (&<>) during interpolating XML files. Modified:

svn commit: r1776659 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

2016-12-30 Thread schulte
Author: schulte Date: Fri Dec 30 23:18:52 2016 New Revision: 1776659 URL: http://svn.apache.org/viewvc?rev=1776659=rev Log: [MINVOKER-213] The plugin should escape any XML special characters (&<>) during interpolating XML files. o Updated to use maven-invoker-plugin 3.0.0-SNAPSHOT due make the

maven git commit: [MNG-5889] .mvn directory should be picked when using --file

2016-12-30 Thread schulte
Repository: maven Updated Branches: refs/heads/master 65960ac18 -> 1a94cd4a7 [MNG-5889] .mvn directory should be picked when using --file o Updated to restore quoting the path argument so that the script starts to work again when used in a "directory name with spaces and & special

maven-wagon git commit: Intermedite commit; will disappear soon

2016-12-30 Thread michaelo
Repository: maven-wagon Updated Branches: refs/heads/jetty-8 307f8a6db -> df0af51bc Intermedite commit; will disappear soon * Use fsutil on Windows to create a 4 GiB file very fast Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo Commit:

svn commit: r1776610 - in /maven/plugins/trunk/maven-dependency-plugin/src/it/projects: copy-from-remote-repository/ unpack-from-remote-repository/

2016-12-30 Thread gboue
Author: gboue Date: Fri Dec 30 17:13:57 2016 New Revision: 1776610 URL: http://svn.apache.org/viewvc?rev=1776610=rev Log: Updating the tests so that they no longer rely on reading the logs, making them more robust: a setup script first deletes from the local repository the artifact that should

svn commit: r1776591 - /maven/plugins/trunk/maven-clean-plugin/pom.xml

2016-12-30 Thread schulte
Author: schulte Date: Fri Dec 30 15:33:49 2016 New Revision: 1776591 URL: http://svn.apache.org/viewvc?rev=1776591=rev Log: [MNG-5761] Dependency management is not transitive. o Updated to add a missing test dependency (used but undeclared) managed to non-transitive test scope transitively.