Skip to content

Commit

Permalink
Fix rat issue for notebooks (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
revans2 authored Jul 16, 2020
1 parent c7fa73f commit 5160722
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@
<artifactId>apache-rat-plugin</artifactId>
<version>0.13</version>
<configuration>
<consoleOutput>${rat.consoleOutput}</consoleOutput>
<consoleOutput>${rat.consoleOutput}</consoleOutput>
</configuration>
<executions>
<execution>
Expand Down Expand Up @@ -481,8 +481,10 @@
<exclude>**/.m2/**</exclude>
<exclude>.gnupg/**</exclude>
<exclude>pom.xml.asc</exclude>
<exclude>jenkins/databricks/*.patch</exclude>
<exclude>*.jar</exclude>
<exclude>jenkins/databricks/*.patch</exclude>
<exclude>*.jar</exclude>
<exclude>docs/demo/**/*.ipynb</exclude>
<exclude>docs/demo/**/*.zpln</exclude>
</excludes>
</configuration>
</plugin>
Expand Down

0 comments on commit 5160722

Please sign in to comment.