Enforcer Custom Rules, New API Version 3.5.0, Testing Utilities, test-jar Missing?

2025-02-11 Thread Mikko Johannes Koivunalho
Hi, I am updating my old Maven Enforcer custom rules (from 2016) to use the new API. When using the old API, I also used the /org.apache.maven.enforcer:enforcer-rules::*test-jar*/ for testing my rules. The new API documents make no mention of the test jar. The test-jar has not been release

Re: Toolchains and Maven Enforcer

2025-02-03 Thread Mikko Johannes Koivunalho
at should cover your use case. The enforcer check does not really need to be performed because the toolchain selection will ensure that the selected toolchain matches the input range. Le lun. 3 févr. 2025 à 07:12, Mikko Johannes Koivunalho < mikko.koivuna...@iki.fi> a écrit : Hi, I am forwa

Re: Toolchains and Maven Enforcer

2025-02-02 Thread Mikko Johannes Koivunalho
have some improvements in this area, like auto discovery, so any contribution is welcome! Thanks T On Sun, Feb 2, 2025 at 6:35 PM Mikko Johannes Koivunalho wrote: Hi, I work with many Maven projects which require building with different JDKs: Java 8, Java 11, Java 17, and so on. I have all