X-Git-Url: http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=pom.xml;h=ddcdd11d8ffd1d7e3ce4d56821016fcd4c339ecd;hp=3b8c444e058845845346cf5481c88264ceae876c;hb=3990b3badc8320a705c9899b0a63f40b4b219d1a;hpb=bfa1870703b400d8664fa91b41d8186fb24162c2 diff --git a/pom.xml b/pom.xml index 3b8c444e..ddcdd11d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,17 +4,32 @@ 4.0.0 de.juplo - hibernate4-maven-plugin - Hibernate 4 Maven Plugin - Plugin for generating a database-schema from Hibernate-4-Mapping-Annotations - 1.0-SNAPSHOT + hibernate-maven-plugin + Hibernate Maven Plugin + A simple plugin for generating a database-schema from Hibernate-Mappings + 2.1.2-SNAPSHOT maven-plugin - http://juplo.de/hibernate4-maven-plugin + http://juplo.de/hibernate-maven-plugin/index.html 2.0.6 + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + A business-friendly OSS license + + + + + scm:git:http://juplo.de/git/hibernate-maven-plugin + scm:git:ssh://juplo.de:/var/lib/git/juplo/hibernate-maven-plugin + http://juplo.de/gitweb/?p=hibernate-maven-plugin;a=summary + + kai @@ -23,14 +38,103 @@ + + + Adriano Machado + adriano.m.machado@hotmail.com + + + Lorenzo Nicora + lorenzo.nicora@nicus.it + + + Eduard Szente + eduard.szente@gmail.com + + + Stephen Johnson + stejohns@redhat.com + + + Victor Tatai + vtatai@gmail.com + + + Erik-Berndt Scheper + erik.berndt.scheper@gmail.com + + + Guido Wimmel + Wimmel.Guido@swm.de + + + Joel Johnson + mrjoel@lixil.net + + + Paul K. Moore + paulkmoore@gmail.com + + + Mark Robinson + mark@mrobinson.ca + + + Claus Graf + clausgraf@gmail.com + + + Joachim Van der Auwera + joachim@progs.be + + + Andreas Kuhtz + andreas.kuhtz@gmail.com + + + Heer Fabio + fabio.heer@dvbern.ch + + + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + Continuum + http://juplo.de/continuum/ + + + mail +
kai@juplo.de
+
+
+
+ UTF-8 - 4.1.5.SP1 - 3.0.4 + 5.2.18.Final + 5.3.1.Final + 3.0.0 + 3.3.3 1.0.1 - 1.0.2 + 1.0.4 @@ -53,10 +157,25 @@ org.hibernate hibernate-core - ${hibernate-core.version} + ${hibernate.version} + + + org.hibernate + hibernate-envers + ${hibernate.version} - net.sf.scannotation + org.hibernate + hibernate-validator + ${hibernate-validator.version} + + + javax.el + javax.el-api + ${el-api.version} + + + de.juplo scannotation ${scannotation.version} @@ -77,27 +196,40 @@ - - - juplo.internal - Internal Release Repository - http://juplo.de/archiva/repository/internal/ - - - juplo.snapshots - Internal Snapshot Repository - http://juplo.de/archiva/repository/snapshots/ - - - + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + org.apache.maven.plugins maven-compiler-plugin + 3.3 - 1.6 - 1.6 + 1.8 + 1.8 utf8 true @@ -105,6 +237,7 @@ org.apache.maven.plugins maven-dependency-plugin + 2.10 install @@ -118,17 +251,180 @@ org.apache.maven.plugins maven-source-plugin + 2.1.2 attach-sources - verify jar + + org.apache.maven.plugins + maven-javadoc-plugin + 2.7 + + -Xdoclint:none + + + + attach-javadoc + + jar + + + + + + org.apache.maven.plugins + maven-scm-plugin + 1.9.4 + + install + + + + org.apache.maven.plugins + maven-resources-plugin + 2.7 + + + copy-resources + pre-site + + copy-resources + + + ${project.build.directory}/filtered-site + + + src/site + true + + + + + + + + org.apache.maven.plugins + maven-plugin-plugin + 3.4 + + + generated-helpmojo + + helpmojo + + + + + + org.apache.maven.plugins + maven-invoker-plugin + 1.10 + + src/it/settings.xml + ${project.build.directory}/it + verify + true + ${maven.test.skip} + + + + integration-test + + install + run + + + + + + + + maven-site-plugin + 3.5.1 + + ${project.build.directory}/filtered-site + + + + org.apache.maven.wagon + wagon-ssh-external + 2.12 + + + + + + + + + org.apache.maven.plugins + maven-changes-plugin + 2.11 + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.7 + + -Xdoclint:none + + + goal + a + Goal: + + + phase + a + Phase: + + + threadSafe + a + Thread Safe: + + + requiresDependencyResolution + a + Requires Dependency Resolution: + + + requiresProject + a + Requires Project: + + + + + + org.apache.maven.plugins + maven-jxr-plugin + 2.5 + + + org.apache.maven.plugins + maven-pmd-plugin + 3.4 + + true + 1.5 + + + + org.apache.maven.plugins + maven-plugin-plugin + 3.4 + + + +