Author: nickboldt
Date: 2012-10-18 01:37:41 -0400 (Thu, 18 Oct 2012)
New Revision: 44568
Modified:
trunk/build/aggregate/pom-all.xml
trunk/build/aggregate/pom.xml
Log:
remove target-platform from the site build; remove ref to obsolete site/sources/pom.xml
Modified: trunk/build/aggregate/pom-all.xml
===================================================================
--- trunk/build/aggregate/pom-all.xml 2012-10-17 22:23:08 UTC (rev 44567)
+++ trunk/build/aggregate/pom-all.xml 2012-10-18 05:37:41 UTC (rev 44568)
@@ -12,22 +12,15 @@
<version>0.0.2-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
- <module>../target-platform</module>
-
<module>site</module>
<module>soa-site</module>
<module>webtools-site</module>
<module>bottests-site</module>
-
- <module>site/sources</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 webtools-site/pom.xml
mvn clean install -f bottests-site/pom.xml
-
- mvn clean install -f site/sources/pom.xml
-->
</project>
Modified: trunk/build/aggregate/pom.xml
===================================================================
--- trunk/build/aggregate/pom.xml 2012-10-17 22:23:08 UTC (rev 44567)
+++ trunk/build/aggregate/pom.xml 2012-10-18 05:37:41 UTC (rev 44568)
@@ -12,7 +12,6 @@
<version>0.0.2-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
- <module>../target-platform</module>
<module>site</module>
</modules>
<!-- to build an individual site, use this:
Show replies by date