mirror of https://github.com/apache/ant-ivy
Get findbugs working
This commit is contained in:
parent
3cfc7bfe70
commit
af06da94f9
|
|
@ -611,9 +611,9 @@
|
|||
</target>
|
||||
|
||||
<target name="init-findbugs" unless="findbugs.home">
|
||||
<!-- Findbugs: Getting Findbugs -->
|
||||
<!-- Findbugs: Getting Findbugs requires unlimited strength crypto policy -->
|
||||
<property name="findbugs.version"
|
||||
value="1.3.5"
|
||||
value="3.0.1"
|
||||
description="Version of Findbugs to use"/>
|
||||
<property name="findbugs.download.name"
|
||||
value="findbugs-${findbugs.version}"
|
||||
|
|
@ -622,7 +622,7 @@
|
|||
value="${findbugs.download.name}.zip"
|
||||
description="The filename of the ZIP."/>
|
||||
<property name="findbugs.download.url"
|
||||
value="https://jaist.dl.sourceforge.net/project/findbugs/findbugs/${findbugs.version}/${findbugs.download.file}"
|
||||
value="https://sourceforge.net/projects/findbugs/files/findbugs/${findbugs.version}/${findbugs.download.file}/download"
|
||||
description="The download adress at a mirror of Sourceforge."/>
|
||||
<property name="findbugs.download.to"
|
||||
value="${build.dir}/.downloads"
|
||||
|
|
@ -669,7 +669,7 @@
|
|||
output="xml:withMessages"
|
||||
outputFile="${findbugs.reportdir}/${findbugs.raw}"
|
||||
jvmargs="${findbugs.jvmargs}"
|
||||
projectName="${Name} ${project.version}">
|
||||
projectName="${ant.project.name} ${target.ivy.version}">
|
||||
<class location="${core.classes.build.dir}"/>
|
||||
<sourcePath path="${src.dir}"/>
|
||||
</fb:findbugs>
|
||||
|
|
|
|||
Loading…
Reference in New Issue