You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2008/11/11 19:34:18 UTC

svn commit: r713099 - /cxf/trunk/pom.xml

Author: dkulp
Date: Tue Nov 11 10:34:18 2008
New Revision: 713099

URL: http://svn.apache.org/viewvc?rev=713099&view=rev
Log:
Add encoding to remove a warning

Modified:
    cxf/trunk/pom.xml

Modified: cxf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=713099&r1=713098&r2=713099&view=diff
==============================================================================
--- cxf/trunk/pom.xml (original)
+++ cxf/trunk/pom.xml Tue Nov 11 10:34:18 2008
@@ -378,6 +378,7 @@
                         <quiet>true</quiet>
                         <bottom>Apache CXF</bottom>
                         <javadocVersion>1.5</javadocVersion>
+                        <encoding>UTF-8</encoding>
                         <!--subpackages>org.apache.cxf</subpackages-->
                     </configuration>
                 </plugin>