Mercurial > dive4elements > river
diff flys-backend/pom.xml @ 167:15d515fe15f5
Added POJOs to be mapped to schema.
flys-backend/trunk@1456 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 10 Mar 2011 13:44:51 +0000 |
parents | 56eb8f1b42cf |
children | 86a1bd9cc50e |
line wrap: on
line diff
--- a/flys-backend/pom.xml Wed Mar 09 15:24:57 2011 +0000 +++ b/flys-backend/pom.xml Thu Mar 10 13:44:51 2011 +0000 @@ -14,6 +14,23 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> + <build> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>hibernate3-maven-plugin</artifactId> + <version>2.2</version> + <!-- + <configuration> + <componentProperties> + <propertyfile>src/main/config/hbm.properties</propertyfile> + </componentProperties> + </configuration> + --> + </plugin> + </plugins> + </build> + <dependencies> <dependency> <groupId>junit</groupId>