Support for -whitelist and -blacklist
-------------------------------------

                 Key: MGWT-89
                 URL: http://jira.codehaus.org/browse/MGWT-89
             Project: Maven 2.x GWT Plugin
          Issue Type: New Feature
    Affects Versions: 1.1
            Reporter: Jason Thrasher
         Attachments: RunMojo.patch

Patch adds support to allow -whitelist and -blacklist regex values from either 
the pom.xml, or on the command line.

on the command line:
mvn clean gwt:run -Dgwt.blacklist=.*google\.com

in the pom.xml:
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>gwt-maven-plugin</artifactId>
        <version>1.2-SNAPSHOT</version>
        <configuration>
          [SNIP]
          <whitelist>.*amazon\.com</whitelist>
        </configuration>
        [SNIP]
      </plugin>


Jason


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