You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2007/09/19 17:26:09 UTC

svn commit: r577332 - /myfaces/tobago/trunk/pom.xml

Author: lofwyr
Date: Wed Sep 19 08:26:09 2007
New Revision: 577332

URL: http://svn.apache.org/viewvc?rev=577332&view=rev
Log:
Setting source charset for the JavaDoc to UTF-8

Modified:
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=577332&r1=577331&r2=577332&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Wed Sep 19 08:26:09 2007
@@ -202,6 +202,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jxr-plugin</artifactId>
+        <version>2.1</version>
       </plugin>
 
       <plugin>
@@ -229,6 +230,7 @@
           <quiet>true</quiet>
           <verbose>false</verbose>
           <source>1.5</source>
+          <charset>UTF-8</charset>
           <links>
             <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
             <link>http://java.sun.com/j2ee/1.4/docs/api</link>
@@ -352,6 +354,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>jdepend-maven-plugin</artifactId>
+        <version>2.0-beta-1</version>
       </plugin>
 
       <!-- http://jira.codehaus.org/browse/MJNCSS-4