Author: ieb
Date: Mon Dec 1 15:58:59 2008
New Revision: 722295
URL: http://svn.apache.org/viewvc?rev=722295&view=rev
Log:
SHINDIG-717
Patch by Chico Charlesworth
Fixes.
I would like to be able to build the java/samples through a profile, as you are
currently able to do with the other java modules, so that I can run 'mvn
-Psamples' or 'mvn -Pall,samples'.
Thanks
Modified:
incubator/shindig/trunk/pom.xml
Modified: incubator/shindig/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/pom.xml?rev=722295&r1=722294&r2=722295&view=diff
==============================================================================
--- incubator/shindig/trunk/pom.xml (original)
+++ incubator/shindig/trunk/pom.xml Mon Dec 1 15:58:59 2008
@@ -313,6 +313,14 @@
<module>java/common</module>
</modules>
</profile>
+
+ <!-- profile to build java/samples -->
+ <profile>
+ <id>samples</id>
+ <modules>
+ <module>java/samples</module>
+ </modules>
+ </profile>
<profile>
<id>run</id>