Index: /applications/editors/josm/plugins/build-common.xml
===================================================================
--- /applications/editors/josm/plugins/build-common.xml	(revision 35412)
+++ /applications/editors/josm/plugins/build-common.xml	(revision 35413)
@@ -15,4 +15,5 @@
     <property name="josm"                   location="../../core/dist/josm-custom.jar"/>
     <property name="josm.ivy"               location="../../core/ivy.xml"/>
+    <property name="josm.ivysettings"       location="../../core/ivysettings.xml"/>
     <property name="josm.test.build.dir"    location="../../core/test/build"/>
     <property name="jmockit.jar"            location="../00_core_test_lib/jmockit.jar"/>
@@ -547,5 +548,6 @@
         <mkdir dir="${plugin.test.dir}/report"/>
         <init-test-preferences/>
-        <ivy:retrieve file="${josm.ivy}" pattern="../00_core_test_lib/[artifact].[ext]" conf="test"/>
+        <ivy:settings file="${josm.ivysettings}" id="ivy.core.settings"/>
+        <ivy:retrieve file="${josm.ivy}" settingsRef="ivy.core.settings" pattern="../00_core_test_lib/[artifact].[ext]" conf="test"/>
         <path id="test.classpath">
             <!-- JMockit must be included before JUnit in the classpath -->
