1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <groupId>de.juplo</groupId>
5 <artifactId>hibernate4-properties-test</artifactId>
6 <name>Hibernate 4 Test - Dialect in properties-file</name>
7 <version>0.1-SNAPSHOT</version>
8 <packaging>jar</packaging>
10 <!--hibernate.skip>false</hibernate.skip-->
14 <groupId>org.hibernate</groupId>
15 <artifactId>hibernate-core</artifactId>
16 <version>4.3.0.Final</version>
22 <groupId>org.apache.maven.plugins</groupId>
23 <artifactId>maven-compiler-plugin</artifactId>
24 <version>2.0.2</version>
28 <encoding>utf8</encoding>
29 <showWarnings>true</showWarnings>
32 <!-- Generate database schema files -->
34 <groupId>de.juplo</groupId>
35 <artifactId>hibernate4-maven-plugin</artifactId>
36 <version>@project.version@</version>
38 <!-- Target of none generates schema only, no DB connection -->
40 <!-- Generate both CREATE and DROP statements in scripts -->