|
I got the answer from Maven users mail
list. The solution is tell maven to use another a mirror site
like this,
<maven location>/conf/settings.xml
<settings> ...
<mirrors>
...
<mirror> <id>codehaus
mirror</id>
<name>Mirror site of
Codehaus</name>
<url>http://repo.mergere.com/maven2</url>
<mirrorOf>snapshots</mirrorOf>
</mirror>
...
</mirrors>
...
</settings>
Here is the thread explains,
> 2006/5/16, Emmanuel Venisse < [EMAIL PROTECTED]>: > >
> > codehaus.org is temporarily down so request on it generate an
error. > > > > A temporary solution is to define a mirror of
> > snapshots.maven.codehaus.orgto repo1.maven.org until codehaus.org
is > > back
George
----- Original Message -----
Sent: Tuesday, May 16, 2006 3:47 PM
Subject: Re: Error transferring file when
build with maven.
if your job is urgent and only need
jar files i can send them (i just built)
On 5/16/06, Michael
Heinen <[EMAIL PROTECTED] >
wrote:
I tried „mvn clean"
before „mvn install".
"mvn install" still
fails with the same message.
Any other idea
?
I spent now a lot
of hours to get the sources into eclipse and build it with maven but it
doesn't work.
This procedure is
really a little bit annoying.
Michael
From: Murat Hazer [mailto:[EMAIL PROTECTED]]
Sent: Dienstag, 16. Mai
2006 09:36 To: MyFaces
Discussion Subject: Re:
Error transferring file when build with maven.
i had the same problem, i run mvn clean
before mvn
install everthing worked
fine.
regards...
On 5/16/06, Michael Heinen < [EMAIL PROTECTED]>
wrote:
I have the same problem this morning.
mvn
install downloads a lot of files but fails at the same step as mentioned
below.
-----Original Message----- From: Zhi [mailto:
[EMAIL PROTECTED]] Sent: Dienstag, 16. Mai 2006 05:16 To: MyFaces
Discussion Subject: Error transferring file when build with
maven.
Dears,
I successfully checkouted the files from
respository just now. But when I started building, build error arised.
Does this caused by SVN or MAVEN site down?
Any help would be
greatly
appreciated.
George
|
- Re: Re: Error transferring file when build with maven. Zhi
-