Author: trustin
Date: Mon Feb 26 19:41:55 2007
New Revision: 512126

URL: http://svn.apache.org/viewvc?view=rev&rev=512126
Log:
Added an encoding option to the maven-compiler-plugin


Modified:
    mina/branches/1.0/pom.xml
    mina/branches/1.1/pom.xml
    mina/trunk/pom.xml

Modified: mina/branches/1.0/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/branches/1.0/pom.xml?view=diff&rev=512126&r1=512125&r2=512126
==============================================================================
--- mina/branches/1.0/pom.xml (original)
+++ mina/branches/1.0/pom.xml Mon Feb 26 19:41:55 2007
@@ -145,6 +145,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
+          <encoding>UTF-8</encoding>
           <source>1.4</source>
           <target>1.4</target>
           <debug>true</debug>

Modified: mina/branches/1.1/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/branches/1.1/pom.xml?view=diff&rev=512126&r1=512125&r2=512126
==============================================================================
--- mina/branches/1.1/pom.xml (original)
+++ mina/branches/1.1/pom.xml Mon Feb 26 19:41:55 2007
@@ -88,6 +88,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
+          <encoding>UTF-8</encoding>
           <source>1.5</source>
           <target>1.5</target>
           <debug>true</debug>

Modified: mina/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/trunk/pom.xml?view=diff&rev=512126&r1=512125&r2=512126
==============================================================================
--- mina/trunk/pom.xml (original)
+++ mina/trunk/pom.xml Mon Feb 26 19:41:55 2007
@@ -102,6 +102,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
+          <encoding>UTF-8</encoding>
           <source>1.5</source>
           <target>1.5</target>
           <debug>true</debug>


Reply via email to