[ 
http://jira.codehaus.org/browse/MGWT-89?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

nicolas de loof closed MGWT-89.
-------------------------------

         Assignee: nicolas de loof
       Resolution: Fixed
    Fix Version/s: 1.2

patch applied, thanks

> Support for -whitelist and -blacklist
> -------------------------------------
>
>                 Key: MGWT-89
>                 URL: http://jira.codehaus.org/browse/MGWT-89
>             Project: Maven 2.x GWT Plugin
>          Issue Type: Sub-task
>    Affects Versions: 1.1
>            Reporter: Jason Thrasher
>            Assignee: nicolas de loof
>             Fix For: 1.2
>
>         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