Commit 215d7400 by Aaron Niskode-Dossett

Merge pull request #79 from hortonworks/dossett-patch-2

exclude build.log from Apache Rat check
parents bbf98001 0b132342
...@@ -945,6 +945,7 @@ ...@@ -945,6 +945,7 @@
<exclude>**/maven-eclipse.xml</exclude> <exclude>**/maven-eclipse.xml</exclude>
<exclude>**/.externalToolBuilders/**</exclude> <exclude>**/.externalToolBuilders/**</exclude>
<exclude>dashboard/**</exclude> <exclude>dashboard/**</exclude>
<exclude>**/build.log</exclude>
</excludes> </excludes>
</configuration> </configuration>
<executions> <executions>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment