From: Richard Millet Date: Tue, 2 Mar 2010 18:44:25 +0000 (+0000) Subject: CSPACE-1082: Created a Maven profile named "samples" to build the "sample" and "impor... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=25ebf5f7d0546166c7f2fd93f0c32d9ea01e73a9;p=tmp%2Fjakarta-migration.git 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 --- 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 + + + +