Moved the Velocity template for the site to src/site, out of the main trunk dir.


git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@432388 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 8c028dc..b8f338e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,7 +168,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
         <configuration>
-          <templateDirectory>${user.dir}</templateDirectory>
+          <templateDirectory>${user.dir}/src/site/</templateDirectory>
           <template>maven-site.vm</template>
         </configuration>
       </plugin>