Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
prevent license check borking on temp file left behind by maven shade…
Browse files Browse the repository at this point in the history
… plugin and not deleted until Mavne JVM shutdown
  • Loading branch information
peterlynch committed Sep 8, 2011
1 parent 5a0c667 commit eb9034d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Expand Up @@ -100,6 +100,8 @@
<exclude>**/nexus-migration-plugin/**</exclude>
<!-- grid makes this directory -->
<exclude>.maven/**</exclude>
<!-- temp file created by maven-shade-plugin in basedir, deleted on maven jvm exit but possibly still around during license check -->
<exclude>**/dependency-reduced-pom.xml</exclude>
</excludes>
<mapping>
<vm>XML_STYLE</vm>
Expand Down

0 comments on commit eb9034d

Please sign in to comment.