We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c79b12c commit 2a57bc5Copy full SHA for 2a57bc5
NetLicensingClient/pom.xml
@@ -88,6 +88,10 @@
88
https://github.com/highsource/maven-jaxb2-plugin/wiki/Catalogs-in-Strict-Mode -->
89
<strict>false</strict>
90
<!-- see also https://java.net/jira/browse/MAVEN_JAXB2_PLUGIN-89 -->
91
+ <bindingDirectory>src/main/resources</bindingDirectory>
92
+ <bindingIncludes>
93
+ <bindingInclude>nlic-schema-bindings.xjb</bindingInclude>
94
+ </bindingIncludes>
95
<specVersion>2.1</specVersion>
96
<extension>true</extension>
97
<args>
NetLicensingClient/src/main/resources/nlic-schema-bindings.xjb
@@ -0,0 +1,8 @@
1
+<jxb:bindings version="1.0" xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:xs="http://www.w3.org/2001/XMLSchema">
2
+
3
+ <jxb:globalBindings>
4
+ <jxb:serializable uid="1"/>
5
+ </jxb:globalBindings>
6
7
+</jxb:bindings>
8
0 commit comments