Release date for maven-clean-plugin 2.5?

2012-05-16 Thread Robin Pradel
Hi, I'd like to use the new ability of maven-clean-plugin 2.5 to retry a delete command (http://jira.codehaus.org/browse/MCLEAN-45) in my projects but the snapshot state leads to problems while releasing anything. Are there any plans to release this version in the near future? I look forward

Re: Release date for maven-clean-plugin 2.5?

2012-05-16 Thread Olivier Lamy
Hi, I can take care of that early next week. 2012/5/16 Robin Pradel r...@ivu.de: Hi, I'd like to use the new ability of maven-clean-plugin 2.5 to retry a delete command (http://jira.codehaus.org/browse/MCLEAN-45) in my projects but the snapshot state leads to problems while releasing

release plugin, adding a profile for the release

2012-05-16 Thread Stephane Nicoll
Hi, Is it me or it is not possible to add extra modules with the release plugin ? My use case is simple, I have a multi-modules project[1] that builds 3 modules by default (A,B,C) and a dist profile adds an extra fourth project (D). When I release this project, I want to build A,B,C,D at both

Re: release plugin, adding a profile for the release

2012-05-16 Thread Robert Scholte
Looks like https://jira.codehaus.org/browse/MRELEASE-571 I have an idea how to fix this for Maven3 and if that works it'll be part of 2.4 -Robert Op Wed, 16 May 2012 19:05:14 +0200 schreef Stephane Nicoll stephane.nic...@gmail.com: Hi, Is it me or it is not possible to add extra

Re: release plugin, adding a profile for the release

2012-05-16 Thread Stephane Nicoll
I am not sure, here is the partial log of the dryRun snicoll@cobra:~/Projects/btm$ mvn -DdryRun=true release:prepare [INFO] Scanning for projects... [INFO] [INFO] Reactor Build Order: [INFO] [INFO] Bitronix Transaction

Re: release plugin, adding a profile for the release

2012-05-16 Thread Robert Scholte
Could you first update to version 2.3 and see if that makes any difference? -Robert Op Wed, 16 May 2012 19:21:29 +0200 schreef Stephane Nicoll stephane.nic...@gmail.com: I am not sure, here is the partial log of the dryRun snicoll@cobra:~/Projects/btm$ mvn -DdryRun=true release:prepare

@threadSafe

2012-05-16 Thread Chris Graham
Hi All. Can we mark a plugin as threadSafe AND still have it work under JRE 1.4 and Maven 2.0.9? Obviously, it's ability to run in parallel mode would require Maven 3. So, if I mark a plugin as being @threadSafe, will it still be able to be run under the older JRE's and Maven's? -Chris

Re: @threadSafe

2012-05-16 Thread Kristian Rosenvold
yes Den 17. mai 2012 kl. 06:18 skrev Chris Graham chrisgw...@gmail.com: Hi All. Can we mark a plugin as threadSafe AND still have it work under JRE 1.4 and Maven 2.0.9? Obviously, it's ability to run in parallel mode would require Maven 3. So, if I mark a plugin as being @threadSafe,

Re: release plugin, adding a profile for the release

2012-05-16 Thread Stephane Nicoll
I tried that and it did not make any difference (with mvn 3.0.4). The project is BTM on codehaus if someone wants to try it out. Thanks, S. On Wed, May 16, 2012 at 7:43 PM, Robert Scholte apa...@sourcegrounds.comwrote: Could you first update to version 2.3 and see if that makes any difference?

Re: @threadSafe

2012-05-16 Thread Chris Graham
:-) Ta much. -Chris On Thu, May 17, 2012 at 2:27 PM, Kristian Rosenvold kristian.rosenv...@zenior.no wrote: yes Den 17. mai 2012 kl. 06:18 skrev Chris Graham chrisgw...@gmail.com: Hi All. Can we mark a plugin as threadSafe AND still have it work under JRE 1.4 and Maven 2.0.9?

Re: release plugin, adding a profile for the release

2012-05-16 Thread Chris Graham
Another means of doing this, is to always build module D as you put it. But, assuming the distribution is just an application of the assembly plugin (or it's derivatives in concept), just tie the execution of the plugin(s) to the DEPLOY phase. That's exactly how I achieved an upload on my package