Author: ieb
Date: Sun Dec 14 19:51:20 2008
New Revision: 726613
URL: http://svn.apache.org/viewvc?rev=726613&view=rev
Log:
Added profile to catch all projects for a release.
Modified:
incubator/shindig/trunk/pom.xml
Modified: incubator/shindig/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/pom.xml?rev=726613&r1=726612&r2=726613&view=diff
==============================================================================
--- incubator/shindig/trunk/pom.xml (original)
+++ incubator/shindig/trunk/pom.xml Sun Dec 14 19:51:20 2008
@@ -283,6 +283,14 @@
<module>java</module>
</modules>
</profile>
+ <profile>
+ <id>release-all</id>
+ <modules>
+ <module>java</module>
+ <module>java/samples</module>
+ <module>assembly</module>
+ </modules>
+ </profile>
<!-- profile to build features jar -->
<profile>