Skip to content

Commit

Permalink
[bugfix] Forward port from - #19 - Export the exsaml module as an EXP…
Browse files Browse the repository at this point in the history
…ath Package Module
  • Loading branch information
adamretter committed Aug 25, 2023
1 parent 14faae8 commit 1e53c74
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<!-- used in the EXPath Package Descriptor -->
<package-name>http://exist-db.org/apps/exsaml</package-name>

<exist.version>6.0.1</exist.version>

<exist.saml.library.path>/db/system/repo/${project.artifactId}-${project.version}</exist.saml.library.path>
Expand Down
13 changes: 12 additions & 1 deletion xar-assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,16 @@
</includes>
</fileSet>
</fileSets>


<!-- Export the XQuery Library modules written in XQuery from this project -->
<xquerySets>
<xquerySet>
<namespace>http://exist-db.org/xquery/exsaml</namespace>
<directory>${project.build.outputDirectory}</directory>
<includes>
<include>modules/exsaml.xqm</include>
</includes>
</xquerySet>
</xquerySets>

</package>

0 comments on commit 1e53c74

Please sign in to comment.