Add skip configuration paramter
-------------------------------

                 Key: MWEBLOGIC-11
                 URL: http://jira.codehaus.org/browse/MWEBLOGIC-11
             Project: Mojo WebLogic Plugin
          Issue Type: Improvement
            Reporter: Jim Horner
            Assignee: David J. M. Karlsen
            Priority: Trivial



Add support for a skip parameter similar to deploy-plugin. In a multi-module 
project the parent module, which would be <packaging>pom</packaging>, does not 
need to be deployed. Another use case for us is when we only want to deploy a 
few artifacts for testing.

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-deploy-plugin</artifactId>
                <configuration>
                    <skip>${skip.deploy}</skip>
                    
<altDeploymentRepository>${deployment.repository}</altDeploymentRepository>
                </configuration>
            </plugin>


-- 
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

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to