From issues-return-60433-apmail-maven-issues-archive=maven.apache.org@maven.apache.org Fri Jan 15 14:53:30 2010 Return-Path: Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: (qmail 69203 invoked from network); 15 Jan 2010 14:53:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Jan 2010 14:53:29 -0000 Received: (qmail 57866 invoked by uid 500); 15 Jan 2010 14:53:28 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 57795 invoked by uid 500); 15 Jan 2010 14:53:28 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 57721 invoked by uid 99); 15 Jan 2010 14:53:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jan 2010 14:53:28 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jan 2010 14:53:18 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 758A314AC088 for ; Fri, 15 Jan 2010 08:52:57 -0600 (CST) Date: Fri, 15 Jan 2010 08:52:57 -0600 (CST) From: "Arnaud Heritier (JIRA)" To: issues@maven.apache.org Message-ID: <12168317.63808.1263567177478.JavaMail.haus-jira@codehaus01.managed.contegix.com> In-Reply-To: <23998828.1204726468059.JavaMail.haus-jira@codehaus01.managed.contegix.com> Subject: [jira] Updated: (MECLIPSE-395) Plugin tests are failing due to a wrong local repository path. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MECLIPSE-395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arnaud Heritier updated MECLIPSE-395: ------------------------------------- Assignee: (was: Arnaud Heritier) > Plugin tests are failing due to a wrong local repository path. > -------------------------------------------------------------- > > Key: MECLIPSE-395 > URL: http://jira.codehaus.org/browse/MECLIPSE-395 > Project: Maven 2.x Eclipse Plugin > Issue Type: Bug > Affects Versions: 2.5 > Reporter: Arnaud Heritier > > In a corporate environment, we have the local repository not located in the standard location (${user.home}/.m2/repository). > This is set in settings passed to maven with properties org.apache.maven.user-settings and org.apache.maven.global-settings (our settings are also not located in the standard locations ${user.home}/.m2/settings.xml and ${maven.home}/conf/settings.xml). > Instead of using my local repository defined in our global settings, eclipse integration tests are using ${user.home}/.m2/repository, thus don't find dependencies. For example : > {code} > Error getting POM for ... > from the specified remote repositories: > central (http://repo1.maven.org/maven2), > testing.mainLocalAsRemote (file:/C:/Documents and Settings/XXXX/.m2/repository) > {code} -- 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