Maven core contributors validator their changes against the integration tests

2014-06-01 Thread Jason van Zyl
Hi, There have been a lot of great patches for Maven core recently which is a pleasant surprise. Unfortunately it's not readily apparent to contributors what is required to accept a patch into core. Not only must the unit tests pass, but the integration tests must pass as well. Our integration

[GitHub] maven pull request: [MNG-4565] Multiple profile activation conditi...

2014-06-01 Thread jvanzyl
Github user jvanzyl commented on the pull request: https://github.com/apache/maven/pull/16#issuecomment-44797771 I created a simple shell script to help validate a pull request against the Maven integration tests. This script is not great, and running the Maven integration tests is no

Re: How to use a plexus component inside a maven report ?

2014-06-01 Thread Hervé BOUTEMY
Le dimanche 1 juin 2014 18:53:12 Tony Chemit a écrit : > On Sun, 01 Jun 2014 16:54:54 +0200 > > Hervé BOUTEMY wrote: > > plexus:components-report is not much used AFAIK, I don't even know what it > > prints :) > > > > I don't know what you expect to write in the report. > > Hum you may have mis

Re: How to use a plexus component inside a maven report ?

2014-06-01 Thread Tony Chemit
On Sun, 01 Jun 2014 16:54:54 +0200 Hervé BOUTEMY wrote: > plexus:components-report is not much used AFAIK, I don't even know what it > prints :) > > I don't know what you expect to write in the report. Hum you may have misundertood me. I just want to get some plexus components, and do my stuf

Re: How to use a plexus component inside a maven report ?

2014-06-01 Thread Hervé BOUTEMY
plexus:components-report is not much used AFAIK, I don't even know what it prints :) I don't know what you expect to write in the report. Regarding how to do it, In plexus:components-report and plugin-tools, the report is not done by loading Mojos but by reading the generated descriptor and di

Re: Extend surefire to rerun failing tests

2014-06-01 Thread Andreas Gudian
My first approach would also be to handle this in the test framework, e.g. using the JUnit Rules as Kristian already suggested. There you can decide on a much more fine-grained level what you want to do in case of a failing test: re-run all the tests of the class? Or only those test cases that fai

Re: How to use a plexus component inside a maven report ?

2014-06-01 Thread Tony Chemit
On Sat, 31 May 2014 14:22:13 +0200 Hervé BOUTEMY wrote: > Le samedi 31 mai 2014 13:55:47 Hervé BOUTEMY a écrit : > > logical, finally: why would the plugin classpath contain actual project? > > > > And since resolution happens from workspace, I imagine that the plugin can > > get classes just af