Return-Path: X-Original-To: apmail-incubator-accumulo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-accumulo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B42099BAC for ; Thu, 8 Mar 2012 14:53:36 +0000 (UTC) Received: (qmail 20699 invoked by uid 500); 8 Mar 2012 14:44:46 -0000 Delivered-To: apmail-incubator-accumulo-dev-archive@incubator.apache.org Received: (qmail 20685 invoked by uid 500); 8 Mar 2012 14:44:45 -0000 Mailing-List: contact accumulo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: accumulo-dev@incubator.apache.org Delivered-To: mailing list accumulo-dev@incubator.apache.org Received: (qmail 20677 invoked by uid 99); 8 Mar 2012 14:44:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Mar 2012 14:44:45 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [206.112.75.239] (HELO iron-u-b-out.osis.gov) (206.112.75.239) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Mar 2012 14:44:37 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqsEAIvFWE+sEAbx/2dsb2JhbABCrCsBiHeBD4IKAQEBAwESAhNXCwsEBw0uIQETBR0ZGweHYxChRQqVdok4hzYEiFKMc4sihHaDAQ X-IronPort-AV: E=Sophos;i="4.73,552,1325480400"; d="scan'208";a="8701808" Received: from ghost-a.center.osis.gov (HELO mail-vw0-f47.google.com) ([172.16.6.241]) by iron-u-b-in.osis.gov with ESMTP/TLS/RC4-SHA; 08 Mar 2012 09:42:45 -0500 Received: by vbbfr13 with SMTP id fr13so404581vbb.6 for ; Thu, 08 Mar 2012 06:44:11 -0800 (PST) Received: by 10.52.92.73 with SMTP id ck9mr2243259vdb.68.1331217851279; Thu, 08 Mar 2012 06:44:11 -0800 (PST) MIME-Version: 1.0 Received: by 10.220.148.199 with HTTP; Thu, 8 Mar 2012 06:43:51 -0800 (PST) In-Reply-To: <434756603.190383.1331181183612.JavaMail.root@linzimmb04o.imo.intelink.gov> References: <434756603.190383.1331181183612.JavaMail.root@linzimmb04o.imo.intelink.gov> From: John Vines Date: Thu, 8 Mar 2012 09:43:51 -0500 Message-ID: Subject: Re: Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.0:site To: accumulo-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=20cf3071c88624e96304babc4fd3 X-Virus-Checked: Checked by ClamAV on apache.org --20cf3071c88624e96304babc4fd3 Content-Type: text/plain; charset=ISO-8859-1 I've never used 'mvn site'. Is this something that we want/need to support? >From a cursory glance, it's just for generating automated reports, right? John On Wed, Mar 7, 2012 at 11:33 PM, David Medinets wrote: > This website, > https://cwiki.apache.org/MAVEN/maven-3x-plugin-compatibility-matrix.html, > says that maven 3 needs the findbugs v2.3 plugin instead of 2.0.1. So > I made that change (locally) and ran into this issue: > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-site-plugin:3.0:site (default-site) on > project accumulo: failed to get report for > org.apache.maven.plugins:maven-javadoc-plugin: Unable to parse > configuration of mojo > org.apache.maven.plugins:maven-javadoc-plugin:2.5:javadoc: Setter > org.apache.maven.plugin.javadoc.JavadocReport.setReportOutputDirectory( > java.io.File ) threw exception when called with parameter > > '/home/medined/Desktop/Dropbox/david/workspace/accumulo/target/site/apidocs': > null: InvocationTargetException: NullPointerException -> [Help 1] > > The directory in question (.../apidocs) did not exist. I created it > (just in case) and re-ran the command. But the same error happened. > > On Wed, Mar 7, 2012 at 11:22 PM, David Medinets > wrote: > > I tried to execute 'mvn site' in the accumulo project. Should it work? > > This is the message I got: > > > > [ERROR] Failed to execute goal > > org.apache.maven.plugins:maven-site-plugin:3.0:site (default-site) on > > project accumulo: failed to get report for > > org.codehaus.mojo:findbugs-maven-plugin: Unable to parse configuration > > of mojo org.codehaus.mojo:findbugs-maven-plugin:2.0.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 > --20cf3071c88624e96304babc4fd3--