You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bi...@apache.org on 2008/07/25 00:28:40 UTC

svn commit: r679584 - /cxf/trunk/parent/pom.xml

Author: bimargulies
Date: Thu Jul 24 15:28:39 2008
New Revision: 679584

URL: http://svn.apache.org/viewvc?rev=679584&view=rev
Log:
Turn off PMD charset warnings.

Modified:
    cxf/trunk/parent/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=679584&r1=679583&r2=679584&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Thu Jul 24 15:28:39 2008
@@ -32,8 +32,6 @@
 
     <packaging>pom</packaging>
 
-
-
     <properties>
         <surefire.fork.mode>once</surefire.fork.mode>
         <surefire.format>brief</surefire.format>
@@ -183,6 +181,9 @@
                             <version>${project.version}</version>
                         </dependency>
                     </dependencies>
+                    <configuration>
+                      <encoding>UTF-8</encoding>
+                    </configuration>
                     <executions>
                         <execution>
                             <id>validate</id>
@@ -218,6 +219,7 @@
                             <ruleset>cxf-pmd-ruleset.xml</ruleset>
                             <ruleset>cxf-pmd-custom.xml</ruleset>
                         </rulesets>
+                        <sourceEncoding>UTF-8</sourceEncoding>
                         <targetJdk>1.5</targetJdk>
                         <linkXRef>false</linkXRef>
                         <includeTests>true</includeTests>