Welcome Karl Heinz Marbaise to the Maven PMC

2014-08-25 Thread Barrie Treloar
I'm pleased to announce that the Maven PMC has voted to add Karl to the Maven PMC. Welcome, Karl.

Re: svn commit: r1620507 - /maven/pom/trunk/maven/pom.xml

2014-08-25 Thread Stephen Connolly
Congratulations Karl On Tuesday, 26 August 2014, wrote: > Author: khmarbaise > Date: Tue Aug 26 04:44:46 2014 > New Revision: 1620507 > > URL: http://svn.apache.org/r1620507 > Log: > - Updated my status to PMC Member. > > Modified: > maven/pom/trunk/maven/pom.xml > > Modified: maven/pom/trun

@Parameter property="x" etc.

2014-08-25 Thread Karl Heinz Marbaise
Hi, based on the following problem http://jira.codehaus.org/browse/MDEPLOY-181 I've dived a little bit more into this.. @Parameter ( property = "test", defaultValue = "false") private boolean test; If i understand Maven correctly that if i do mvn -Dtest=true the value will be given to the plug

Scripting a release, incl. vote message

2014-08-25 Thread Martijn Dashorst
All, I have almost fully automated the release process for Wicket, including branching, automatic version updates, git archiving, uploading of source distributions to svn (dist.a.o), etc. I'm looking to automate one of the final things I have to do manually: crafting the vote message. Most thing

Re: [VOTE] Maven 3.2.3 Release

2014-08-25 Thread Jason van Zyl
https://github.com/jvanzyl/source-release-validator I just run it from Eclipse and change a few parameters for each release. It's specifically made for Maven Core, it's not general-purpose in its current form. On Aug 25, 2014, at 10:59 AM, Dennis Lundberg wrote: > On Mon, Aug 11, 2014 at 11:24

Re: [VOTE] Maven 3.2.3 Release

2014-08-25 Thread Dennis Lundberg
On Mon, Aug 11, 2014 at 11:24 PM, Jason van Zyl wrote: > +1 > > Analyzer... Hi Jason, Is the source for your analyzer public? It seems like a cool tool that we (at the ASF in general) should be using. If we could add signature checking as well, it would cover almost everything that can be autom