Author: ieb
Date: Sun Dec 14 19:52:25 2008
New Revision: 726615
URL: http://svn.apache.org/viewvc?rev=726615&view=rev
Log:
Added profile to catch all projects for a release.
Modified:
incubator/shindig/branches/1.0.x-incubating/pom.xml
Modified: incubator/shindig/branches/1.0.x-incubating/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/pom.xml?rev=726615&r1=726614&r2=726615&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/pom.xml (original)
+++ incubator/shindig/branches/1.0.x-incubating/pom.xml Sun Dec 14 19:52:25 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>