Skip to content

Commit

Permalink
added hudson log file to rat-plugin excludes
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1662487 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
ifedorenko committed Feb 26, 2015
1 parent acd1aa4 commit 2d4539c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions maven-verifier/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@
The manifest specification does not describe any method for writing comments into the manifest.
-->
<exclude>src/test/resources/META-INF/MANIFEST.MF</exclude>
<!-- hudson creates this file -->
<exclude>.maven/spy.log</exclude>
</excludes>
</configuration>
</plugin>
Expand Down

0 comments on commit 2d4539c

Please sign in to comment.