You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by sg...@apache.org on 2007/05/22 19:03:34 UTC

svn commit: r540647 - /jakarta/turbine/fulcrum/trunk/project.properties

Author: sgoeschl
Date: Tue May 22 10:03:31 2007
New Revision: 540647

URL: http://svn.apache.org/viewvc?view=rev&rev=540647
Log:
The good old maven-proxy bug - www.ibiblio.org/maven returns 301 (permanently moved) and this is not supported by maven 1.0.2

Modified:
    jakarta/turbine/fulcrum/trunk/project.properties

Modified: jakarta/turbine/fulcrum/trunk/project.properties
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/project.properties?view=diff&rev=540647&r1=540646&r2=540647
==============================================================================
--- jakarta/turbine/fulcrum/trunk/project.properties (original)
+++ jakarta/turbine/fulcrum/trunk/project.properties Tue May 22 10:03:31 2007
@@ -20,7 +20,7 @@
 # contain all the jars needed to build Fulcrum, even if a jar
 # is missing on ibiblio
 # ========================================================================
-maven.repo.remote=http://www.ibiblio.org/maven/,http://jakarta.apache.org/turbine/repo
+maven.repo.remote=http://repo1.maven.org/maven/,http://jakarta.apache.org/turbine/repo
 
 maven.checkstyle.format = turbine
 maven.checkstyle.properties = ${basedir}/project.properties



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org