From 40a4cd69ed58e3ab117bb81cce6f5c4c56a65589 Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Mon, 8 Mar 2010 22:46:55 +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/sdk/pom.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/services/sdk/pom.xml b/services/sdk/pom.xml index cb3d9e839..7015b2638 100644 --- a/services/sdk/pom.xml +++ b/services/sdk/pom.xml @@ -8,8 +8,17 @@ services.sdk - sample - + + + + samples + + import + sample + + + + -- 2.47.3