Author: carnold
Date: Tue Jun  8 04:23:57 2010
New Revision: 952533

URL: http://svn.apache.org/viewvc?rev=952533&view=rev
Log:
Bug 49390: pom.xml tweaks

Modified:
    logging/log4j/companions/extras/trunk/pom.xml

Modified: logging/log4j/companions/extras/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/logging/log4j/companions/extras/trunk/pom.xml?rev=952533&r1=952532&r2=952533&view=diff
==============================================================================
--- logging/log4j/companions/extras/trunk/pom.xml (original)
+++ logging/log4j/companions/extras/trunk/pom.xml Tue Jun  8 04:23:57 2010
@@ -165,6 +165,11 @@
             <version>1.6.5</version>
           </dependency>
           <dependency>
+            <groupId>ant</groupId>
+            <artifactId>ant</artifactId>
+            <version>1.6.5</version>
+          </dependency>
+          <dependency>
             <groupId>ant-contrib</groupId>
             <artifactId>ant-contrib</artifactId>
             <version>1.0b2</version>
@@ -283,6 +288,8 @@
     <plugins>
       <plugin>
         <artifactId>maven-project-info-reports-plugin</artifactId>
+        <!--  version 2.2 runs into http://jira.codehaus.org/browse/DOXIA-215  
-->
+        <version>2.1</version>
         <reportSets>
           <reportSet>
             <reports>
@@ -325,6 +332,9 @@
       </plugin>
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <encoding>UTF-8</encoding>
+        </configuration>
       </plugin>
     </plugins>
   </reporting>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to