Fix mvn site:stage error
diff --git a/pom.xml b/pom.xml
index c3cdbad..e0965e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,6 +166,11 @@
 
   <distributionManagement>
     <downloadUrl>https://logging.apache.org/log4j/2.x/download.html</downloadUrl>
+    <!-- site is only included to make maven-site-plugin stop complaining -->
+    <site>
+      <id>www.example.com</id>
+      <url>scp://www.example.com/www/docs/project/</url>
+    </site>
   </distributionManagement>
 
   <profiles>