TENTACLES-16: Add link to release notes
diff --git a/pom.xml b/pom.xml
index 34e04c3..71176b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,6 +193,24 @@
         </executions>
       </plugin>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>pre-site</phase>
+            <id>copy-site-resources</id>
+            <goals>
+              <goal>run</goal>
+            </goals>
+            <configuration>
+              <target>
+                <copy file="RELEASE_NOTES.txt" todir="${project.build.directory}/site/" failonerror="false"/>
+              </target>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>
           <appendAssemblyId>true</appendAssemblyId>
diff --git a/src/site/site.xml b/src/site/site.xml
index 4872430..7fd9d4d 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -50,9 +50,9 @@
       <item name="Changes" href="/RELEASE_NOTES.txt"/>
     </menu>
 
-    <menu name="Running Tentacles" inherit="bottom">
-      <item name="tbd: From The Command Line" href="apache-rat/index.html"/>
-    </menu>
+    <!-- menu name="Running Tentacles" inherit="bottom">
+      <item name="tbd: Introduction" href="index.html"/>
+    </menu-->
 
     <menu name="Apache Creadur&#8482;" inherit="bottom">
       <item name='Creadur Project Home' href="https://creadur.apache.org"/>