Re: [VOTE] Release Maven GPG Plugin version 1.2

2011-03-23 Thread chemit
On Mon, 21 Mar 2011 20:30:56 +0100 Dennis Lundberg denn...@apache.org wrote: +1 (none binding) Works fine for us ;) Thansks. Hi, We solved 2 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11431styleName=Htmlversion=16529 There are still a couple of issues left in

Re: Defining common localRepository that will work on both Windows and linux

2011-03-23 Thread Baptiste MATHUS
Another simple solution we use: define environment variable, and set value accordingly. localRepository${env.M2_REPO}/localRepository Then just set this env variable correctly, depending on the system it's running on. But the settings.xml can always be the same. We use this technique to be able

Help: mojo works in maven 2.x but not in maven 3.x

2011-03-23 Thread Dipl.-Ing. Torsten Liermann
Hi, (sorry, I can't speak english) I'm using a simple mojo that extends the classpath for unit tests via the surefire plugin and his parameter additionalClasspathElement. The mojo works with maven 2.x but not with maven 3.x In maven 3.x the sure fire plugin runs without the

really threadsafe?

2011-03-23 Thread David Jencks
I've been trying out the parallel stuff in maven 3.0.3 and when it works it's great.However I'm wondering what's going on here with this intermittent error. I've never gotten this error bulding single threaded. https://cwiki.apache.org/MAVEN/parallel-builds-in-maven-3.html says the