On 23/03/2009, ant elder <[email protected]> wrote:
> On Mon, Mar 23, 2009 at 9:20 PM, sebb <[email protected]> wrote:
>
> > Also, the encoding needs to be specified:
> >
> > [WARNING] Using platform encoding (Cp1252 actually) to copy filtered
> > resources, i.e. build is platform dependent!
> >
>
>
> I don't see that warning when i build, do you know where its coming
> from or how to fix it?
>
I think it comes from the resources plugin.
The following fixed it for me.
Add the following to the <properties> section in the top-level POM:
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
>
> ...ant
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]