From: Sanjay Dalal Date: Fri, 4 Dec 2009 18:45:49 +0000 (+0000) Subject: CSPACE-643 added ant run plugin to set hibernate.cfg.xml properties before running... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=ca2c62b48abbc57fbb76b4d939790569e9f76873;p=tmp%2Fjakarta-migration.git CSPACE-643 added ant run plugin to set hibernate.cfg.xml properties before running any (local) tests that use the config. test: account, authentiation, all services M account/client/pom.xml M authentication/client/pom.xml --- diff --git a/services/account/client/pom.xml b/services/account/client/pom.xml index 3f6da54f1..8991f43d6 100644 --- a/services/account/client/pom.xml +++ b/services/account/client/pom.xml @@ -93,6 +93,24 @@ cspace-services-account-client + + maven-antrun-plugin + + + subs-hibernate-config + generate-test-resources + + run + + + + + + + + + + org.apache.maven.plugins maven-surefire-plugin diff --git a/services/authentication/client/pom.xml b/services/authentication/client/pom.xml index d3fd746cd..0c3c01822 100644 --- a/services/authentication/client/pom.xml +++ b/services/authentication/client/pom.xml @@ -87,6 +87,24 @@ cspace-services-collectionobject-client + + maven-antrun-plugin + + + subs-hibernate-config + generate-test-resources + + run + + + + + + + + + + org.apache.maven.plugins maven-surefire-plugin