Skip to content

Commit

Permalink
OAK-4148 - RAT plugin complains about derby files
Browse files Browse the repository at this point in the history
ignored the derby.log



git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1738004 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
davidegiannella committed Apr 6, 2016
1 parent 73cef22 commit 3ef5c65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions oak-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
<configuration>
<excludes>
<exclude>**/test.json</exclude>
<exclude>derby.log</exclude>
</excludes>
</configuration>
</plugin>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
<exclude>oak-doc/.*/**</exclude>
<exclude>oak-doc/*.iml</exclude>
<exclude>oak-doc/target/**</exclude>
<exclude>**/derby.log</exclude>
</excludes>
</configuration>
</plugin>
Expand Down

0 comments on commit 3ef5c65

Please sign in to comment.