Index: applications/editors/josm/plugins/build.xml
===================================================================
--- applications/editors/josm/plugins/build.xml	(revision 20245)
+++ applications/editors/josm/plugins/build.xml	(revision 20283)
@@ -1,4 +1,5 @@
 <project name="josm-plugins" default="build" basedir=".">
-    <target name="compile_josm">
+    <target name="compile_josm" unless="skip-josm">
+	<echo message="test"/>
         <ant dir="../core" target="dist" />
     </target>
