Alternatively, would the following addition in Maven plugins be acceptable?
maven-compiler-plugin
-
If the plugin find module-info.java in the root source directory or does
not find that file at all, behave as today: javac is invoked with
--source-path option set to ${baseDir
I was thinking of going your second route, as there are common files that
need to be distributed by the plugin, which need to be filtered with the
build properties at the client build time. Are there any examples of
calling another Mojo from within your own Mojo that you know of?
Damon
On Wed, Ap