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


The following commit(s) were added to refs/heads/master by this push:
     new 67e3bacc0 Skip jar checks in non-deployed docs module
67e3bacc0 is described below

commit 67e3bacc001564eb58a45fc655b6aa78dc5a2bf0
Author: Alex Herbert <[email protected]>
AuthorDate: Fri Apr 17 13:04:43 2026 +0100

    Skip jar checks in non-deployed docs module
---
 commons-math-docs/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/commons-math-docs/pom.xml b/commons-math-docs/pom.xml
index 308cc605c..4c01c6cfe 100644
--- a/commons-math-docs/pom.xml
+++ b/commons-math-docs/pom.xml
@@ -51,6 +51,8 @@
     <checkstyle.skip>true</checkstyle.skip>
     <changes.jira.skip>true</changes.jira.skip>
     <skipSurefireReport>true</skipSurefireReport>
+    <spdx.skip>true</spdx.skip>
+    <japicmp.skip>true</japicmp.skip>
     <!-- Disable javadoc errors so an aggregate is always created. -->
     <doclint.javadoc.qualifier>-Xdoclint:none</doclint.javadoc.qualifier>
   </properties>

Reply via email to