Return-Path: Delivered-To: apmail-archiva-commits-archive@www.apache.org Received: (qmail 76317 invoked from network); 20 Jan 2009 08:28:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jan 2009 08:28:58 -0000 Received: (qmail 15293 invoked by uid 500); 20 Jan 2009 08:28:58 -0000 Delivered-To: apmail-archiva-commits-archive@archiva.apache.org Received: (qmail 15233 invoked by uid 500); 20 Jan 2009 08:28:58 -0000 Mailing-List: contact commits-help@archiva.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@archiva.apache.org Delivered-To: mailing list commits@archiva.apache.org Received: (qmail 15224 invoked by uid 99); 20 Jan 2009 08:28:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jan 2009 00:28:57 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jan 2009 08:28:57 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 216AF238889C; Tue, 20 Jan 2009 00:28:37 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r735964 - /archiva/branches/archiva-nexus-indexer/pom.xml Date: Tue, 20 Jan 2009 08:28:37 -0000 To: commits@archiva.apache.org From: oching@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090120082837.216AF238889C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: oching Date: Tue Jan 20 00:28:36 2009 New Revision: 735964 URL: http://svn.apache.org/viewvc?rev=735964&view=rev Log: exclude maven-plugin-registry & maven-settings from nexus-indexer as it's configuration property value 'maven.home' causes a bean def error during startup Modified: archiva/branches/archiva-nexus-indexer/pom.xml Modified: archiva/branches/archiva-nexus-indexer/pom.xml URL: http://svn.apache.org/viewvc/archiva/branches/archiva-nexus-indexer/pom.xml?rev=735964&r1=735963&r2=735964&view=diff ============================================================================== --- archiva/branches/archiva-nexus-indexer/pom.xml (original) +++ archiva/branches/archiva-nexus-indexer/pom.xml Tue Jan 20 00:28:36 2009 @@ -261,6 +261,14 @@ velocity velocity-dep + + org.apache.maven + maven-plugin-registry + + + org.apache.maven + maven-settings +