You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2022/10/20 21:07:31 UTC

[creadur-tentacles] branch master updated: TENTACLES-16: Add bogus staging URL for site generation

This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-tentacles.git


The following commit(s) were added to refs/heads/master by this push:
     new e4a37ea  TENTACLES-16: Add bogus staging URL for site generation
e4a37ea is described below

commit e4a37ea990f30b12cd4886ab650b03f105a04fa8
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Thu Oct 20 23:07:23 2022 +0200

    TENTACLES-16: Add bogus staging URL for site generation
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

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>