You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Andrius Karpavicius <An...@sintagma.lt> on 2005/09/12 10:26:33 UTC

[M2] Resource filtering with encoding

Hello,

How to specify encoding for resource files during filtering? In ant we 
used <copy encoding="UTF8" attribute, otherwise non-english letters get 
messed up.


                <copy encoding="UTF8" todir="${ui.dest}/WEB-INF/conf">
                        <fileset 
dir="${merged}/${conf.source}/web-client/WEB-INF/conf">
                                <include name="*.xml" />
                        </fileset>
                        <filterset refid="filt.ui.conf" />
                </copy>


Thank you,
Andrius Karpavicius

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org