You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2010/02/13 21:29:43 UTC

svn commit: r909904 - /logging/log4j/trunk/pom.xml

Author: carnold
Date: Sat Feb 13 20:29:42 2010
New Revision: 909904

URL: http://svn.apache.org/viewvc?rev=909904&view=rev
Log:
Bug 43313: Set explicit encoding for java compilation

Modified:
    logging/log4j/trunk/pom.xml

Modified: logging/log4j/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/pom.xml?rev=909904&r1=909903&r2=909904&view=diff
==============================================================================
--- logging/log4j/trunk/pom.xml (original)
+++ logging/log4j/trunk/pom.xml Sat Feb 13 20:29:42 2010
@@ -153,6 +153,7 @@
         <configuration>
           <source>1.2</source>
           <target>1.1</target>
+          <encoding>UTF-8</encoding>
         </configuration>
       </plugin>
       <plugin>
@@ -314,7 +315,6 @@
       </plugin>
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
-        <!--  Using version 2.1 would fail due to JIRA issue MASSEMBLY-376 -->
         <version>2.2-beta-5</version>
         <configuration>
           <descriptors>



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org