Ignore:
Timestamp:
2017-12-01T01:37:36+01:00 (7 years ago)
Author:
donvip
Message:

fix spotbugs configuration - speeds up analysis for large projects such as geotools

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/build-common.xml

    r33763 r33932  
    549549    </target>
    550550
    551     <target name="spotbugs" depends="dist">
     551    <target name="spotbugs" depends="compile">
    552552        <taskdef name="spotbugs" classname="edu.umd.cs.findbugs.anttask.FindBugsTask" classpath="${spotbugs-ant.jar}"/>
    553553        <path id="spotbugs-classpath">
     
    567567            <auxClasspath refid="plugin.classpath" />
    568568            <sourcePath path="${basedir}/src" />
    569             <class location="${plugin.jar}" />
     569            <class location="${plugin.build.dir}" />
    570570        </spotbugs>
    571571    </target>
Note: See TracChangeset for help on using the changeset viewer.