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 Sep 10, 2015
1 parent 8659d75 commit e2796b2
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 @@ -233,6 +233,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 e2796b2

Please sign in to comment.