On Tue, Jul 21, 2009 at 3:36 AM, daniel.green<[email protected]> wrote:
>
>> what is your original encoding? why not use UTF-8 directly when editing
>> files?
>>
> We want to go from native to UTF-8. We can't develop in UTF-8 directly due
> to various bugs we've run into with Eclipse (everyone uses it but me) and
> some of our other tools. Before we were using some ant task. I'd like to
> keep with pure maven, though.

If there is no maven plugin just use antrun
(http://maven.apache.org/plugins/maven-antrun-plugin/)

Just bind to the phase you want your ant task to run when specifying
the ant task in your pom.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to