Re: Maven 3 versions of the plugins

2010-05-18 Thread Paul Benedict
Okay, sounds good. I thought the warning was more ominous than desired, but after the discussion, seems appropriate. For those who will never see this discussion, I hope the warning isn't as ominous too. Paul On Tue, May 18, 2010 at 8:26 PM, Jeff Jensen wrote: > +1 > It's clear, it allows me to

RE: Maven 3 versions of the plugins

2010-05-18 Thread Jeff Jensen
+1 It's clear, it allows me to continue if I want to try it anyway, and I think there was plenty of prior discussion of it on the list. -Original Message- From: Kristian Rosenvold [mailto:kristian.rosenv...@gmail.com] Sent: Tuesday, May 18, 2010 2:57 PM To: Maven Developers List Subject

Re: [VOTE] Release Maven Project Info Reports Plugin version 2.2

2010-05-18 Thread Arnaud Héritier
+1 Arnaud On May 15, 2010, at 11:41 PM, Olivier Lamy wrote: > Hi, > In the process of releasing all stuff for site plugin for maven 3, I'd > like to release Maven Project Info Reports Plugin version 2.2. > > We solved 11 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11142

Re: [VOTE] Release Maven Resources plugin version 2.4.3

2010-05-18 Thread Arnaud Héritier
+1 Arnaud On May 18, 2010, at 12:58 AM, Kristian Rosenvold wrote: > Hi, > > We solved 1 issue: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11145&version=16471 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&

Re: [VOTE] Release Maven Compiler plugin version 2.3.1

2010-05-18 Thread Arnaud Héritier
+1 Arnaud On May 18, 2010, at 12:59 AM, Kristian Rosenvold wrote: > Hi, > > We solved 1 issue: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11130&version=16462 > > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=t

Re: [VOTE] Release Maven install plugin version 2.3.1

2010-05-18 Thread Arnaud Héritier
+1 Arnaud On May 18, 2010, at 12:58 AM, Kristian Rosenvold wrote: > Hi, > > We solved 1 issue: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11136&version=16459 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&

Re: [VOTE] Release Maven ear plugin version 2.4.2

2010-05-18 Thread Arnaud Héritier
+1 Arnaud On May 18, 2010, at 12:58 AM, Kristian Rosenvold wrote: > Hi, > > We solved 2 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11132&version=16465 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=tru

Re: [VOTE] Release Maven jar plugin version 2.3.1

2010-05-18 Thread Arnaud Héritier
+1 Arnaud On May 18, 2010, at 12:58 AM, Kristian Rosenvold wrote: > Hi, > > We solved 2 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11137&version=16491 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=tru

Re: [VOTE] Release Maven Source Plugin 2.1.2

2010-05-18 Thread Arnaud Héritier
+1 Arnaud On May 17, 2010, at 11:27 PM, Benjamin Bentmann wrote: > Hi, > > We solved 1 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11147&version=16467 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&

Re: AntRun plugin 1.3.1 or 1.4 ?

2010-05-18 Thread Arnaud Héritier
yes and we should update the pom. I'll wait paul's feedback about it to know what to do On May 18, 2010, at 11:22 PM, Kristian Rosenvold wrote: > I set the version to 1.3.1, but it seems like it should be 1.4. > > Kristian > > > > ti., 18.05.2010 kl. 23.07 +0200, skrev Arnaud Héritier: >> H

Re: Maven 3 versions of the plugins

2010-05-18 Thread Benjamin Bentmann
Kristian Rosenvold wrote: Isn't the current solution noisy enough ? +1, looks fine to me. ti., 18.05.2010 kl. 13.32 -0500, skrev Paul Benedict: Why would Maven allow parallel builds that are not thread-safe? Simply because the absence of the @threadSafe annotation does not imply that the

Re: AntRun plugin 1.3.1 or 1.4 ?

2010-05-18 Thread Kristian Rosenvold
I set the version to 1.3.1, but it seems like it should be 1.4. Kristian ti., 18.05.2010 kl. 23.07 +0200, skrev Arnaud Héritier: > Hi, > > I was reviewing the antrun plugin and I saw we have in jira fixed issues in > 1.3.1 (threadsafe) and 1.4 (several issues): > http://jira.codehaus.org/b

AntRun plugin 1.3.1 or 1.4 ?

2010-05-18 Thread Arnaud Héritier
Hi, I was reviewing the antrun plugin and I saw we have in jira fixed issues in 1.3.1 (threadsafe) and 1.4 (several issues): http://jira.codehaus.org/browse/MANTRUN#selectedTab=com.atlassian.jira.plugin.system.project%3Aroadmap-panel Everything was applied in trunk with version 1.3.1-SNAPSHOT

Re: Maven 3 versions of the plugins

2010-05-18 Thread Kristian Rosenvold
The intention of the warning was to make it pretty clear that you're running with some risk. We have already agreed that the entire "parallel" feature is to be marked as "experimental" (although with the explicit adding of @threadSafe to the mojos I personally think regular "parallel" is good for p

Re: Maven 3 versions of the plugins

2010-05-18 Thread Paul Benedict
Why would Maven allow parallel builds that are not thread-safe? Granted, it's the developer's choice to take the chance, but I just don't see why it's beneficial to allow builds being potentially corrupted unbeknownst to the builder. 2010/5/17 Arnaud Héritier : > In m3 if you activate the // mode

Re: [VOTE] Release Maven Resources plugin version 2.4.3

2010-05-18 Thread Benjamin Bentmann
Kristian Rosenvold wrote: Staging repo: https://repository.apache.org/content/repositories/maven-040/ Staging site: http://maven.apache.org/plugins/maven-resources-plugin-2.4.3 +1 Benjamin - To unsubscribe, e-mail: dev-uns

Re: [VOTE] Release Maven Compiler plugin version 2.3.1

2010-05-18 Thread Benjamin Bentmann
Kristian Rosenvold wrote: Staging repo: https://repository.apache.org/content/repositories/maven-038/ Staging site: http://maven.apache.org/plugins/maven-compiler-plugin-2.3.1/ +1 Benjamin - To unsubscribe, e-mail: dev-uns

Re: [VOTE] Release Maven install plugin version 2.3.1

2010-05-18 Thread Benjamin Bentmann
Kristian Rosenvold wrote: Staging repo: https://repository.apache.org/content/repositories/maven-039/ Staging site: http://maven.apache.org/plugins/maven-install-plugin-2.3.1/ +1 Benjamin - To unsubscribe, e-mail:

Re: [VOTE] Release Maven ear plugin version 2.4.2

2010-05-18 Thread Paul Merlin
+1 Le mardi 18 mai 2010 00:58:33, Kristian Rosenvold a écrit : > Hi, > > We solved 2 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11132&version=16 > 465 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&

Re: [VOTE] Release Maven jar plugin version 2.3.1

2010-05-18 Thread Paul Merlin
+1 Le mardi 18 mai 2010 00:58:15, Kristian Rosenvold a écrit : > Hi, > > We solved 2 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11137&version=16 > 491 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&

Re: [VOTE] Release Maven jar plugin version 2.3.1

2010-05-18 Thread Benjamin Bentmann
Kristian Rosenvold wrote: Staging repo: https://repository.apache.org/content/repositories/maven-041/ Staging site: http://maven.apache.org/plugins/maven-jar-plugin-2.3.1 +1 Benjamin - To unsubscribe, e-mail: dev-unsubscr.

Re: [VOTE] Release Maven ear plugin version 2.4.2

2010-05-18 Thread Stephane Nicoll
+1 S. --- [image: Linkedin] [image: Twitter] On Tue, May 18, 2010 at 12:58 AM, Kristian Rosenvold < kristian.rosenv...@gmail.com> wrote: > Hi, > > We solved 2 issues: > > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=