Author: ieb
Date: Mon Dec 1 21:34:39 2008
New Revision: 722379
URL: http://svn.apache.org/viewvc?rev=722379&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/branches/0.8.1-x/pom.xml
Modified: incubator/shindig/branches/0.8.1-x/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/branches/0.8.1-x/pom.xml?rev=722379&r1=722378&r2=722379&view=diff
==============================================================================
--- incubator/shindig/branches/0.8.1-x/pom.xml (original)
+++ incubator/shindig/branches/0.8.1-x/pom.xml Mon Dec 1 21:34:39 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>