aboutsummaryrefslogtreecommitdiff
path: root/id/server/moa-id-commons/pom.xml
diff options
context:
space:
mode:
authorMartin Bonato <mbonato@datentechnik-innovation.com>2015-04-09 11:51:44 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2015-06-19 11:09:51 +0200
commit6d1f99a50744de690afccc12568539c23d839f93 (patch)
tree584547920a8f50ef7be5fdad51f1fdc9f588252f /id/server/moa-id-commons/pom.xml
parentdc2cefbb4565b11c0a34d9636b27d186cc5cdd0d (diff)
downloadmoa-id-spss-6d1f99a50744de690afccc12568539c23d839f93.tar.gz
moa-id-spss-6d1f99a50744de690afccc12568539c23d839f93.tar.bz2
moa-id-spss-6d1f99a50744de690afccc12568539c23d839f93.zip
Fix build-helper-maven-plugin source path
Diffstat (limited to 'id/server/moa-id-commons/pom.xml')
-rw-r--r--id/server/moa-id-commons/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml
index 677b5b62e..7e520d96b 100644
--- a/id/server/moa-id-commons/pom.xml
+++ b/id/server/moa-id-commons/pom.xml
@@ -224,7 +224,7 @@
</goals>
<configuration>
<sources>
- <source>target/generated-sources/xjc</source>
+ <source>${project.build.directory}/generated-sources/xjc</source>
</sources>
</configuration>
</execution>