Author: nickboldt
Date: 2011-11-23 14:12:46 -0500 (Wed, 23 Nov 2011)
New Revision: 36573
Modified:
trunk/build/aggregate/pom.xml
Log:
add build instructions to root aggregate pom.xml
Modified: trunk/build/aggregate/pom.xml
===================================================================
--- trunk/build/aggregate/pom.xml 2011-11-23 18:38:42 UTC (rev 36572)
+++ trunk/build/aggregate/pom.xml 2011-11-23 19:12:46 UTC (rev 36573)
@@ -16,4 +16,13 @@
<module>../target-platform</module>
<module>site</module>
</modules>
+ <!-- to build an individual site, use this:
+
+ mvn clean install -f site/pom.xml -Dcollect.zips.skip
+ mvn clean install -f soa-site/pom.xml -Dcollect.zips.skip
+ mvn clean install -f site/sources/pom.xml
+ mvn clean install -f webtools-site/pom.xml
+ mvn clean install -f bottests-site/pom.xml
+ ...
+ -->
</project>
Show replies by date