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-rat.git


The following commit(s) were added to refs/heads/master by this push:
     new 422a8dd  RAT-290: Add bogus staging configuration in order to manually 
verify site builds
422a8dd is described below

commit 422a8dda656e0b8a97f5eb3580b3d2db746ace88
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Jan 9 00:22:57 2022 +0100

    RAT-290: Add bogus staging configuration in order to manually verify site 
builds
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 8167a13..a5daa9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,6 +59,12 @@ agnostic home for software distribution comprehension and 
audit tools.
     <mavenJavadocPluginVersion>3.3.1</mavenJavadocPluginVersion>
     <previousRatVersion>0.13</previousRatVersion>
   </properties>
+  <distributionManagement>
+    <site>
+      <id>staging</id>
+      <url>file:bogus</url>
+    </site>
+  </distributionManagement>
   <dependencyManagement>
     <dependencies>
       <dependency>

Reply via email to