Codehaus repository is down.
Due to maven 2 bugs, downloads will usually fail.
You should define a mirror for codehaus repository in your
~/.m2/settings.xml
Try something like the following:
<settings>
<mirrors>
<mirror>
<id>mergere.com</id>
<name>Mergere Repository</name>
<url>http://repo.mergere.com/maven2</url>
<mirrorOf>codehaus</mirrorOf>
</mirror>
<mirror>
<id>mergere.com</id>
<name>Mergere Repository</name>
<url>http://repo.mergere.com/maven2</url>
<mirrorOf>codehaus-snapshot</mirrorOf>
</mirror>
</mirrors>
</settings>
Cheers,
Guillaume Nodet
On 5/18/06, markpittsnh <[EMAIL PROTECTED]> wrote:
1.I found the jar under, http://ftp.ibiblio.org/maven/activemq/jars/ -
but
nit the correct path.
2.downloaded it.
3.ran
mvn -Dmaven.test.skip=true install:install-file -DgroupId=activemq
-DartifactId=jmdns -Dversion=1.0-RC2 -Dpackaging=jar
-Dfile=C:/dl/jmdns-1.0-RC2.jar
4.is the next step to run ?
mvn -Dmaven.test.skip=true install
Thanks and regards,
Mark
--
View this message in context:
http://www.nabble.com/maven-build-error-t1564586.html#a4456838
Sent from the ServiceMix - User forum at Nabble.com.
--
Cheers,
Guillaume Nodet