Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Commit

Permalink
Patched external project, so ignore non-standard headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mcculls committed Jun 12, 2013
1 parent db1853f commit ca7895e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Empty file added header.txt
Empty file.
8 changes: 8 additions & 0 deletions pom.xml
Expand Up @@ -81,6 +81,14 @@
<target>1.6</target>
</configuration>
</plugin>
<plugin>
<groupId>com.mycila.maven-license-plugin</groupId>
<artifactId>maven-license-plugin</artifactId>
<configuration>
<!-- ... patched external project ... -->
<excludes><exclude>**</exclude></excludes>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit ca7895e

Please sign in to comment.