Thank you!


> -----Original Message-----
> From: Ralph Pollath [mailto:[EMAIL PROTECTED]
> Sent: 24 September 2006 02:34
> To: Maven Users List
> Subject: Re: Compiling files with UTF-8 encoding
> 
> 
> On 23.09.2006, at 17:57, David Leangen wrote:
> > In M2, how do I set the compiler to compile files that are written  
> > in UTF-8?
> 
> Try this:
> 
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
>    <artifactId>maven-compiler-plugin</artifactId>
>    <configuration>
>        <encoding>UTF-8</encoding>
>    </configuration>
> </plugin>
> 
> Cheers,
> -Ralph.
> 
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to