Re: maven install plugin version 2.5 installAtEnd question

2013-10-09 Thread Robert Scholte
Tonio, I've created and fixed https://jira.codehaus.org/browse/MINSTALL-99 I've deployed a 2.5.1-SNAPSHOT to https://repository.apache.org/content/repositories/snapshots/ ready for test, would be nice if you could test this. thanks, Robert Op Tue, 01 Oct 2013 16:08:53 +0200 schreef Tonio

Re: maven install plugin version 2.5 installAtEnd question

2013-10-01 Thread Tonio Caputo
Hi, Continuing with this issue, I'll describe one more unexpected behaviour I'm facing in my project. Just to describe the project, its a kind of plugin-project that has an implementation that should be hidden from the developer that uses the plugin, so my project contains these poms - main pom

Re: maven install plugin version 2.5 installAtEnd question

2013-09-30 Thread Tonio Caputo
Hi Robert, Thanks for your quick answer, expecting the special cases handling ! :-) And now that you mention it, I remember wondering why it was not set to true by default :-). Sorry I might have missed reading some documentation, and that's my fault. thanks again tonio On Mon, Sep 30, 2

Re: maven install plugin version 2.5 installAtEnd question

2013-09-30 Thread Robert Scholte
Hi Tonio, that's one of the reasons why I didn't changed this to the default behavior for both plugins. Current implementation checks if it is installing/deploying the final module. If so, it will continue with the configuration of that module. This should cover most of the usecases, so now

maven install plugin version 2.5 installAtEnd question

2013-09-30 Thread Tonio Caputo
Hi, I was trying this new great feature but, I found that if the last module of the project skips the install, it will not install any of the other modules. Is this the expected behaviour ? Just to let you know: My project last module is an integration-test that should be ran after all other