mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +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>
|
||||
<configuration>
|
||||
<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>
|
||||
</configuration>
|
||||
<executions>
|
||||
|
|
Loading…
Reference in a new issue