You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by de...@apache.org on 2006/12/10 13:41:16 UTC

svn commit: r485165 - /jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh

Author: dennisl
Date: Sun Dec 10 04:41:14 2006
New Revision: 485165

URL: http://svn.apache.org/viewvc?view=rev&rev=485165
Log:
Attempt a workaround to use the new central repository configuration because ibiblio have moved the repo to another machine and Maven 1.0.x can't handle redirects across different host names.

Modified:
    jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh

Modified: jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh?view=diff&rev=485165&r1=485164&r2=485165
==============================================================================
--- jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh (original)
+++ jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh Sun Dec 10 04:41:14 2006
@@ -106,6 +106,7 @@
 
     # Create distro, overriding version name with timestamp
     maven -Dmaven.final.name=commons-$component-$time_stamp \
+    -Dmaven.repo.remote=http://repo1.maven.org/maven \
     clean dist > $log_location/$component.log 2>&1 
 
     # TODO: Look at the error value of the above to determine success, not 



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