o update the POM to enable the template again


git-svn-id: https://svn.apache.org/repos/asf/maven/site/trunk@468591 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 35d09ef..152cb74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,11 +15,9 @@
       <plugin>
         <artifactId>maven-site-plugin</artifactId>
         <version>2.0-beta-5</version>
-<!--
         <configuration>
           <templateFile>src/site/main-site.vm</templateFile>
         </configuration>
--->
       </plugin>
     </plugins>
   </build>