Re: Surefire: Made tempfile for stdout spool go to system temp dir

2013-05-04 Thread Kristian Rosenvold
(Moved this to mailing list) redirectTestOutputToFile spools directly to disk and is unchanged. This is actually the stdio capture for the xml-report files, which used to be in-memory, so it was limited to memory size. (the problem being that we can't really write the xml file as-we-go due to them

Re: [VOTE] Apache 3.1.0-alpha-1

2013-05-04 Thread Jason van Zyl
Sure, update all the plugins. We might as well do all that maintenance work now before the next release. I can look at making an enforcer rule. It's been something I've been meaning at looking at is breaking out all the checks in the release plugin to enforcer rules so they can be used anywhere.

Re: [VOTE] Apache 3.1.0-alpha-1

2013-05-04 Thread Hervé BOUTEMY
uh, I didn't see this one :( if the check can be automated through an enforcer rule, this would be a Good Thing (TM) I finally found my way with maven-dependency-tree (vote in progress) + dependency:tree (re-added verbose mode, which was a big users expectation). And since I have some time this

maven-plugins pull request: [MPMD-168] Add parameter to skip report generat...

2013-05-04 Thread adangel
GitHub user adangel opened a pull request: https://github.com/apache/maven-plugins/pull/11 [MPMD-168] Add parameter to skip report generation if there are no violations/duplications. * The report generation for both PMD and CPD is split from the actual execution of these too

Re: [VOTE] Apache 3.1.0-alpha-1

2013-05-04 Thread Jason van Zyl
I will cancel the vote and respin it. No one has looked that hard: there's a snapshot repository in the top-level POM. I haven't made any noise as Hervé is trying to release all the prerequisites so that some of the standard plugins don't fail. On May 2, 2013, at 5:16 PM, Stephen Connolly wr