Disable site plan, doesn't work with multimodules
diff --git a/vars/asfMavenTlpPlgnBuild.groovy b/vars/asfMavenTlpPlgnBuild.groovy
index 61b6ada..6eb528c 100644
--- a/vars/asfMavenTlpPlgnBuild.groovy
+++ b/vars/asfMavenTlpPlgnBuild.groovy
@@ -54,7 +54,8 @@
 	    doCreateTask( os, jdk, mvn, tasks, first, 'build', taskContext )
       }
       
-      doCreateTask( os, siteJdk, siteMvn, tasks, first, 'site', taskContext )
+      // doesn't work for multimodules yet
+      // doCreateTask( os, siteJdk, siteMvn, tasks, first, 'site', taskContext )
       
       // run with apache-release profile, consider it a dryRun with SNAPSHOTs
       // doCreateTask( os, siteJdk, siteMvn, tasks, first, 'release', taskContext )