summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoryyamano <yyamano>2009-11-07 00:14:53 +0000
committeryyamano <yyamano>2009-11-07 00:14:53 +0000
commitb8e565842ab80fb1e1b02e416635380d9e05be08 (patch)
tree6e5a8867ce908d08e4bdca9cbdc172fefac7fedb /doc
parente41bc03c6331ea3c77687375b510458ae35c3edd (diff)
downloadpkgsrc-b8e565842ab80fb1e1b02e416635380d9e05be08.tar.gz
Update devel/apache-maven to 2.2.1.
Maven 2.2.1 aims to correct several critical regressions related to the selection of the HttpClient-based Wagon implementation for HTTP/HTTPS transfers in Maven 2.2.0. The new release reverts this selection, reinstating the Sun-based - or lightweight - Wagon implementation as the default for this sort of traffic. However, Maven 2.2.1 goes a step further to provide a means of selecting which provider - or implementation - the user wishes to use for a particular transfer protocol. More information on providers can be found in our Guide to Wagon Providers. In addition, Maven 2.2.1 addresses some long-standing problems related to injecting custom lifecycle mappings and artifact handlers. These custom components are now correctly loaded regardless of whether they come from a plugin with the extensions flag enabled, or from a pure build extension. In addition, custom artifact handlers now will be used to configure the attributes of the main project artifact in addition to any artifacts related to dependencies or project attachments created during the build.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES-20093
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009
index c07704cac5c..07cdea9fdd5 100644
--- a/doc/CHANGES-2009
+++ b/doc/CHANGES-2009
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2009,v 1.4228 2009/11/06 22:38:04 dmcmahill Exp $
+$NetBSD: CHANGES-2009,v 1.4229 2009/11/07 00:14:53 yyamano Exp $
Changes to the packages collection and infrastructure in 2009:
@@ -5644,3 +5644,4 @@ Changes to the packages collection and infrastructure in 2009:
Removed cad/geda-docs [dmcmahill 2009-11-06]
Removed cad/geda-examples [dmcmahill 2009-11-06]
Updated cad/geda to 1.6.0 [dmcmahill 2009-11-06]
+ Updated devel/apache-maven to 2.2.1 [yyamano 2009-11-06]