HDDS-977. Exclude dependency-reduced-pom.xml from ozone rat check. Contributed by Elek, Marton.

This commit is contained in:
Márton Elek 2019-01-11 10:33:29 +01:00 committed by Bharat Viswanadham
parent 30863c5ae3
commit 05c84ab01c
1 changed files with 1 additions and 0 deletions

View File

@ -293,6 +293,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<exclude>webapps/static/nvd3-1.8.5.min.css</exclude>
<exclude>webapps/static/nvd3-1.8.5.min.js.map</exclude>
<exclude>webapps/static/nvd3-1.8.5.min.js</exclude>
<exclude>**/dependency-reduced-pom.xml</exclude>
</excludes>
</configuration>
</plugin>