Skip to content

Commit

Permalink
Include the xsd files in the api jar
Browse files Browse the repository at this point in the history
Fixes #217

Signed-off-by: Scott M Stark <[email protected]>
  • Loading branch information
starksm64 committed Feb 1, 2025
1 parent 1b6f29f commit d93abee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@
</dependencies>

<build>
<resources>
<resource>
<directory>src/main/xsd</directory>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
Expand Down

0 comments on commit d93abee

Please sign in to comment.