TENTACLES-16: Add bogus staging URL for site generation
diff --git a/pom.xml b/pom.xml
index a643e62..8172ff9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,6 +89,12 @@
     <apacheRatVersion>0.15</apacheRatVersion>
     <project.build.outputTimestamp>1</project.build.outputTimestamp>
   </properties>
+  <distributionManagement>
+    <site>
+      <id>staging</id>
+      <url>file:bogus</url>
+    </site>
+  </distributionManagement>
   <issueManagement>
     <system>JIRA</system>
     <url>https://issues.apache.org/jira/browse/TENTACLES</url>