X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=pom.xml;h=ec837c198dbec439b8d98e3d5b843d4a7e46254c;hp=8713d9804c948fae17d9f38cc602e75d56f47f55;hb=1c7a39cd460e2e6d4af43e96b3af4c0d77e56d41;hpb=62859b260a47e70870e795304756bba2750392e3 diff --git a/pom.xml b/pom.xml index 8713d980..ec837c19 100644 --- a/pom.xml +++ b/pom.xml @@ -3,19 +3,13 @@ 4.0.0 - - org.sonatype.oss - oss-parent - 9 - - de.juplo - hibernate4-maven-plugin - Hibernate 4 Maven Plugin - Plugin for generating a database-schema from Hibernate-4-Mapping-Annotations - 1.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 @@ -31,9 +25,9 @@ - scm:git:http://juplo.de/git/hibernate4-maven-plugin - scm:git:ssh://juplo.de:/var/lib/git/juplo/hibernate4-maven-plugin - http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=summary + 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 @@ -97,6 +91,10 @@ Andreas Kuhtz andreas.kuhtz@gmail.com + + Heer Fabio + fabio.heer@dvbern.ch + UTF-8 - 4.3.9.Final - 5.1.3.Final + 5.2.4.Final + 5.3.1.Final 3.0.0 3.3.3 1.0.1 - 1.0.3 + 1.0.4 @@ -173,7 +175,7 @@ ${el-api.version} - org.scannotation + de.juplo scannotation ${scannotation.version} @@ -196,6 +198,31 @@ + + 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 @@ -228,7 +255,22 @@ attach-sources - verify + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.7 + + -Xdoclint:none + + + + attach-javadoc jar @@ -288,6 +330,7 @@ ${project.build.directory}/it verify true + ${maven.test.skip} @@ -304,15 +347,15 @@ maven-site-plugin - 3.4 + 3.5.1 ${project.build.directory}/filtered-site org.apache.maven.wagon - wagon-ssh - 2.9 + wagon-ssh-external + 2.12 @@ -331,6 +374,36 @@ 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