git commit: cleanup imports

2013-10-21 Thread olamy
Updated Branches: refs/heads/master 1c04f0a4a -> a605ba268 cleanup imports Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/a605ba26 Tree: http://git-wip-us.apache.org/repos/asf/maven-wagon/tree/a605ba26 Diff: h

[6/9] git commit: Try to make sure the connection is a consistent (re-usable) state prior to closing the response

2013-10-21 Thread olamy
Try to make sure the connection is a consistent (re-usable) state prior to closing the response Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/70e42612 Tree: http://git-wip-us.apache.org/repos/asf/maven-wagon/tre

[9/9] git commit: merging httpclient-4.3 branch from Oleg

2013-10-21 Thread olamy
merging httpclient-4.3 branch from Oleg Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/1c04f0a4 Tree: http://git-wip-us.apache.org/repos/asf/maven-wagon/tree/1c04f0a4 Diff: http://git-wip-us.apache.org/repos/asf/m

[4/9] git commit: Removed unnecessary private method

2013-10-21 Thread olamy
Removed unnecessary private method Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/dc8f00ec Tree: http://git-wip-us.apache.org/repos/asf/maven-wagon/tree/dc8f00ec Diff: http://git-wip-us.apache.org/repos/asf/maven-

[7/9] git commit: Refactored configuration code; HttpClient instance is now immutable and static

2013-10-21 Thread olamy
Refactored configuration code; HttpClient instance is now immutable and static Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/e198f011 Tree: http://git-wip-us.apache.org/repos/asf/maven-wagon/tree/e198f011 Diff: h

[3/9] git commit: Removed unnecessary GZIP content handling code (transparent content decoding is provided by HttpClient)

2013-10-21 Thread olamy
Removed unnecessary GZIP content handling code (transparent content decoding is provided by HttpClient) Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/16f0f9de Tree: http://git-wip-us.apache.org/repos/asf/maven-w

[8/9] git commit: Made HttpMethodConfiguration more pure bean like by moving utility methods into a separate class

2013-10-21 Thread olamy
Made HttpMethodConfiguration more pure bean like by moving utility methods into a separate class Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/d4a6064b Tree: http://git-wip-us.apache.org/repos/asf/maven-wagon/tr

[5/9] git commit: Use SSLContextBuilder provided by HttpClient to create custom SSL contexts

2013-10-21 Thread olamy
Use SSLContextBuilder provided by HttpClient to create custom SSL contexts Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/008accb6 Tree: http://git-wip-us.apache.org/repos/asf/maven-wagon/tree/008accb6 Diff: http:

[1/9] git commit: HttpClient never returns invalid status codes (< 200)

2013-10-21 Thread olamy
Updated Branches: refs/heads/master 5b987be4e -> 1c04f0a4a HttpClient never returns invalid status codes (< 200) Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/9a1b7294 Tree: http://git-wip-us.apache.org/repos

[2/9] git commit: Refactored connection initialization and management code; removed single connection mode

2013-10-21 Thread olamy
Refactored connection initialization and management code; removed single connection mode Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/e8c135d8 Tree: http://git-wip-us.apache.org/repos/asf/maven-wagon/tree/e8c13

svn commit: r1534373 - /maven/doxia/doxia/trunk/pom.xml

2013-10-21 Thread hboutemy
Author: hboutemy Date: Mon Oct 21 21:09:11 2013 New Revision: 1534373 URL: http://svn.apache.org/r1534373 Log: remove o.a.m.doxia.sink.render.RenderingContext from clirr check Modified: maven/doxia/doxia/trunk/pom.xml Modified: maven/doxia/doxia/trunk/pom.xml URL: http://svn.apache.org/view

svn commit: r1534356 - in /maven/doxia: doxia-sitetools/trunk/doxia-site-renderer/src/main/java/org/apache/maven/doxia/sink/ doxia-sitetools/trunk/doxia-site-renderer/src/main/java/org/apache/maven/do

2013-10-21 Thread hboutemy
Author: hboutemy Date: Mon Oct 21 20:04:56 2013 New Revision: 1534356 URL: http://svn.apache.org/r1534356 Log: [DOXIA-499][DOXIASITETOOLS-84] moved o.a.m.doxia.sink.render.RenderingContext from Doxia core to Doxia Site Renderer Added: maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/sr

[3/4] git commit: Fix type in documentation of IntegrationTestMojo#test.

2013-10-21 Thread agudian
Fix type in documentation of IntegrationTestMojo#test. Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/367208d5 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/367208d5 Diff: http://git-wip-u

[2/4] git commit: Pull Request #27: [SUREFIRE-1030] Remove nested exception wrappers

2013-10-21 Thread agudian
Pull Request #27: [SUREFIRE-1030] Remove nested exception wrappers Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/4ff21008 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/4ff21008 Diff: http

[1/4] git commit: [SUREFIRE-1030] Remove nested exception wrappers

2013-10-21 Thread agudian
Updated Branches: refs/heads/master 867b33c8e -> 75f05d794 [SUREFIRE-1030] Remove nested exception wrappers Java 1.5 dependency is sufficient to get Throwable.getCause. Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-su

[4/4] git commit: Pull Request #28: Fix type in documentation of IntegrationTestMojo#test.

2013-10-21 Thread agudian
Pull Request #28: Fix type in documentation of IntegrationTestMojo#test. Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/75f05d79 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/75f05d79 Diff

git commit: Adding envar MAVEN_CMD_LINE_ARGS to shell scripts to provide consistency for accessing CLI args via env.MAVEN_CMD_LINE_ARGS user property (from plugins, for example).

2013-10-21 Thread jdcasey
Updated Branches: refs/heads/master b0acd5e73 -> 70218af1c Adding envar MAVEN_CMD_LINE_ARGS to shell scripts to provide consistency for accessing CLI args via env.MAVEN_CMD_LINE_ARGS user property (from plugins, for example). Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit

svn commit: r1534275 - /maven/plugins/trunk/maven-install-plugin/src/main/java/org/apache/maven/plugin/install/InstallMojo.java

2013-10-21 Thread rfscholte
Author: rfscholte Date: Mon Oct 21 16:57:45 2013 New Revision: 1534275 URL: http://svn.apache.org/r1534275 Log: [MINSTALL-100] Update description for installAtEnd param Modified: maven/plugins/trunk/maven-install-plugin/src/main/java/org/apache/maven/plugin/install/InstallMojo.java Modified

svn commit: r1534113 - /maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml

2013-10-21 Thread hboutemy
Author: hboutemy Date: Mon Oct 21 11:59:38 2013 New Revision: 1534113 URL: http://svn.apache.org/r1534113 Log: publish generated xsd to the site Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.x