diff options
author | yyamano <yyamano@pkgsrc.org> | 2009-11-07 00:14:53 +0000 |
---|---|---|
committer | yyamano <yyamano@pkgsrc.org> | 2009-11-07 00:14:53 +0000 |
commit | db137e1d2338d173a0e253d8c4941947deae98b3 (patch) | |
tree | 6e5a8867ce908d08e4bdca9cbdc172fefac7fedb /devel | |
parent | e2aaa3524183eeebb012d29b7bd7412e25839f72 (diff) | |
download | pkgsrc-db137e1d2338d173a0e253d8c4941947deae98b3.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 'devel')
-rw-r--r-- | devel/apache-maven/Makefile | 4 | ||||
-rw-r--r-- | devel/apache-maven/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/apache-maven/Makefile b/devel/apache-maven/Makefile index eb8cdaa0f82..a2e08fe423f 100644 --- a/devel/apache-maven/Makefile +++ b/devel/apache-maven/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2009/07/29 17:45:59 yyamano Exp $ +# $NetBSD: Makefile,v 1.4 2009/11/07 00:14:53 yyamano Exp $ # -DISTNAME= apache-maven-2.2.0 +DISTNAME= apache-maven-2.2.1 CATEGORIES= devel java MASTER_SITES= ${MASTER_SITE_APACHE:=maven/binaries/} EXTRACT_SUFX= .tar.bz2 diff --git a/devel/apache-maven/distinfo b/devel/apache-maven/distinfo index 2448c706bcf..2bf0a105e5a 100644 --- a/devel/apache-maven/distinfo +++ b/devel/apache-maven/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2009/07/29 17:45:59 yyamano Exp $ +$NetBSD: distinfo,v 1.4 2009/11/07 00:14:53 yyamano Exp $ -SHA1 (apache-maven-2.2.0-bin.tar.bz2) = c301aefcd7dd9a6fb605937e1e049ed485f75188 -RMD160 (apache-maven-2.2.0-bin.tar.bz2) = 96b0c1afe229bb047f3bd4045390b8f6a54a86a0 -Size (apache-maven-2.2.0-bin.tar.bz2) = 2854567 bytes +SHA1 (apache-maven-2.2.1-bin.tar.bz2) = 47ac0417a200cbc6d1b967d6b7c6ae1138e9e3e0 +RMD160 (apache-maven-2.2.1-bin.tar.bz2) = 25d523d3dc86cf4695b0e343cf0f6e58ea8a54e3 +Size (apache-maven-2.2.1-bin.tar.bz2) = 2839688 bytes SHA1 (patch-aa) = 74c4607226b3d783648c4fc369460dcce4a0144f SHA1 (patch-ab) = d9219f96473c4a929cad15990e1c131e08f8ed13 |