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
