Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
166:56eb8f1b42cf | 167:15d515fe15f5 |
---|---|
11 <url>http://maven.apache.org</url> | 11 <url>http://maven.apache.org</url> |
12 | 12 |
13 <properties> | 13 <properties> |
14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | 14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
15 </properties> | 15 </properties> |
16 | |
17 <build> | |
18 <plugins> | |
19 <plugin> | |
20 <groupId>org.codehaus.mojo</groupId> | |
21 <artifactId>hibernate3-maven-plugin</artifactId> | |
22 <version>2.2</version> | |
23 <!-- | |
24 <configuration> | |
25 <componentProperties> | |
26 <propertyfile>src/main/config/hbm.properties</propertyfile> | |
27 </componentProperties> | |
28 </configuration> | |
29 --> | |
30 </plugin> | |
31 </plugins> | |
32 </build> | |
16 | 33 |
17 <dependencies> | 34 <dependencies> |
18 <dependency> | 35 <dependency> |
19 <groupId>junit</groupId> | 36 <groupId>junit</groupId> |
20 <artifactId>junit</artifactId> | 37 <artifactId>junit</artifactId> |