Skip to content

Commit

Permalink
[bugfix] Uber Jar should include versioning.xqm
Browse files Browse the repository at this point in the history
Closes #5
  • Loading branch information
adamretter committed Apr 13, 2017
1 parent 0c36b86 commit 27dde36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,10 @@
<resource>META-INF/README.md</resource>
<file>README.md</file>
</transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.IncludeResourceTransformer">
<resource>org/exist/versioning/xquery/versioning.xqm</resource>
<file>src/main/xquery/versioning.xqm</file>
</transformer>
</transformers>
</configuration>
</execution>
Expand Down

0 comments on commit 27dde36

Please sign in to comment.