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
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
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
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-
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
19 matches
Mail list logo