From: Andreas Kohlbecker Date: Mon, 8 Mar 2010 08:54:34 +0000 (+0000) Subject: trunk revision number as property to be used in version numbers X-Git-Tag: 3.0.3~1225 X-Git-Url: https://dev.e-taxonomy.eu/gitweb/cdmlib.git/commitdiff_plain/9d60f6a0a8c40ca72b08535cc03f35bfdaec2ba1 trunk revision number as property to be used in version numbers --- diff --git a/pom.xml b/pom.xml index 97fcf16161..09b4f74d8d 100644 --- a/pom.xml +++ b/pom.xml @@ -20,6 +20,7 @@ cdmlib-services cdmlib-ext cdmlib-remote + cdmlib-io @@ -270,9 +271,9 @@ maven-surefire-plugin -Xmx512M - - **/*Test.java - + + **/*Test.java + hibernate.connection.driver_class @@ -290,11 +291,27 @@ hibernate.connection.password ${hibernate.connection.password} - - - + + + org.codehaus.mojo + buildnumber-maven-plugin + 1.0-beta-3 + + + validate + + create + + + + + true + false + + + org.apache.maven.plugins maven-site-plugin - + version ${pom.version} - +