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

2011-02-09 Thread Kalyan Akella
attached to it that can be inferred from reading the poms. Was there something specific that prevented you from using profiles? Kristian Den 07.02.2011 04:46, skrev Kalyan Akella: A few days back, I was working with the Liquibase Maven Pluginhttp://www.liquibase.org/manual

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

2011-02-07 Thread Kalyan Akella
. Was there something specific that prevented you from using profiles? Kristian Den 07.02.2011 04:46, skrev Kalyan Akella: A few days back, I was working with the Liquibase Maven Pluginhttp://www.liquibase.org/manual/mavenfor doing DB upgrades in my project. This plugin has 2 specific goals, among

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

2011-02-06 Thread Kalyan Akella
:28 AM, Jason van Zyl ja...@sonatype.com wrote: On Feb 5, 2011, at 7:43 AM, Kalyan Akella wrote: Hi, I attached the revised patches to the issues that implement the following: 1. ability to skip multiple plugins their executions at CLI, 2. ability to skip plugins their executions

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

2011-02-06 Thread Kalyan Akella
, Feb 6, 2011 at 8:32 PM, Jason van Zyl ja...@sonatype.com wrote: 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

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

2011-02-05 Thread Kalyan Akella
know your comments. Sincere Regards, Kalyan C. Akella On Wed, Feb 2, 2011 at 9:27 AM, Kalyan Akella kalyan.ake...@gmail.comwrote: Hi, Thank you for the patch review comments. I hope it is integrated to the trunk. My next steps: 1. Implement support for skipping multiple plugins/executions

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

2011-02-01 Thread Kalyan Akella
to the alps tomorrow ;) Kristian ti., 01.02.2011 kl. 09.16 +0530, skrev Kalyan Akella: Hi, Any updates on the patch. Did it apply cleanly ? Any comments, changes ?? Sincere Regards, Kalyan C. Akella On Sat, Jan 29, 2011 at 8:01 AM, Kalyan Akella kalyan.ake

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

2011-01-31 Thread Kalyan Akella
Hi, Any updates on the patch. Did it apply cleanly ? Any comments, changes ?? Sincere Regards, Kalyan C. Akella On Sat, Jan 29, 2011 at 8:01 AM, Kalyan Akella kalyan.ake...@gmail.comwrote: Hi, Thank you for the comments. I updated the issue, http://jira.codehaus.org/browse/MNG-3321

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

2011-01-28 Thread Kalyan Akella
Hi, Thank you for the comments. I updated the issue, http://jira.codehaus.org/browse/MNG-3321 with the modified patches. Regarding your point about documentation, will you please point me to the exact location where I should include the usage instructions for this feature and other info (perhaps

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

2011-01-27 Thread Kalyan Akella
kristian.rosenv...@gmail.com wrote: I think any global option for skipping a plugin should be done in the Execution Plan Calculation, where we try to build the immutable plan of the actual plugins that will be run. Kristian Den 27.01.2011 05:44, skrev Kalyan Akella: Hi, I recently came

Regarding MNG-3321 - Support for Skipping Plugin Execution

2011-01-26 Thread Kalyan Akella
Hi, I recently came across this situation in my own project where I wanted to skip some plugin executions during a standard maven build. I could not find a straight forward way to accomplish this (as described in MNG-3321) and so thought of implementing this feature. I checked out the source

Re: Maven runs surefire plugin for testing by default. How to change this?

2007-10-31 Thread Kalyan Akella
missing in my plugin-configuration. Please help me. Thank you. Kalyan. On 10/31/07, Jason van Zyl [EMAIL PROTECTED] wrote: On 30 Oct 07, at 1:06 AM 30 Oct 07, Kalyan Akella wrote: Hi Brett, Thanks for the response. However, the skip parameter (maven.test.skip) skips running tests

Re: Maven runs surefire plugin for testing by default. How to change this?

2007-10-31 Thread Kalyan Akella
test plugin during the test phase. Could you please help. Thank you. Kalyan. On 10/31/07, Jason van Zyl [EMAIL PROTECTED] wrote: On 31 Oct 07, at 6:57 AM 31 Oct 07, Kalyan Akella wrote: Hi Jason, Thank you for the response. However, even after setting the maven.skip.testparameter

Re: Maven runs surefire plugin for testing by default. How to change this?

2007-10-31 Thread Kalyan Akella
or my configuration. Please help. Thank you. Kalyan -- Forwarded message -- From: Kalyan Akella [EMAIL PROTECTED] Date: Nov 1, 2007 5:30 AM Subject: Re: Maven runs surefire plugin for testing by default. How to change this? To: Maven Developers List dev@maven.apache.org I have

Re: Maven runs surefire plugin for testing by default. How to change this?

2007-10-31 Thread Kalyan Akella
PROTECTED] wrote: Send me your plugin and a sample project with tests and I'll take a look. On 31 Oct 07, at 5:20 PM 31 Oct 07, Kalyan Akella wrote: Moreover, when I set the maven.skip.test to true, apart from not invoking my test plugin, maven, doesn't even compile the test sources

Re: Maven runs surefire plugin for testing by default. How to change this?

2007-10-31 Thread Kalyan Akella
the test class compilation itself. Thanks for all the help. Thank you. Kalyan. On 11/1/07, Kalyan Akella [EMAIL PROTECTED] wrote: Hi Jason, I corrected an error in my project POM (related to profiles) and hence now maven invokes my test plugin during the test phase, as expected. However, as I

Re: Maven runs surefire plugin for testing by default. How to change this?

2007-10-30 Thread Kalyan Akella
, Brett On 30/10/2007, at 2:48 PM, Kalyan Akella wrote: Hi, Recently, I developed a Java-based maven plugin intended to run in the test phase of the maven build instead of the standard surefire-plugin. It has just one goal, 'test'. When I configured my project's POM to include my

Maven runs surefire plugin for testing by default. How to change this?

2007-10-29 Thread Kalyan Akella
Hi, Recently, I developed a Java-based maven plugin intended to run in the test phase of the maven build instead of the standard surefire-plugin. It has just one goal, 'test'. When I configured my project's POM to include my plugin for the testing phase and made sure the POM doesn't refernce