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 32B7B10123 for ; Mon, 9 Dec 2013 16:48:47 +0000 (UTC) Received: (qmail 12791 invoked by uid 500); 9 Dec 2013 16:48:45 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 11984 invoked by uid 500); 9 Dec 2013 16:48:42 -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 11955 invoked by uid 99); 9 Dec 2013 16:48:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Dec 2013 16:48:37 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [216.86.168.183] (HELO mxout-08.mxes.net) (216.86.168.183) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Dec 2013 16:48:33 +0000 Received: from mbp.ifedorenko.com (unknown [24.212.194.126]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id E2296509B6 for ; Mon, 9 Dec 2013 11:48:11 -0500 (EST) Message-ID: <52A5F44B.7060407@ifedorenko.com> Date: Mon, 09 Dec 2013 11:48:11 -0500 From: Igor Fedorenko User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: dev@maven.apache.org Subject: Re: [VOTE] Release Apache Maven Plugin Testing version 3.0.0 (take 2) References: <52A1CD15.5090009@ifedorenko.com> <52A24EE6.70506@gmx.de> <52A25A74.5070507@ifedorenko.com> <30145289.ZlYQ1juhoN@herve-desktop> <52A523ED.8010206@ifedorenko.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org There are two versions of maven involved during maven-plugin-testing build -- the version of maven used to run the build and the version of maven core artifacts maven-plugin-testing depends on. Maven core dependency version is controlled by maven-plugin-testing pom.xml (see ${mavenVersion} property) and will be the same regardless of the version of maven used to the run the build. -- Regards, Igor On 12/9/2013, 11:30, Mirko Friedenhagen wrote: > Igor, > > so why did "mvn verify" work locally with Maven 3.0.5? Is there a test > case missing which triggers the bug? > Regards Mirko > -- > http://illegalstateexception.blogspot.com/ > https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen) > https://bitbucket.org/mfriedenhagen/ > > > On Mon, Dec 9, 2013 at 2:59 AM, Igor Fedorenko wrote: >> maven-plugin-testing will not work with maven 3.0.x. MavenSession >> constructor had signature changed from Sonatype to Eclipse Aether. >> >> -- >> Regards, >> Igor >> >> >> On 12/8/2013, 17:39, Hervé BOUTEMY wrote: >>> >>> I must admit I don't actually really understand if Maven Plugin Testing >>> 3.0.0 >>> can be used with Maven 3.0.x or not >>> >>> is there some compatibility documentation somewhere? >>> (no need to respin a vote, we can improve release docs by hand) >>> >>> Regards, >>> >>> Hervé >>> >>> Le vendredi 6 décembre 2013 18:15:00 Igor Fedorenko a écrit : >>>> >>>> What did you expect to happen with maven 3.0.x and earlier? Did you >>>> expect maven-plugin-testing-3.0.0 build to fail? Did you expect tests >>>> using maven-plugin-testing-3.0.0 to fail? Or is it something else? >>>> >>>> -- >>>> Regards, >>>> Igor >>>> >>>> On 12/6/2013, 17:25, Karl Heinz Marbaise wrote: >>>>> >>>>> Hi, >>>>> >>>>> Non binding...(-1?)... >>>>> >>>>> * Checked SHA1 of maven-plugin-testing-3.0.0-source-release.zip >>>>> * Tested with Maven 3.0.3, 3.0.4, 3.0.5, 3.1 and 3.1.1 >>>>> >>>>> Java version: 1.7.0_21 >>>>> OS name: "mac os x" version: "10.8.5" arch: "x86_64" Family: "mac" >>>>> >>>>> >>>>> BUT based on the pom it should had been working with 3.1.1 >>>>> >>>>> only...because of the following part in the pom file: >>>>> >>>>> >>>>> 3.1.1 >>>>> >>>>> >>>>> >>>>> (see the docs: http://maven.apache.org/pom.html#Prerequisites).. >>>>> >>>>> But this failed only on a try with Maven 2.2.1 ;-)... >>>>> >>>>> In my opinion this should have failed with Maven 3.1, 3.0.5, 3.0.4 and >>>>> 3.0.3.... >>>>> >>>>> What do you think? >>>>> >>>>> >>>>> BTW: The link fails for me too... >>>>> >>>>> http://maven.apache.org/plugin-testing-archives/LATEST leads to a 404 >>>>> (Page Not Found). >>>>> >>>>> Kind regards >>>>> Karl-Heinz Marbaise >>>>> >>>>> > Hi, >>>>>> >>>>>> >>>>>> We solved 6 issues: >>>>>> >>>>>> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11740&version= >>>>>> 18839 >>>>>> >>>>>> >>>>>> >>>>>> There are still a couple of issues left in JIRA: >>>>>> >>>>>> http://jira.codehaus.org/issues/?jql=project%20%3D%20MPLUGINTESTING%20AND >>>>>> %20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC >>>>>> >>>>>> >>>>>> >>>>>> Staging repo: >>>>>> https://repository.apache.org/content/repositories/maven-017/ >>>>>> >>>>>> https://repository.apache.org/content/repositories/maven-017/org/apache/m >>>>>> >>>>>> aven/plugin-testing/maven-plugin-testing/3.0.0/maven-plugin-testing-3.0.0 >>>>>> -source-release.zip >>>>>> >>>>>> >>>>>> >>>>>> Source release checksum(s): >>>>>> SHA1(maven-plugin-testing-3.0.0-source-release.zip)= >>>>>> 126853d4e5f29fedbd173305fe9e0a00407699e8 >>>>>> >>>>>> Staging site: >>>>>> http://maven.apache.org/plugins-archives/plugin-testing-archives/LATEST >>>>>> >>>>>> Guide to testing staged releases: >>>>>> http://maven.apache.org/guides/development/guide-testing-releases.html >>>>>> >>>>>> Vote open for 72 hours. >>>>>> >>>>>> [ ] +1 >>>>>> [ ] +0 >>>>>> [ ] -1 >>>>>> >>>>>> --------------------------------------------------------------------- >>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org >>>>>> For additional commands, e-mail: dev-help@maven.apache.org >>>>> >>>>> >>>>> Mit freundlichem Gruß >>>>> Karl-Heinz Marbaise >>>> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org >>>> For additional commands, e-mail: dev-help@maven.apache.org >>> >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org >>> For additional commands, e-mail: dev-help@maven.apache.org >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org >> For additional commands, e-mail: dev-help@maven.apache.org >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org > For additional commands, e-mail: dev-help@maven.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org