]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-1082: Created a Maven profile named "samples" to build the "sample" and "impor...
authorRichard Millet <richard.millet@berkeley.edu>
Mon, 8 Mar 2010 22:46:55 +0000 (22:46 +0000)
committerRichard Millet <richard.millet@berkeley.edu>
Mon, 8 Mar 2010 22:46:55 +0000 (22:46 +0000)
services/sdk/pom.xml

index cb3d9e83975ed3c0378a96cf86329e2c1533fd03..7015b2638d86b125938784d3f57ce781ec794ed4 100644 (file)
@@ -8,8 +8,17 @@
     <name>services.sdk</name>\r
 \r
     <modules>\r
-        <module>sample</module>\r
     </modules>\r
-    \r
+\r
+       <profiles>\r
+               <profile>\r
+                       <id>samples</id>\r
+           <modules>\r
+        <module>import</module>\r
+        <module>sample</module>\r
+           </modules>\r
+               </profile>\r
+       </profiles>\r
+\r
 </project>\r
 \r