Re: Regression? Plugin Parameter Injection

2013-05-07 Thread Chris Graham
WIll do, ta. -Chris On Tue, May 7, 2013 at 11:42 PM, Stuart McCulloch wrote: > On 7 May 2013, at 09:00, Chris Graham wrote: > > > I agree, the way that I have to enter the pom under 2.0.9 is now > correctly > > reflected by 3.x. > > > > However, the second part of the issue that I found is tha

Re: svn commit: r860135 - in /websites/production/maven/content/surefire: ./ css/ images/ js/ maven-failsafe-plugin/ maven-failsafe-plugin/apidocs/ maven-failsafe-plugin/apidocs/org/apache/maven/plugi

2013-05-07 Thread Andreas Gudian
Ha, found it. The site plugin is working correctly, but I happened to have some zero-byte *site.xml files in my local repo. No idea how it got there, but after cleaning up, the correct ones were fetched from central and everything was fine again. 2013/5/6 Hervé BOUTEMY > If you can create a si

Re: [VOTE] Apache 3.1.0-alpha-1

2013-05-07 Thread Jason van Zyl
The vote for 3.1.0-alpha-1 is cancelled. There is a snapshot repository in the parent POM and the vote has gone on for far longer than acceptable. Hervé go ahead and update any versions of the POMs you like, I have some small changes I'm going to make and when you're happy with the updated plugi

Re: Regression? Plugin Parameter Injection

2013-05-07 Thread Stuart McCulloch
On 7 May 2013, at 09:00, Chris Graham wrote: > I agree, the way that I have to enter the pom under 2.0.9 is now correctly > reflected by 3.x. > > However, the second part of the issue that I found is that the @required is > beting totally ignored! 2.x enforces it, 3.x does not, it should. > > Th

Re: Regression? Plugin Parameter Injection

2013-05-07 Thread Chris Graham
I agree, the way that I have to enter the pom under 2.0.9 is now correctly reflected by 3.x. However, the second part of the issue that I found is that the @required is beting totally ignored! 2.x enforces it, 3.x does not, it should. That I believe does need to be fixed, and that should be the s

Re: Regression? Plugin Parameter Injection

2013-05-07 Thread Stuart McCulloch
On 6 May 2013, at 23:49, Chris Graham wrote: > Looking at that issue, if the issue was meant to deal with the example > given, ie, and array of strings, then the issue is most certainly not > fixed, as it is my exact case. The issue addressed making the behaviour more consistent, which it does -