Skip to content

Commit

Permalink
exclude original Jing messages.properties files in maven build
Browse files Browse the repository at this point in the history
as they're already part of the Jing Library (jar)
  • Loading branch information
tofi86 committed Nov 2, 2014
1 parent be8b68b commit 1d71d46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@
<directory>src/main/resources</directory>
<excludes>
<exclude>com/adobe/epubcheck/schema/30/*.sch</exclude>
<exclude>com/thaiopensource/relaxng/pattern/resources/Messages.properties</exclude>
<exclude>com/thaiopensource/datatype/xsd/resources/Messages.properties</exclude>
</excludes>
</resource>
<resource>
Expand Down

0 comments on commit 1d71d46

Please sign in to comment.