You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Matthew Beermann (JIRA)" <ji...@codehaus.org> on 2005/10/17 16:44:11 UTC

[jira] Commented: (MNG-1222) site:site goal is completely broken

    [ http://jira.codehaus.org/browse/MNG-1222?page=comments#action_48739 ] 

Matthew Beermann commented on MNG-1222:
---------------------------------------

Okay, I see the comment now - it would be nice if this had actually gone out in the beta-3 plugin. :S

            // the canGenerateReport() has been added just before the 2.0 release and will cause all the reporting 
            // plugins with an earlier version to fail (most of the codehaus mojo now fails)
            // be nice with them, output a warning and don't let them break anything
            catch ( AbstractMethodError e )
            {
                getLog().warn(
                              "Error loading report " + report.getClass().getName()
                                  + " - AbstractMethodError: canGenerateReport()" );
                filteredReports.add( report );
            }

Anyway, the erroneous plugin is the maven-pmd-plugin; apparently it didn't get updated with the rest...

> site:site goal is completely broken
> -----------------------------------
>
>          Key: MNG-1222
>          URL: http://jira.codehaus.org/browse/MNG-1222
>      Project: Maven 2
>         Type: Bug
>   Components: maven-site-plugin
>     Versions: 2.0-beta-3
>     Reporter: Matthew Beermann
>     Priority: Blocker
>      Fix For: 2.0

>
>
> With the new maven-site-plugin-2.0-beta-3 released over the weekend, the site:site goal has stopped working for me altogether. The traceback is:
> [INFO] [site:site]
> [INFO] ----------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO] ----------------------------------------------------------------------------
> [INFO] null
> [INFO] ----------------------------------------------------------------------------
> [INFO] Trace
> java.lang.AbstractMethodError
>         at org.apache.maven.plugins.site.SiteMojo.filterReports(SiteMojo.java:407)
>         at org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:221)
>         at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:399)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:519)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:482)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:452)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:301)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:268)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:137)
>         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:316)
>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:113)
>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:249)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>         at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>         at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>         at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> [INFO] ----------------------------------------------------------------------------
> My <reporting> section looks like this:
> 	<reporting>
> 		<plugins>
> 			<plugin>
> 				<groupId>org.codehaus.mojo</groupId>
> 				<artifactId>changelog-maven-plugin</artifactId>
> 			</plugin>
> 			<plugin>
> 				<groupId>org.codehaus.mojo</groupId>
> 				<artifactId>jxr-maven-plugin</artifactId>
> 			</plugin>
> 			<plugin>
> 				<groupId>org.apache.maven.plugins</groupId>
> 				<artifactId>maven-javadoc-plugin</artifactId>
> 			</plugin>
> 			<plugin>
> 				<groupId>org.apache.maven.plugins</groupId>
> 				<artifactId>maven-pmd-plugin</artifactId>
> 			</plugin>
> 			<plugin>
> 				<groupId>org.apache.maven.plugins</groupId>
> 				<artifactId>maven-project-info-reports-plugin</artifactId>
> 			</plugin>
> 		</plugins>
> 	</reporting>

-- 
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org