Return-Path: X-Original-To: apmail-maven-dev-archive@www.apache.org Delivered-To: apmail-maven-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 683B811D97 for ; Thu, 11 Sep 2014 21:13:36 +0000 (UTC) Received: (qmail 8058 invoked by uid 500); 11 Sep 2014 21:13:36 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 7987 invoked by uid 500); 11 Sep 2014 21:13:36 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 7964 invoked by uid 99); 11 Sep 2014 21:13:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Sep 2014 21:13:35 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dantran@gmail.com designates 209.85.215.41 as permitted sender) Received: from [209.85.215.41] (HELO mail-la0-f41.google.com) (209.85.215.41) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Sep 2014 21:13:31 +0000 Received: by mail-la0-f41.google.com with SMTP id s18so12569202lam.14 for ; Thu, 11 Sep 2014 14:13:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=6GrHVH55sVZi2pmMTpNyCvGylUxozRKzOnf3V91sgsY=; b=mvHSLPcqK1C3ogayoaK0RGkhrxqQgHAHHiJggESTBjJd3OanBYVg5FPdWziM0O431j Q1RZmKYxmnhPrd1X5nKuAqZmewmMsk20a5aE748GGoW15Z3tOXUZK47Pax4zznom+pJA VphjQzVk7D+D8TnACX6THLw97rdMu8y3Ezp/0Li8khQ9JCx0K1aku/LiF8BsLbluMKHJ esLHfArV2bphUtV20QQkBN3LuFXjK+5FGHs2tzyWAwJvwXzBhBfQRjGpv+lctRsEQQeL T6W23uEFRu1EGmVMrPsVBzEbiDwmjEOangIrnWlTwRqPcmjtjkC7zDFxVeQV7er/voCN pPpg== MIME-Version: 1.0 X-Received: by 10.152.21.6 with SMTP id r6mr4255632lae.6.1410469989798; Thu, 11 Sep 2014 14:13:09 -0700 (PDT) Received: by 10.114.27.103 with HTTP; Thu, 11 Sep 2014 14:13:09 -0700 (PDT) In-Reply-To: References: Date: Thu, 11 Sep 2014 14:13:09 -0700 Message-ID: Subject: Re: [VOTE] Apache Wagon 2.7 From: Dan Tran To: Maven Developers List Content-Type: multipart/alternative; boundary=089e014941ecb558e70502d0a20f X-Virus-Checked: Checked by ClamAV on apache.org --089e014941ecb558e70502d0a20f Content-Type: text/plain; charset=UTF-8 Further test shows that http://jira.codehaus.org/browse/WAGON-407 is NOT fixed so it is best to revert it, and mark as wont fix How it is tested under apache-maven-3.2.3/lib 1. Replace wagon*2.6* with wagon 2.7, I can use wagon-maven-plugin to download. This worls 2. Remove commons-io*.jar, the test fail, which means commons-io does not get pickup by wagon-http-2.7-shared.jar doen work ( even thou I do see commons-io got shaded) Thanks -D On Thu, Sep 11, 2014 at 1:42 PM, Dan Tran wrote: > tested by replace wagon*2.6 for wagon*2.6 under my maven-3.2.3/lib. > > It turns out maven 3.2.x now include jsoup, commons-io, and commons-lang > under lib dir, so http://jira.codehaus.org/browse/WAGON-407 no longer > needed unless maven dev remove thosed shaded file when ever wagon 2.7 got > pushed into new maven release > > -Dan > > On Wed, Sep 10, 2014 at 10:29 PM, Olivier Lamy wrote: > >> Hi, >> I'd like to release Apache Wagon 2.7 >> We fixed 4 issues: >> >> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=20560&styleName=Text&projectId=10335&Create=Create >> >> Staging repository: >> https://repository.apache.org/content/repositories/maven-1054/ >> >> Staging site: http://maven.apache.org/wagon-archives/wagon-LATEST/ >> >> Vote open for 72H >> [+1] >> [0] >> [-1] >> >> Cheers >> -- >> Olivier Lamy >> http://twitter.com/olamy | http://linkedin.com/in/olamy >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org >> For additional commands, e-mail: dev-help@maven.apache.org >> >> > --089e014941ecb558e70502d0a20f--