Re: Folder structure for Java 9 project?

2018-04-26 Thread Martin Desruisseaux
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

Re: custom maven plugin howto

2018-04-26 Thread Damon Jacobsen
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