You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2021/08/13 13:20:14 UTC

[commons-statistics] 01/03: Add missing site checkout property to parent

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

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-statistics.git

commit 1a2283637e7a9fe75fe3740388e71f8e167b3818
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Fri Aug 13 14:17:39 2021 +0100

    Add missing site checkout property to parent
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 02f0f7d..4dc0a9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,6 +112,10 @@
     <statistics.jgit.buildnumber.version>1.2.10</statistics.jgit.buildnumber.version>
     <implementation.build>${git.revision}; ${maven.build.timestamp}</implementation.build>
 
+    <!-- Workaround to avoid the SVN site checkout in all modules.
+         This flag should be deactivated by child modules. -->
+    <perform.site.checkout>true</perform.site.checkout>
+
     <!--
         Override so that "mvn commons:download-page" will generates a web page
         referring to the files created by the "dist-archive" module.