javadoc plugin does not work on war projects
---------------------------------------------
Key: MNG-1257
URL: http://jira.codehaus.org/browse/MNG-1257
Project: Maven 2
Type: Bug
Components: maven-javadoc-plugin
Versions: 2.0 (RC)
Environment: Linux/sun jdk 1.4.1_04
Reporter: Joe Shomphe
when mvn javadoc:javadoc is run, the following error occurs:
"[INFO] Not executing Javadoc as the project is not a Java classpath-capable
package"
this only happens when my pom,xml has
<packaging>war</packaging>
declared
When this is set to jar, javadoc works fine. The war project has java sources
in it!
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]