You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by le...@apache.org on 2008/08/15 11:01:59 UTC

svn commit: r686180 - /excalibur/trunk/buildsystem/project.properties

Author: leif
Date: Fri Aug 15 02:01:58 2008
New Revision: 686180

URL: http://svn.apache.org/viewvc?rev=686180&view=rev
Log:
Work around a problem where maven is not able to handle redirects to mirror servers when downloading dependencies.  See: http://blogs.atlassian.com/developer/2006/12/maven_1_repository_changes.html

Modified:
    excalibur/trunk/buildsystem/project.properties

Modified: excalibur/trunk/buildsystem/project.properties
URL: http://svn.apache.org/viewvc/excalibur/trunk/buildsystem/project.properties?rev=686180&r1=686179&r2=686180&view=diff
==============================================================================
--- excalibur/trunk/buildsystem/project.properties (original)
+++ excalibur/trunk/buildsystem/project.properties Fri Aug 15 02:01:58 2008
@@ -21,4 +21,6 @@
 # -------------------------------------------------------------------
 # P R O J E C T  P R O P E R T I E S
 # -------------------------------------------------------------------
-avalon.build.system=${basedir} 
+avalon.build.system=${basedir}
+
+maven.repo.remote=http://mirrors.ibiblio.org/pub/mirrors/maven 



---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org