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:14:09 UTC

[commons-numbers] branch master updated: 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-numbers.git


The following commit(s) were added to refs/heads/master by this push:
     new f8674ef  Add missing site checkout property to parent
f8674ef is described below

commit f8674ef8bb808b8c5d21f91ef8eb5850cc1e76f3
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Fri Aug 13 14:14:06 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 a55614a..703824a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,6 +90,10 @@
     <numbers.jgit.buildnumber.version>1.2.10</numbers.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.