You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Matt Raible (JIRA)" <ji...@codehaus.org> on 2007/01/24 11:24:26 UTC

[jira] Created: (MANTRUN-65) Add a configuration element that allows you to skip plugin's execution

Add a <skip> configuration element that allows you to skip plugin's execution
-----------------------------------------------------------------------------

                 Key: MANTRUN-65
                 URL: http://jira.codehaus.org/browse/MANTRUN-65
             Project: Maven 2.x Antrun Plugin
          Issue Type: New Feature
    Affects Versions: 1.1
            Reporter: Matt Raible


The DbUnit, Hibernate3 and SQL Maven 2 Plugins have a "skip" configuration element that can be set to true in order to skip execution. This is a nice feature because it allows you pass in -Dmaven.test.skip=true and skip execution by adding the following in your pom.xml.

<configuration>
...
<skip>${maven.test.skip}</skip>
</configuration>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MANTRUN-65) Add a configuration element that allows you to skip plugin's execution

Posted by "Matt Raible (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MANTRUN-65?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Raible closed MANTRUN-65.
------------------------------

    Resolution: Fixed

That's good enough for me!

> Add a <skip> configuration element that allows you to skip plugin's execution
> -----------------------------------------------------------------------------
>
>                 Key: MANTRUN-65
>                 URL: http://jira.codehaus.org/browse/MANTRUN-65
>             Project: Maven 2.x Antrun Plugin
>          Issue Type: New Feature
>    Affects Versions: 1.1
>            Reporter: Matt Raible
>
> The DbUnit, Hibernate3 and SQL Maven 2 Plugins have a "skip" configuration element that can be set to true in order to skip execution. This is a nice feature because it allows you pass in -Dmaven.test.skip=true and skip execution by adding the following in your pom.xml.
> <configuration>
> ...
> <skip>${maven.test.skip}</skip>
> </configuration>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MANTRUN-65) Add a configuration element that allows you to skip plugin's execution

Posted by "Dan Tran (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MANTRUN-65?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_105265 ] 

Dan Tran commented on MANTRUN-65:
---------------------------------

this is some what fixed by http://jira.codehaus.org/browse/MANTRUN-44



> Add a <skip> configuration element that allows you to skip plugin's execution
> -----------------------------------------------------------------------------
>
>                 Key: MANTRUN-65
>                 URL: http://jira.codehaus.org/browse/MANTRUN-65
>             Project: Maven 2.x Antrun Plugin
>          Issue Type: New Feature
>    Affects Versions: 1.1
>            Reporter: Matt Raible
>
> The DbUnit, Hibernate3 and SQL Maven 2 Plugins have a "skip" configuration element that can be set to true in order to skip execution. This is a nice feature because it allows you pass in -Dmaven.test.skip=true and skip execution by adding the following in your pom.xml.
> <configuration>
> ...
> <skip>${maven.test.skip}</skip>
> </configuration>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira