Skip to content

Commit d93abee

Browse files
committed
Include the xsd files in the api jar
Fixes #217 Signed-off-by: Scott M Stark <[email protected]>
1 parent 1b6f29f commit d93abee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@
9797
</dependencies>
9898

9999
<build>
100+
<resources>
101+
<resource>
102+
<directory>src/main/xsd</directory>
103+
</resource>
104+
</resources>
100105
<plugins>
101106
<plugin>
102107
<groupId>org.apache.felix</groupId>

0 commit comments

Comments
 (0)