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.

Sebb

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

Reply via email to