Skip to content

Commit 67b778e

Browse files
committed
Document how to avoid the following site build failure
Embedded error: Error rendering Maven report: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1485623 13f79535-47bb-0310-9956-ffa450edef68
1 parent abdad63 commit 67b778e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,10 @@ CSV files of various types.
198198
</tags>
199199
</configuration>
200200
</plugin>
201+
<!--
202+
NOTE: this requires Maven 3.0.x; when used with Maven 2.2.1, the following error is seen:
203+
Embedded error: Error rendering Maven report: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory
204+
-->
201205
<plugin>
202206
<groupId>org.codehaus.mojo</groupId>
203207
<artifactId>javancss-maven-plugin</artifactId>

0 commit comments

Comments
 (0)