diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-10-21 10:22:05 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-10-21 10:22:05 +0200 |
commit | 5800108b102d778a241a6e0abc61b655891050e8 (patch) | |
tree | 203c358819728a9537b25205736d59b98dc29582 /id/server/moa-id-commons | |
parent | 20698a2dcef3de3a8364d2906354c556de0230cd (diff) | |
download | moa-id-spss-5800108b102d778a241a6e0abc61b655891050e8.tar.gz moa-id-spss-5800108b102d778a241a6e0abc61b655891050e8.tar.bz2 moa-id-spss-5800108b102d778a241a6e0abc61b655891050e8.zip |
update pom
Diffstat (limited to 'id/server/moa-id-commons')
-rw-r--r-- | id/server/moa-id-commons/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml index e6d708eca..efeb2a4be 100644 --- a/id/server/moa-id-commons/pom.xml +++ b/id/server/moa-id-commons/pom.xml @@ -175,7 +175,8 @@ <artifactId>maven-hyperjaxb3-plugin</artifactId> <version>0.5.6</version> <executions> - <execution> + <execution> + <phase>generate-sources</phase> <goals> <goal>generate</goal> </goals> |