Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 78786 invoked from network); 30 Apr 2010 01:10:22 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Apr 2010 01:10:22 -0000 Received: (qmail 64624 invoked by uid 500); 30 Apr 2010 01:10:22 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 64601 invoked by uid 500); 30 Apr 2010 01:10:22 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 64593 invoked by uid 99); 30 Apr 2010 01:10:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Apr 2010 01:10:22 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of greenemj@gmail.com designates 209.85.222.173 as permitted sender) Received: from [209.85.222.173] (HELO mail-pz0-f173.google.com) (209.85.222.173) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Apr 2010 01:10:14 +0000 Received: by pzk3 with SMTP id 3so7833057pzk.26 for ; Thu, 29 Apr 2010 18:09:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=J+tCrlqRxs+F3kVFBBmIF/P1Bybqp4xlRBzLEehojuA=; b=DfMm2SjbwHGrsjHlgw5bOjhnstI+9WI8ClSaNktJoHZNn8efbNi2C1LGgBmq+oyusV b08xlAP8V2cn2lDhVehJboLV3eOSeoev9OAOsnILCVyMSXgYAVmdRlABebZgZpkaw4S/ qFBYCtpD6KXrgDQCJqBEt3xlW8u/hPN1lBjyU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=E+hqle3/CX7yH+qP0n/OiqeQgEXMcNUBWuOAxNMagXBt0SMdvz92th4elH9dNPf7pn 9SJtVZDQ7+9iAzMJstlIwU8I2i0An4MeqjdxlynSFXFhd+HWMlVA6rgEjCWrQCQrML2Z piXQbcD3xAwQfVWffwMwcgpzpztPSu9+7E8Vs= Received: by 10.140.252.7 with SMTP id z7mr246846rvh.186.1272589793166; Thu, 29 Apr 2010 18:09:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.199.21 with HTTP; Thu, 29 Apr 2010 18:09:33 -0700 (PDT) In-Reply-To: References: From: Mark Greene Date: Thu, 29 Apr 2010 21:09:33 -0400 Message-ID: Subject: Re: Error when running full maven build on the 5.3.1 SVN tag To: dev@activemq.apache.org Content-Type: multipart/alternative; boundary=000e0cd1b06e91053e048569e60e X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd1b06e91053e048569e60e Content-Type: text/plain; charset=ISO-8859-1 Ah nm.....i found a post pointing to the pom.xml patch. Used that, deleted my .m2 cache and it worked. Sorry guys. On Thu, Apr 29, 2010 at 8:23 PM, Mark Greene wrote: > I'm trying to run a full mvn clean install -Dmaven.test.skip at the root > but am getting this error: > > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Internal error in the plugin manager executing goal > 'org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:0.1:generate': Unable to load the > mojo 'org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:0.1:generate' in the plugin > 'org.jvnet.jaxb2.maven2:maven-jaxb2-plugin'. A required class is missing: > com/sun/tools/xjc/ErrorReceiver > com.sun.tools.xjc.ErrorReceiver > > > I'm running Ubuntu 9 with JDK 1.6.20 and Maven 2.2.1. > > I've received the same error on the 5.3.0 tag as well. > --000e0cd1b06e91053e048569e60e--