X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Fmultiple-persistence-units%2Fpom.xml;fp=src%2Fit%2Fmultiple-persistence-units%2Fpom.xml;h=1ceb830c882bf6a8bc40a711de93f6341d861937;hp=0000000000000000000000000000000000000000;hb=08649780d2cd70f2861298d683aa6b1945d43cda;hpb=bb8b638714db7fc02acdc1a9032cc43210fe5c0e diff --git a/src/it/multiple-persistence-units/pom.xml b/src/it/multiple-persistence-units/pom.xml new file mode 100644 index 00000000..1ceb830c --- /dev/null +++ b/src/it/multiple-persistence-units/pom.xml @@ -0,0 +1,77 @@ + + + 4.0.0 + de.juplo + multiple-persistence-units + Hibernate 4 Dependency-Test + 1.0-SNAPSHOT + + + @project.version@ + + + + + org.hibernate.javax.persistence + hibernate-jpa-2.1-api + 1.0.0.Final + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.3 + + 1.8 + 1.8 + utf8 + true + + + + de.juplo + hibernate-maven-plugin + ${hibernate-maven-plugin.version} + + + Create A + + create + + + A + a-create.sql + + + + Drop B + + drop + + + B + b-drop.sql + + + + Create B + + create + + + B + b-create.sql + + + + + false + true + + + + +