On Mon, 2 Oct 2023 at 15:30, sebb <seb...@gmail.com> wrote:
>
> The moditect profile (which is activated for Java 9+) causes the build to 
> fail.
> This prevents testing of snapshot builds, because it appears the
> install stage is skipped even when using -fn
>
> Until the cause of the moditect failure is fixed, it is advisable to
> use the CLI option:
>     -P!moditect
>
> e.g. mvn clean install -P!moditect
>
> I've updated the GH action, but I don't think it's possible to disable
> the profile from within the build-plugin pom.

However it is possible to skip execution of the plugin by setting the
property moditect.skip = true

> Sebb

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to