What is really interesting is running javadoc directly produces NO errors. When run from "mvn site", these errors show up.
I don't even see a 2.5 branch for the javadoc plugin in the source repo, anyone care to comment on this issue? -----Original Message----- From: Michael Delaney [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2008 12:36 PM To: Maven Users List Subject: Error while executing Maven javadoc All, There seems to have been a new maven Javadoc plug-in uploaded that is causing some issues on our side. Is anyone else seeing this issue? We are using Maven 2.0.9 and this is encountered during the call 'mvn site install' [ Console Errors ] Downloading: http://build.corp.upromise.com:8080/archiva/repository/internal//org/apa che/maven/plugins/maven-javadoc-plugin/2.5-SNAPSHOT/maven-javadoc-plugin -2.5-20080810.123323-30.pom 17K downloaded Downloading: http://build.corp.upromise.com:8080/archiva/repository/bertha//org/apach e/maven/plugins/maven-javadoc-plugin/2.5-SNAPSHOT/maven-javadoc-plugin-2 .5-20080810.123323-30.jar Downloading: http://build.corp.upromise.com:8080/archiva/repository/internal//org/apa che/maven/plugins/maven-javadoc-plugin/2.5-SNAPSHOT/maven-javadoc-plugin -2.5-20080810.123323-30.jar 114K downloaded [WARNING] Attempting to build MavenProject instance for Artifact (org.apache.maven.plugins:maven-javadoc-plugin:2.5-20080810.123323-30) of type: maven-plugin; constructing POM artifact instead. [INFO] ------------------------------------------------------------------------ [ERROR] FATAL ERROR [INFO] ------------------------------------------------------------------------ [INFO] Unresolved compilation problems: Syntax error, insert "}" to complete ClassBody The method append(StringBuffer, String, int) is undefined for the type HelpMojo ... repeating ... The method append(StringBuffer, String, int) is undefined for the type HelpMojo Syntax error, insert "}" to complete Block Syntax error, insert "else Statement" to complete IfStatement Syntax error, insert "}" to complete MethodBody Syntax error, insert "else Statement" to complete IfStatement Syntax error, insert ")" to complete MethodInvocation Syntax error, insert ";" to complete Statement Syntax error, insert "}" to complete Block --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
