You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Christian Stein <so...@gmail.com> on 2017/11/26 10:46:40 UTC

GitHub PR 139 - Support white-box modular test compilation

Hi Maven devs,

I implemented some open ends in the maven-compiler-plugin's
support for jpms. Basically the plugin now supports module
descriptors in test source directories, that declare the "reads"
or "requires" dependencies.

See https://github.com/apache/maven-plugins/pull/139

Cheers,
Christian