You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/07/03 21:38:27 UTC

svn commit: r960260 - /gump/trunk/python/gump/core/build/mvn.py

Author: bodewig
Date: Sat Jul  3 19:38:26 2010
New Revision: 960260

URL: http://svn.apache.org/viewvc?rev=960260&view=rev
Log:
I don't think the java.net repo works anymore and we likely don't build projects served from there anyway

Modified:
    gump/trunk/python/gump/core/build/mvn.py

Modified: gump/trunk/python/gump/core/build/mvn.py
URL: http://svn.apache.org/viewvc/gump/trunk/python/gump/core/build/mvn.py?rev=960260&r1=960259&r2=960260&view=diff
==============================================================================
--- gump/trunk/python/gump/core/build/mvn.py (original)
+++ gump/trunk/python/gump/core/build/mvn.py Sat Jul  3 19:38:26 2010
@@ -256,9 +256,6 @@ class Maven2Builder(RunSpecific):
             write_mirror_entry(props, 'repo/m2-snapshot-repository', \
                                    'apache.snapshots', \
                                    self.run.getWorkspace().mvnRepoProxyPort)
-            write_mirror_entry(props, 'maven/2', \
-                                   'maven2-repository.dev.java.net', \
-                                   self.run.getWorkspace().mvnRepoProxyPort)
             props.write("</mirrors>")
 
         props.write("</settings>")