Index: applications/editors/josm/plugins/mapillary/build.xml
===================================================================
--- applications/editors/josm/plugins/mapillary/build.xml	(revision 31175)
+++ applications/editors/josm/plugins/mapillary/build.xml	(revision 31182)
@@ -30,5 +30,5 @@
     <!-- <property name="plugin.link" value="..."/>-->
     <!--<property name="plugin.early" value="..."/>-->
-    <!--<property name="plugin.requires" value="..."/>-->
+    <!--<property name="plugin.requires" value="commons-imagery"/>-->
     <!--<property name="plugin.stage" value="..."/>-->
     
@@ -37,5 +37,17 @@
 	
     <!-- ** include targets that all plugins have in common ** -->
+    
     <import file="../build-common.xml"/>
-  
+    
+    <target name="compile" depends="init">
+		<echo message="compiling sources for  ${plugin.jar} ... "/>
+		<javac srcdir="src:../commons-imaging/src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}" includeantruntime="false">
+            <classpath>
+                <pathelement location="${josm}"/>
+                
+            </classpath>
+			<compilerarg value="-Xlint:deprecation"/>
+			<compilerarg value="-Xlint:unchecked"/>
+		</javac>
+	</target>
 </project>
