Hi. When I run
$ mvn clean site I get the following output from maven3: ---CUT--- [...] main: [INFO] Executed tasks [INFO] [INFO] --- maven-remote-resources-plugin:1.0:process (default) @ commons-math3 --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ commons-math3 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @ commons-math3 --- [INFO] Compiling 46 source files to /home/eran/devel/SVN/commons-math/trunk/target/classes [INFO] [INFO] <<< jdepend-maven-plugin:2.0-beta-2:generate (report:generate) @ commons-math3 <<< [INFO] configuring report plugin org.codehaus.mojo:rat-maven-plugin:1.0-alpha-3 [INFO] configuring report plugin org.codehaus.mojo:findbugs-maven-plugin:2.1 [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1:38.750s [INFO] Finished at: Tue Feb 28 20:36:25 CET 2012 [INFO] Final Memory: 51M/341M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.0-beta-3:site (default-site) on project commons-math3: failed to get Reports: Unable to parse configuration of mojo org.codehaus.mojo:findbugs-maven-plugin:2.1:findbugs for parameter localRepository: Abstract class or interface 'org.apache.maven.artifact.repository.DefaultArtifactRepository' cannot be instantiated -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException ---CUT--- Has somebody an idea of what is going wrong? Gilles --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org