Author: hboutemy
Date: Sat Dec 4 10:00:19 2010
New Revision: 1042129
URL: http://svn.apache.org/viewvc?rev=1042129&view=rev
Log:
removed source encoding configuration that is already included by default in
javadoc plugin since 2.5
Modified:
maven/pom/trunk/asf/pom.xml
Modified: maven/pom/trunk/asf/pom.xml
URL:
http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=1042129&r1=1042128&r2=1042129&view=diff
==============================================================================
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Sat Dec 4 10:00:19 2010
@@ -338,9 +338,6 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <encoding>${project.build.sourceEncoding}</encoding>
- </configuration>
<executions>
<execution>
<id>attach-javadocs</id>