On 10/01/2018 17:39, Gunnar Morling wrote:
:
What exactly do you mean by "broken app module"? It was my
understanding that by applying that exclusion pattern, no trace
whatsoever of the app module would end up in the resulting runtime
image. If I run <IMAGE>/bin/java --list-modules it's not shown in the
image's module list, and things works for me when I add it via
--module-path.
I think there may be a bug here. The exclude-resources plugin was
created for selectively removing resources, it was never mean to be able
to remove a module completely.
-Alan.