You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2020/11/21 15:20:47 UTC

[commons-geometry] branch master updated: GEOMETRY-102: disabling clirr during beta version development to prevent build failures

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c82e07f  GEOMETRY-102: disabling clirr during beta version development to prevent build failures
c82e07f is described below

commit c82e07f9ad3192a1822bc0bf09506db10d802d48
Author: Matt Juntunen <ma...@apache.org>
AuthorDate: Sun Nov 15 10:56:19 2020 -0500

    GEOMETRY-102: disabling clirr during beta version development to prevent build failures
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 9a029e4..a90e5ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,6 +81,12 @@
     <implementation.build>${git.revision}; ${maven.build.timestamp}</implementation.build>
 
     <!--
+      Temporarily disable Clirr during beta version development since backwards compatibility is not
+      guaranteed for these versions. This check must be re-enabled once the full 1.0 release is made.
+    -->
+    <clirr.skip>true</clirr.skip>
+
+    <!--
         Override so that "mvn commons:download-page" will generates a web page
         referring to the files created by the "dist-archive" module.
         Temporary workaround?