Re: Building the release plugin: fails every time.

2014-09-13 Thread Benson Margulies
On Sat, Sep 13, 2014 at 1:09 PM, Robert Scholte wrote: > That does probably explain why Eclipse has issues with it. > However, when executing from commandline, the M2_HOME should be set by the > mvn.bat/mvn.sh, right? > At least I know it works for Windows. > There's some complex invoke-style la

Re: Building the release plugin: fails every time.

2014-09-13 Thread Robert Scholte
That does probably explain why Eclipse has issues with it. However, when executing from commandline, the M2_HOME should be set by the mvn.bat/mvn.sh, right? At least I know it works for Windows. Robert Op Sat, 13 Sep 2014 18:45:59 +0200 schreef Benson Margulies : M2_HOME has to be set. I

Re: Building the release plugin: fails every time.

2014-09-13 Thread Benson Margulies
M2_HOME has to be set. I've added this to the site doc. On Sat, Sep 13, 2014 at 10:33 AM, Benson Margulies wrote: > I am completely failing to remember what I might have done differently. > > On Sat, Sep 13, 2014 at 10:11 AM, Robert Scholte > wrote: > >> I don't recall that something has change

Re: Building the release plugin: fails every time.

2014-09-13 Thread Benson Margulies
I am completely failing to remember what I might have done differently. On Sat, Sep 13, 2014 at 10:11 AM, Robert Scholte wrote: > I don't recall that something has changed here since you released 2.5... > > Op Sat, 13 Sep 2014 16:03:18 +0200 schreef Benson Margulies < > bimargul...@gmail.com>: >

Re: Building the release plugin: fails every time.

2014-09-13 Thread Robert Scholte
I don't recall that something has changed here since you released 2.5... Op Sat, 13 Sep 2014 16:03:18 +0200 schreef Benson Margulies : I see it at command-line, with just 'mvn install'. On Sat, Sep 13, 2014 at 10:02 AM, Robert Scholte wrote: IIRC I'm getting this error when executed wit

Re: Building the release plugin: fails every time.

2014-09-13 Thread Benson Margulies
I see it at command-line, with just 'mvn install'. On Sat, Sep 13, 2014 at 10:02 AM, Robert Scholte wrote: > IIRC I'm getting this error when executed within the IDE, commandline > works fine. > > Robert > > Op Sat, 13 Sep 2014 13:49:52 +0200 schreef Benson Margulies < > bimargul...@gmail.com>:

Re: Building the release plugin: fails every time.

2014-09-13 Thread Robert Scholte
IIRC I'm getting this error when executed within the IDE, commandline works fine. Robert Op Sat, 13 Sep 2014 13:49:52 +0200 schreef Benson Margulies : On Linux, where i keep a very vanilla environment for this sort of thing, running mvn test on the maven-release-plugin (using maven 3.0.5)

Building the release plugin: fails every time.

2014-09-13 Thread Benson Margulies
On Linux, where i keep a very vanilla environment for this sort of thing, running mvn test on the maven-release-plugin (using maven 3.0.5) yields: Tests in error: InvokerMavenExecutorTest.testEncryptSettings:132 ยป IllegalState Maven applicat... Help?