From f08d487c4389d7940107ed94afce505a9f506dca Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Thu, 27 Aug 2009 19:14:06 +0000 Subject: [PATCH] CSPACE-360,CSPACE-384: POM file additions to generate a jar file containing client test framework files in the 'client' module, and then use (depend on) those files in 'collectionobject/client'. --- services/client/pom.xml | 11 +++++++++++ services/collectionobject/client/pom.xml | 7 +++++++ 2 files changed, 18 insertions(+) diff --git a/services/client/pom.xml b/services/client/pom.xml index 72920e59f..c25aa46fb 100644 --- a/services/client/pom.xml +++ b/services/client/pom.xml @@ -72,6 +72,17 @@ collectionspace-services-client + + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + + + org.apache.maven.plugins maven-surefire-plugin diff --git a/services/collectionobject/client/pom.xml b/services/collectionobject/client/pom.xml index bb39f818a..efeecb19d 100644 --- a/services/collectionobject/client/pom.xml +++ b/services/collectionobject/client/pom.xml @@ -37,6 +37,13 @@ org.collectionspace.services.client 1.0 + + org.collectionspace.services + org.collectionspace.services.client + 1.0 + test + test-jar + org.testng -- 2.47.3