diff options
author | Gerwin Gsenger <g.gsenger@datentechnik-innovation.at> | 2015-01-21 11:46:23 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-06-19 11:08:01 +0200 |
commit | d659e473f755404ae40b045124460bdb1150c304 (patch) | |
tree | 236d27719fc8c8234e21f9d298cdc4680219f008 /id/server/moa-id-commons | |
parent | f4443baaba254a5005a417cc45fa2db9cf5ed9fc (diff) | |
download | moa-id-spss-d659e473f755404ae40b045124460bdb1150c304.tar.gz moa-id-spss-d659e473f755404ae40b045124460bdb1150c304.tar.bz2 moa-id-spss-d659e473f755404ae40b045124460bdb1150c304.zip |
Revert "disable generation of java source files used for configuration, to avoid name conflict"
This reverts commit ba58b44a840749a6a29638e5f858b2e106c9ef6e.
Diffstat (limited to 'id/server/moa-id-commons')
-rw-r--r-- | id/server/moa-id-commons/pom.xml | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml index b3dc86f50..4fb2a67f7 100644 --- a/id/server/moa-id-commons/pom.xml +++ b/id/server/moa-id-commons/pom.xml @@ -203,7 +203,7 @@ </configuration> </plugin> </plugins> - + </pluginManagement> <plugins> @@ -237,6 +237,26 @@ </plugin> <plugin> + <groupId>org.jvnet.hyperjaxb3</groupId> + <artifactId>maven-hyperjaxb3-plugin</artifactId> + <version>0.5.6</version> + <executions> + <execution> + <phase>generate-sources</phase> + <goals> + <goal>generate</goal> + </goals> + </execution> + </executions> + <configuration> + <extension>true</extension> + <schemaDirectory>src/main/resources/config</schemaDirectory> + <bindingDirectory>src/main/resources/config</bindingDirectory> + <persistenceXml>src/main/resources/config/persistence_template.xml</persistenceXml> + <generatePackage>at.gv.egovernment.moa.id.commons.db.dao.config</generatePackage> + </configuration> + </plugin> + <plugin> <inherited>true</inherited> <artifactId>maven-compiler-plugin</artifactId> <version>2.0.2</version> |