ensure updated schema is published to the site

This commit is contained in:
Jeremy Long
2016-04-24 07:25:32 -04:00
parent deda02f879
commit 186cb2270f

View File

@@ -359,6 +359,7 @@ Copyright (c) 2012 - Jeremy Long
<configuration>
<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/"/>
</target>
</configuration>
</execution>