change output to local maven output directory instead of system temp directory

master
David BRASSELY 2015-05-08 09:53:35 +02:00
parent b4fc92fe6b
commit 188bf96ca9
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@
</taskdef>
<xmlbean schema="${project.build.directory}/lib"
classgendir="${project.build.outputDirectory}/xmlbean"
destfile="${project.build.directory}/lib/wfse_def.jar"
srcgendir="${project.build.directory}/lib/java"
classpathref="maven.compile.classpath"