From users-return-1795-apmail-archiva-users-archive=archiva.apache.org@archiva.apache.org Wed Aug 27 10:23:16 2008 Return-Path: Delivered-To: apmail-archiva-users-archive@www.apache.org Received: (qmail 13190 invoked from network); 27 Aug 2008 10:23:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Aug 2008 10:23:15 -0000 Received: (qmail 25595 invoked by uid 500); 27 Aug 2008 10:23:13 -0000 Delivered-To: apmail-archiva-users-archive@archiva.apache.org Received: (qmail 25492 invoked by uid 500); 27 Aug 2008 10:23:13 -0000 Mailing-List: contact users-help@archiva.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@archiva.apache.org Delivered-To: mailing list users@archiva.apache.org Received: (qmail 25481 invoked by uid 99); 27 Aug 2008 10:23:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Aug 2008 03:23:12 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of oching@exist.com designates 72.14.204.232 as permitted sender) Received: from [72.14.204.232] (HELO qb-out-0506.google.com) (72.14.204.232) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Aug 2008 10:22:16 +0000 Received: by qb-out-0506.google.com with SMTP id d11so3899610qbd.39 for ; Wed, 27 Aug 2008 03:22:45 -0700 (PDT) Received: by 10.181.21.6 with SMTP id y6mr3689474bki.86.1219832564234; Wed, 27 Aug 2008 03:22:44 -0700 (PDT) Received: by 10.180.238.11 with HTTP; Wed, 27 Aug 2008 03:22:44 -0700 (PDT) Message-ID: <1a57a2980808270322u2c8b7b82s18e964aaa5735245@mail.gmail.com> Date: Wed, 27 Aug 2008 18:22:44 +0800 From: "Maria Odea Ching" Sender: oching@exist.com To: users@archiva.apache.org Subject: Re: Problem with Archiva, Hudson, Maven - Builds take very long In-Reply-To: <361C9980A68036489230480B6BF62CF501C7E9FF@falkxchg.falkland.de> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1730_31479156.1219832564228" References: <361C9980A68036489230480B6BF62CF501C7E9FF@falkxchg.falkland.de> X-Google-Sender-Auth: d077e98a987846a2 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_1730_31479156.1219832564228 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I think you need to remove the 'dav:' at the beginning of the & urls, that's probably the reason why it's invalid :) Also, make sure that the appropriate credentials are specified in your settings.xml for each repository (if they require authentication) under the 'repositories.all' and 'plugin-repositories.all' groups so Maven/Hudson would be able to get the artifacts. Thanks, Deng On Tue, Aug 26, 2008 at 5:18 PM, von Janowsky, Simon wrote: > Hello, > I am having a Problem with a CI-System. We use Maven with Hudson and > Archiva. > The Archiva is configured with two repository groups (both virtualize > several proxy connectors and repositories). > One is for dependencies, the other for plugins. > > In Hudson the build goal is the following: mvn -Pbuild-int clean deploy > site > Now for some reason, some builds always hang a long time (up to 40 Minutes) > after > the Dependencies Report is generated. Here a excerpt from the maven > output... > Why is it that the Repository Url is blacklisted? > > > ______________________________________________________________________________ > POM > > ______________________________________________________________________________ > > build-int > > > > > org.apache.maven.plugins > > maven-compiler-plugin > > 1.6 source> > 1.6 target> > > ISO-8859-1 > false debug> > > > > > > > > repositories.all > All Artifacts Repository > Group > > dav: > http://archiva:8080/archiva/repository/repositories.all > > > > > > > plugin-repositories.all > All Plugins Repository Group > > > dav: > http://archiva:8080/archiva/repository/plugin-repositories.all > > > > > > > archiva.snapshots > snapshot repository > > dav: > http://archiva:8080/archiva/repository/snapshots > > > > > > > ______________________________________________________________________________ > > Maven OUTPUT, the session: Opened Message go one like forever > > ______________________________________________________________________________ > > [INFO] Generating "Dependencies" report. > [DEBUG] ..... > [DEBUG] ..... > [DEBUG] ..... > [DEBUG] ..... > [DEBUG] ..... > [WARNING] The repository url 'dav: > http://archiva:8080/archiva/repository/repositories.all'is invalid - Repository 'repositories.all' will be blacklisted. > *http://dist.codehaus.org/* - Session: Opened > *http://dist.codehaus.org/* - Session: > Disconnecting > *http://dist.codehaus.org/* - Session: > Disconnected > *http://people.apache.org/maven-snapshot-repository/*- Session: Opened > *http://people.apache.org/maven-snapshot-repository/*- Session: Disconnecting > *http://people.apache.org/maven-snapshot-repository/*- Session: Disconnected > *http://repo1.maven.org/maven2* - Session: > Opened > *http://repo1.maven.org/maven2* - Session: > Disconnecting > *http://repo1.maven.org/maven2* - Session: > Disconnected > *http://dist.codehaus.org/* - Session: Opened > *http://dist.codehaus.org/* - Session: > Disconnecting > *http://dist.codehaus.org/* - Session: > Disconnected > *http://people.apache.org/maven-snapshot-repository/*- Session: Opened > *http://people.apache.org/maven-snapshot-repository/*- Session: Disconnecting > *http://people.apache.org/maven-snapshot-repository/*- Session: Disconnected > *http://repo1.maven.org/maven2* - Session: > Opened > *http://repo1.maven.org/maven2* - Session: > Disconnecting > *http://repo1.maven.org/maven2* - Session: > Disconnected > *http://dist.codehaus.org/* - Session: Opened > *http://dist.codehaus.org/* - Session: > Disconnecting > *http://dist.codehaus.org/* - Session: > Disconnected > *http://people.apache.org/maven-snapshot-repository/*- Session: Opened > *http://people.apache.org/maven-snapshot-repository/*- Session: Disconnecting > *http://people.apache.org/maven-snapshot-repository/*- Session: Disconnected > *http://repo1.maven.org/maven2* - Session: > Opened > *http://repo1.maven.org/maven2* - Session: > Disconnecting > *http://repo1.maven.org/maven2* - Session: > Disconnected > *http://dist.codehaus.org/* - Session: Opened > *http://dist.codehaus.org/* - Session: > Disconnecting > *http://dist.codehaus.org/* - Session: > Disconnected > ...... > ..... > ...... > > ______________________________________________________________________________ > > Help would be really appreciated. Thanks a lot, > Simon. > ------=_Part_1730_31479156.1219832564228--