From 25ebf5f7d0546166c7f2fd93f0c32d9ea01e73a9 Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Tue, 2 Mar 2010 18:44:25 +0000 Subject: [PATCH] CSPACE-1082: Created a Maven profile named "samples" to build the "sample" and "import" modules. Use Maven's "-P" option to build these modules. For example, mvn install -Psamples --- services/collectionobject/pom.xml | 13 +++++++++++-- services/organization/pom.xml | 13 +++++++++++-- services/person/pom.xml | 13 +++++++++++-- services/vocabulary/pom.xml | 13 +++++++++++-- 4 files changed, 44 insertions(+), 8 deletions(-) diff --git a/services/collectionobject/pom.xml b/services/collectionobject/pom.xml index 648c17f59..5ed43d002 100644 --- a/services/collectionobject/pom.xml +++ b/services/collectionobject/pom.xml @@ -17,9 +17,8 @@ service 3rdparty client - sample - + @@ -66,5 +65,15 @@ + + + + samples + + sample + + + + diff --git a/services/organization/pom.xml b/services/organization/pom.xml index 06a65c2aa..dad8a7e72 100644 --- a/services/organization/pom.xml +++ b/services/organization/pom.xml @@ -17,8 +17,6 @@ service 3rdparty client - import - sample @@ -66,5 +64,16 @@ + + + + samples + + import + sample + + + + diff --git a/services/person/pom.xml b/services/person/pom.xml index cfbee0884..bc16f227d 100644 --- a/services/person/pom.xml +++ b/services/person/pom.xml @@ -17,8 +17,6 @@ service 3rdparty client - import - sample @@ -66,5 +64,16 @@ + + + + samples + + import + sample + + + + diff --git a/services/vocabulary/pom.xml b/services/vocabulary/pom.xml index 8b0d325bf..9872b9467 100644 --- a/services/vocabulary/pom.xml +++ b/services/vocabulary/pom.xml @@ -17,8 +17,6 @@ service 3rdparty client - import - sample @@ -66,5 +64,16 @@ + + + + samples + + import + sample + + + + -- 2.47.3