Error in comment causes confusing documentation to be generated
---------------------------------------------------------------
Key: COCOON-2232
URL: https://issues.apache.org/jira/browse/COCOON-2232
Project: Cocoon
Issue Type: Bug
Components: - Build System: Maven
Affects Versions: 2.2-dev (Current SVN)
Reporter: Mark Lundquist
Priority: Minor
Wrong Mojo name appears here:
http://cocoon.apache.org/2.2/maven-plugins/maven-plugin/1.0/prepare-mojo.html
...due to bad (old?) name in comment:
---
a/tools/cocoon-maven-plugin/src/main/java/org/apache/cocoon/maven/rcl/PrepareWebappMojo.java
+++
b/tools/cocoon-maven-plugin/src/main/java/org/apache/cocoon/maven/rcl/PrepareWebappMojo.java
@@ -65,7 +65,8 @@ import org.w3c.dom.Document;
import org.xml.sax.SAXException;
/**
- * The ReloadingWebappMojo creates a web application environment for a Cocoon
block.
+ * Create a web application environment for a Cocoon block, including support
+ * for the reloading classloader.
*
* @goal prepare
* @requiresProject true
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.