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

        

Reply via email to