[ 
http://jira.codehaus.org/browse/MOJO-816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_112169
 ] 

Dan Tran commented on MOJO-816:
-------------------------------

I am willing to cut a new release if you have the test :-)


> enhance native2ascii to support flattening and filename mappers
> ---------------------------------------------------------------
>
>                 Key: MOJO-816
>                 URL: http://jira.codehaus.org/browse/MOJO-816
>             Project: Mojo
>          Issue Type: Improvement
>          Components: native2ascii
>            Reporter: Mark Diggory
>         Attachments: native2ascii-maven-plugin.patch
>
>
> This patch provides basic filename globmapper and flattenmapper support for 
> the native2ascii ant task used in this mojo. For example its now possible to 
> do:
> <plugin>
>             <groupId>org.codehaus.mojo</groupId>
>             <artifactId>native2ascii-maven-plugin</artifactId>
>             <configuration>
>                <encoding>UTF8</encoding>
>                <includes>**/*.properties.UTF-8</includes>
>                <excludes>**/*.properties,src,target,pom.xml,.*</excludes>
>                <mapFrom>*.properties.UTF-8</mapFrom>
>                <mapTo>*.properties</mapTo>
>                <flatten>true</flatten>
>                <src>${basedir}</src>
>             </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