This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git
The following commit(s) were added to refs/heads/master by this push: new d63e1bc Disable some plugins d63e1bc is described below commit d63e1bca84c7f471ee26382e25ab81e854a10d9b Author: Sebb <s...@apache.org> AuthorDate: Mon Oct 2 22:14:37 2023 +0100 Disable some plugins moditect is broken and unnecessary at present cyclonedx and spdx are not needed for developer-only plugins --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 6e394eb..d6f2b03 100644 --- a/pom.xml +++ b/pom.xml @@ -275,6 +275,14 @@ <!-- JS --> <!-- 22.1.0 requires Java 11 --> <graalvm.version>22.0.0.2</graalvm.version> + + <!-- moditect currently fails. Disable the check until we need to use Java plugins --> + <moditect.skip>true</moditect.skip> + + <!-- Not needed for plugins intended for developer use only --> + <cyclonedx.skip>true</cyclonedx.skip> + <!-- Not available until version 0.7.1 --> + <spdx.skip>true</spdx.skip> </properties> <profiles> <profile>