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. >