mirror of
https://github.com/correl/mage.git
synced 2024-12-25 19:25:41 +00:00
changed schema path for maven-jaxb2-plugin (possibly can be removed at all because of default path)
This commit is contained in:
parent
0afe7572f4
commit
02114cb6e3
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
||||||
<version>0.7.3</version>
|
<version>0.7.3</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<generatePackage>mage.server.util.config</generatePackage>
|
<generatePackage>mage.server.util.config</generatePackage>
|
||||||
<schemaDirectory>./xml-resources/jaxb/Config/</schemaDirectory>
|
<schemaDirectory>./src/main/java/xml-resources/jaxb/Config/</schemaDirectory>
|
||||||
<arguments>-Xcommons-lang</arguments>
|
<arguments>-Xcommons-lang</arguments>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
|
|
Loading…
Reference in a new issue