Re: Regarding MNG-3321 - Support for Skipping Plugin Execution

2011-02-06 Thread Kristian Rosenvold
It really sounds to me like this should be done with a profile that is triggered by the presence of a specific file (i.e. "db-changeset.sql"), as can be seen at http://maven.apache.org/guides/introduction/introduction-to-profiles.html At least this is the way most people handle this, which ens

Re: [VOTE] Release Maven Plugin Tools version 2.7

2011-02-06 Thread John Casey
+1 On 2/5/11 6:51 PM, Dennis Lundberg wrote: Hi, We solved 6 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11139&styleName=Html&version=16439 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11139&status=1

Re: Regarding MNG-3321 - Support for Skipping Plugin Execution

2011-02-06 Thread Kalyan Akella
A few days back, I was working with the Liquibase Maven Pluginfor doing DB upgrades in my project. This plugin has 2 specific goals, among others, which I was using, update& rollback

Re: [VOTE] Release Maven Plugin Tools version 2.7

2011-02-06 Thread Anders Hammar
+1 (non-binding) Thanks for releasing this, /Anders On Sun, Feb 6, 2011 at 00:51, Dennis Lundberg wrote: > Hi, > > We solved 6 issues: > > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11139&styleName=Html&version=16439 > > There are still a couple of issues left in JIRA: > > http:

RE: [VOTE] Release Maven Plugin Tools version 2.7

2011-02-06 Thread Robert Scholte
+1 We're still working on QDox 2.0, so the fix for MPLUGIN-56 have to wait for the next release. -Robert > Date: Sun, 6 Feb 2011 19:45:02 +0100 > From: ltheu...@apache.org > To: dev@maven.apache.org > Subject: Re: [VOTE] Release Maven Plugin Tools version 2.7 > > > +1 > > -Lukas > > >

Re: [VOTE] Release Maven Plugin Tools version 2.7

2011-02-06 Thread Lukas Theussl
+1 -Lukas Dennis Lundberg wrote: Hi, We solved 6 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11139&styleName=Html&version=16439 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11139&status=1 Staging

Re: [VOTE] Release Maven Plugin Tools version 2.7

2011-02-06 Thread Benjamin Bentmann
Dennis Lundberg wrote: Staging repo: https://repository.apache.org/content/repositories/maven-038/ +1 Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apach

Re: [VOTE] Relase Maven Stylus Skin 1.3

2011-02-06 Thread Hervé BOUTEMY
+1 Hervé Le vendredi 4 février 2011, Olivier Lamy a écrit : > Hello, > I'd like to release Apache Maven Stylus Skin 1.3 > The staging repo is here : > https://repository.apache.org/content/repositories/maven-035/ > > One issue fixed : http://jira.codehaus.org/browse/MSKINS-9 > And some trademark

Re: Regarding MNG-3321 - Support for Skipping Plugin Execution

2011-02-06 Thread Jason van Zyl
Out of curiosity what is the first thing you used this feature for? On Feb 6, 2011, at 8:06 AM, Kalyan Akella wrote: > Hi, > > Thank you for the comments. > > First of all, these changes DO NOT affect the existing integration test > suite. I verified this by running the ENTIRE suite with & with

Re: Regarding MNG-3321 - Support for Skipping Plugin Execution

2011-02-06 Thread Jason van Zyl
Awesome, thanks! On Feb 6, 2011, at 8:06 AM, Kalyan Akella wrote: > Hi, > > Thank you for the comments. > > First of all, these changes DO NOT affect the existing integration test > suite. I verified this by running the ENTIRE suite with & without my > patches. The *results are the same*. > >

Re: Regarding MNG-3321 - Support for Skipping Plugin Execution

2011-02-06 Thread Kalyan Akella
Hi, Thank you for the comments. First of all, these changes DO NOT affect the existing integration test suite. I verified this by running the ENTIRE suite with & without my patches. The *results are the same*. Secondly, I am in no urgent need to get these changes to Maven 3.0.x. Do it as you see