findbugs depends on the poi, poi-scratchpad, and poi-ooxml jars being copied to build/maven

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748087 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2016-06-13 05:41:32 +00:00
parent 6c5cd8e400
commit 609d0c1826
1 changed files with 1 additions and 1 deletions

View File

@ -2079,7 +2079,7 @@ under the License.
</forbiddenapis>
</target>
<target name="findbugs">
<target name="findbugs" depends="assemble">
<downloadfile src="${findbugs.url}" dest="${findbugs.jar}"/>
<property name="findbugs.home" value="build/findbugs" />