Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 52728 invoked from network); 22 Nov 2006 00:23:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Nov 2006 00:23:14 -0000 Received: (qmail 76998 invoked by uid 500); 22 Nov 2006 00:23:23 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 76960 invoked by uid 500); 22 Nov 2006 00:23:23 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 76949 invoked by uid 99); 22 Nov 2006 00:23:23 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Nov 2006 16:23:23 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of nrhope@gmail.com designates 66.249.82.237 as permitted sender) Received: from [66.249.82.237] (HELO wx-out-0506.google.com) (66.249.82.237) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Nov 2006 16:23:11 -0800 Received: by wx-out-0506.google.com with SMTP id h28so35939wxd for ; Tue, 21 Nov 2006 16:22:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=aZANyYoSpQc41wbSDnUu5gX6qo26NGaGBtwo4hcqqUOcjfX1elaVUF5rsL6eq6Re1jVlYwh3t9ISXJbw5iz0ZHWiMpzUE9jfuSqrmsNOzaeu4luOLNg+7btIEdT9q0ERDicLeE4MmwAd0cfGp4ftyavHH6hUTiKdXgFVtsaeyDI= Received: by 10.90.93.6 with SMTP id q6mr6293074agb.1164154970152; Tue, 21 Nov 2006 16:22:50 -0800 (PST) Received: by 10.35.35.9 with HTTP; Tue, 21 Nov 2006 16:22:49 -0800 (PST) Message-ID: Date: Wed, 22 Nov 2006 11:22:49 +1100 From: "Norval Hope" To: "Apache Directory Developers List" , elecharny@iktek.com Subject: Re: Maven repository problem In-Reply-To: <456390EC.4060604@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <456390EC.4060604@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Thanks. Your work around got my "mvn clean" working (how high tech ;-) Unfortunately "mvn -e install" now fails with: [INFO] ------------------------------------------------------------------------- --- [INFO] Building Maven OSGi Plugin [INFO] task-segment: [install] [INFO] ------------------------------------------------------------------------- --- [INFO] artifact org.apache.maven.plugins:maven-resources-plugin: checking for up dates from snapshots [WARNING] repository metadata for: 'artifact org.apache.maven.plugins:maven-reso urces-plugin' could not be retrieved from repository: snapshots due to an error: Error transferring file [INFO] Repository 'snapshots' will be blacklisted [INFO] artifact org.apache.maven.plugins:maven-resources-plugin: checking for up dates from apache.snapshots [WARNING] repository metadata for: 'artifact org.apache.maven.plugins:maven-reso urces-plugin' could not be retrieved from repository: apache.snapshots due to an error: Error transferring file [INFO] Repository 'apache.snapshots' will be blacklisted [INFO] [plugin:descriptor] [INFO] Using 2 extractors. [INFO] Applying extractor for language: java [INFO] Extractor for language: java found 1 mojo descriptors. [INFO] Applying extractor for language: bsh [INFO] Extractor for language: bsh found 0 mojo descriptors. [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-a pi/1.5.1/plexus-compiler-api-1.5.1.pom [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error building POM (may not be this project's POM). Project ID: org.codehaus.plexus:plexus-compiler-api Reason: Error getting POM for 'org.codehaus.plexus:plexus-compiler-api' from the repository: Error transferring file org.codehaus.plexus:plexus-compiler-api:pom:1.5.1 from the specified remote repositories: central (http://repo1.maven.org/maven2), apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), snapshots (http://snapshots.maven.codehaus.org/maven2) [INFO] ------------------------------------------------------------------------ [INFO] Trace org.apache.maven.lifecycle.LifecycleExecutionException: Unable to get dependency information: Unable to read the metadata file for artifact 'org.codehaus.plexus :plexus-compiler-api:jar': Error getting POM for 'org.codehaus.plexus:plexus-com piler-api' from the repository: Error transferring file org.codehaus.plexus:plexus-compiler-api:pom:1.5.1 from the specified remote repositories: central (http://repo1.maven.org/maven2), apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), snapshots (http://snapshots.maven.codehaus.org/maven2) org.codehaus.plexus:plexus-compiler-api:jar:1.5.1 from the specified remote repositories: central (http://repo1.maven.org/maven2), apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), snapshots (http://snapshots.maven.codehaus.org/maven2) Path to dependency: 1) org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:2.0 at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa ultLifecycleExecutor.java:551) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi fecycle(DefaultLifecycleExecutor.java:475) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau ltLifecycleExecutor.java:454) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan dleFailures(DefaultLifecycleExecutor.java:306) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen etc so does this mean that the plexus plug-in also has a problem, or does the error message sound like some sort of transient network problem? Thanks