Browse Source

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

Márton Elek 6 years ago
parent
commit
05c84ab01c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hadoop-ozone/pom.xml

+ 1 - 0
hadoop-ozone/pom.xml

@@ -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>