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
|