X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Fhmp-testclasses-annotationscanning%2Fpom.xml;fp=src%2Fit%2Fhmp-testclasses-annotationscanning%2Fpom.xml;h=32461a6666676e43f5891acae8fc4bd1618ef044;hp=0000000000000000000000000000000000000000;hb=ef0947b306d9515d6af6dbc1fdfd675efcd9eca4;hpb=653ab8054c9232471c3c1192d5074010f378a067 diff --git a/src/it/hmp-testclasses-annotationscanning/pom.xml b/src/it/hmp-testclasses-annotationscanning/pom.xml new file mode 100644 index 00000000..32461a66 --- /dev/null +++ b/src/it/hmp-testclasses-annotationscanning/pom.xml @@ -0,0 +1,280 @@ + + 4.0.0 + + net.java.examples + hmp-testclasses-annotationscanning + 0.0.1-SNAPSHOT + + jar + + Hibernate-Maven-Plugin Scan Testclasses Example + Sample Maven Project for Testing the Annotation-Scanning from TestClasses + + + UTF-8 + 1.8 + 1.8 + + 3.3 + + 3.0.2.Final-redhat-15 + + 4.7.4 + 1.1.3 + 1.7.7 + 4.2.18.Final-redhat-2 + 4.3.2.Final-redhat-2 + + + + + + redhat-techpreview-all-repository + Red Hat Tech Preview repository (all) + http://maven.repository.redhat.com/techpreview/all/ + default + + true + never + + + false + never + + + + + + redhat-techpreview-all-repository + Red Hat Tech Preview repository (all) + http://maven.repository.redhat.com/techpreview/all/ + default + + true + never + + + false + never + + + + + + + + + org.apache.deltaspike.core + deltaspike-core-api + 1.0.1 + + + org.apache.deltaspike.core + deltaspike-core-impl + 1.0.1 + + + + + commons-beanutils + commons-beanutils + 1.8.3.redhat-6 + + + commons-collections + commons-collections + 3.2.1.redhat-3 + + + org.apache.commons + commons-lang3 + 3.4 + + + com.google.guava + guava + 13.0.1.redhat-2 + + + + + org.slf4j + slf4j-api + ${slf4j.version} + provided + + + ch.qos.logback + logback-classic + ${logback.version} + + + + + org.hibernate + hibernate-validator + ${hibernate.validator.version} + + + org.hibernate + hibernate-core + ${hibernate.version} + + + org.hibernate + hibernate-entitymanager + ${hibernate.version} + test + + + + + org.apache.openejb + arquillian-openejb-embedded-4 + ${org.apache.openejb.version} + test + + + org.apache.openejb + openejb-core + ${org.apache.openejb.version} + test + + + slf4j-jdk14 + org.slf4j + + + + + org.jboss.arquillian.extension + arquillian-persistence-impl + 1.0.0.Alpha6 + test + + + log4j + log4j + + + commons-collections + commons-collections + + + + + org.jboss.shrinkwrap.resolver + shrinkwrap-resolver-impl-maven + 2.1.0 + test + + + + + com.h2database + h2 + 1.3.168.redhat-4 + test + + + + + junit + junit + 4.12 + test + + + + + org.assertj + assertj-core + 2.0.0 + test + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${plugin.compiler.version} + + ${java.source} + ${java.target} + + + + de.juplo + hibernate-maven-plugin + @project.version@ + + + test-compile + + drop + create + + + + + + org.hibernate.dialect.H2Dialect + org.h2.Driver + + sa + sa + + + true + db-schema/create-schema.ddl + true + true + + + + com.h2database + h2 + 1.3.168-redhat-2 + + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + de.juplo + hibernate-maven-plugin + [2.0.0,) + + drop + create + + + + + + + + + + + + + + +