Re: maven 3.0.6 release date

2015-02-03 Thread Mark Derricutt
On 3 Feb 2015, at 4:05, David Hoffer wrote: > On a somewhat related note, one feature I'd like to see added to Maven is > the ability to easily upgrade the version of Maven used. I want the build > to specify the version of Maven used and automatically download and use > that version. Currently

Re: maven 3.0.6 release date

2015-02-02 Thread Karl Heinz Marbaise
taly wrote: Hi, Was the issue resolved in 3.2.5? Have you tried to run with 3.2.5 ? Thank you, Vitaly -Original Message- From: Karl Heinz Marbaise [mailto:khmarba...@gmx.de] Sent: יום ב 02 פברואר 2015 15:27 To: users@maven.apache.org Subject: Re: maven 3.0.6 release date Hi, i

RE: maven 3.0.6 release date

2015-02-02 Thread Bichov, Vitaly
Hi, Was the issue resolved in 3.2.5? Thank you, Vitaly -Original Message- From: Karl Heinz Marbaise [mailto:khmarba...@gmx.de] Sent: יום ב 02 פברואר 2015 15:27 To: users@maven.apache.org Subject: Re: maven 3.0.6 release date Hi, isn't it an option to update to 3.2.5 ? Have you

Re: maven 3.0.6 release date

2015-02-02 Thread Karl Heinz Marbaise
iginal Message- From: David Hoffer [mailto:dhoff...@gmail.com] Sent: Monday, February 02, 2015 9:06 AM To: Maven Users List Subject: Re: maven 3.0.6 release date On a somewhat related note, one feature I'd like to see added to Maven is the ability to easily upgrade the version of Maven used. I

Re: maven 3.0.6 release date

2015-02-02 Thread David Hoffer
;>> First downloading Maven version (however this can be identified) and > > >>> switching to the downloaded instances... > > >>> > > >>> > > >>> Apart from that. Downloading automatically some version does not > solve > >

Re: maven 3.0.6 release date

2015-02-02 Thread Bernd Eckenfels
G=Lending Grid Builds > > (515) – 441 - 0814 > > > > -Original Message- > > From: David Hoffer [mailto:dhoff...@gmail.com] > > Sent: Monday, February 02, 2015 9:06 AM > > To: Maven Users List > > Subject: Re: maven 3.0.6 release date > > > >

Re: maven 3.0.6 release date

2015-02-02 Thread Curtis Rueden
t;>> > >>> I have my doubts that this will work all the time with Gradle as > >>> well...cause in the meantime you have several differernt gradle > versions as > >>> wellI think you will faces the same thing with Gradle cause using a > >>> Gradle ve

Re: maven 3.0.6 release date

2015-02-02 Thread David Hoffer
ng produces the same >>> problems... >>> >>> >>> >>> >>> >>>> -Dave >>>> >>>> On Mon, Feb 2, 2015 at 8:20 AM, David Hoffer >>>> wrote: >>>> >>>> That's great that Jenki

maven system settings (was: maven 3.0.6 release date)

2015-02-02 Thread Bernd Eckenfels
You can specify a empty settings file with -s and define MAVEN_SKIP_RC, this will avoid all system specific configs (as long as nobody modifies the maven program folder). However to my experience sooner or later you do need some specific landscape settings in the settings.xml file. So it is a good

Re: maven 3.0.6 release date

2015-02-02 Thread David Hoffer
hat's great that Jenkins does this but we need it built into Maven >>>> directly. Our CI infrastructure is TeamCity with many hundreds of >>>> builds >>>> and that's not going to change any time soon and we need developers to >>>> get >

Re: maven 3.0.6 release date

2015-02-02 Thread David Hoffer
has this functionality. You specify the Maven >>>> version in the job and configure Jenkins to automatically download that >>>> version (it does with this with Java and Ant as well). >>>> >>>> I highly suggest you look into it. Even running it on your local machi

Re: maven 3.0.6 release date

2015-02-02 Thread Doug Douglass
On Mon, Feb 2, 2015 at 8:30 AM, David Hoffer wrote: > > The issue is for developers...I don't > want devs to have to constantly switch their environment around just to run > different maven versions. We often have to run both at the same time as we > are fixing something in a branch and the same

Re: maven 3.0.6 release date

2015-02-02 Thread Karl Heinz Marbaise
ody Fyler Lending Grid Build Team G=Lending Grid Builds (515) – 441 - 0814 -Original Message- From: David Hoffer [mailto:dhoff...@gmail.com] Sent: Monday, February 02, 2015 9:06 AM To: Maven Users List Subject: Re: maven 3.0.6 release date On a somewhat related note, one feature I'

Re: maven 3.0.6 release date

2015-02-02 Thread David Hoffer
t;> Lending Grid Build Team >> G=Lending Grid Builds >> (515) – 441 - 0814 >> >> -Original Message----- >> From: David Hoffer [mailto:dhoff...@gmail.com] >> Sent: Monday, February 02, 2015 9:06 AM >> To: Maven Users List >> Subject: Re: maven 3.

Re: maven 3.0.6 release date

2015-02-02 Thread David Hoffer
:dhoff...@gmail.com] > Sent: Monday, February 02, 2015 9:06 AM > To: Maven Users List > Subject: Re: maven 3.0.6 release date > > On a somewhat related note, one feature I'd like to see added to Maven is > the ability to easily upgrade the version of Maven used. I want the b

Re: maven 3.0.6 release date

2015-02-02 Thread Karl Heinz Marbaise
Hi David, On 2/2/15 4:05 PM, David Hoffer wrote: On a somewhat related note, one feature I'd like to see added to Maven is the ability to easily upgrade the version of Maven used. I want the build to specify the version of Maven used and automatically download and use that version. If you wor

RE: maven 3.0.6 release date

2015-02-02 Thread cody.a.fyler
on your local machine is pretty convenient. Cody Fyler Lending Grid Build Team G=Lending Grid Builds (515) – 441 - 0814 -Original Message- From: David Hoffer [mailto:dhoff...@gmail.com] Sent: Monday, February 02, 2015 9:06 AM To: Maven Users List Subject: Re: maven 3.0.6 release date On

Re: maven 3.0.6 release date

2015-02-02 Thread David Hoffer
On a somewhat related note, one feature I'd like to see added to Maven is the ability to easily upgrade the version of Maven used. I want the build to specify the version of Maven used and automatically download and use that version. Currently it's the system that determines what version is insta

Re: maven 3.0.6 release date

2015-02-02 Thread Karl Heinz Marbaise
Hi, isn't it an option to update to 3.2.5 ? Have you tried it ? On 2/2/15 10:27 AM, Bichov, Vitaly wrote: Hi, There is this (http://jira.codehaus.org/browse/MNG-5315) bug. The bug has a fix proposal and a workaround. Due to some restrictions I can't apply the workaround on my environment. Wil

maven 3.0.6 release date

2015-02-02 Thread Bichov, Vitaly
Hi, There is this (http://jira.codehaus.org/browse/MNG-5315) bug. The bug has a fix proposal and a workaround. Due to some restrictions I can't apply the workaround on my environment. Will the bug be fixed in the next (3.0.6) release? When will 3.0.6 version will be released if ever? Thank you,