converted hint analyzer to use an externalized configuration file to simplify the resolution of issue #522

This commit is contained in:
Jeremy Long
2016-07-04 07:06:17 -04:00
parent 960eeb19af
commit 84682d07c6

View File

@@ -360,6 +360,7 @@ Copyright (c) 2012 - Jeremy Long
<target name="copy xsd to site">
<copy file="dependency-check-core/src/main/resources/schema/dependency-check.1.3.xsd" todir="target/site/"/>
<copy file="dependency-check-core/src/main/resources/schema/dependency-suppression.1.1.xsd" todir="target/site/"/>
<copy file="dependency-check-core/src/main/resources/schema/dependency-hint.1.0.xsd" todir="target/site/"/>
</target>
</configuration>
</execution>