Re: Debugging duplicate phase executions ...

2014-08-22 Thread Hervé BOUTEMY
- use Maven 3.2.2 at least: MNG-5630 will really help you understand - if not possible, use m-site-p 3.4: MSHARED-333 does something quite equivalent and doesn't require a specific Maven version and you can read MJAVADOC-171, where I managed to analyze the problem (quite recently...) and

dry run any goals

2014-08-22 Thread Martin d'Anjou
Hello, In GNU Make, I can use the -n command line option to get Make to tell me what will happen without actually performing any action. Specifically, how do I get maven to tell me what will be removed when I type mvn clean without actually performing the removal? In general, how do I get

Re: dry run any goals

2014-08-22 Thread Curtis Rueden
Hi Martin, how do I get maven to tell me what will be removed when I type mvn clean without actually performing the removal? Looking at the docs [1], it seems that the maven-clean-plugin does not have that feature. But looking at the source [2], it would probably be a pretty easy feature to

Re: Testing jar files instead of class files

2014-08-22 Thread Maxime Gréau
Hello, This is exactly what I want to do. Is it the bug you are talking about ? https://jira.codehaus.org/browse/SUREFIRE-855 Regards Maxime Gréau. 2013-04-30 13:28 GMT+02:00 Stephen Connolly stephen.alan.conno...@gmail.com : Well just to put this into context. What you actually want to do