maven-assembly-plugin
maven-assembly-plugin copied to clipboard
[MASSEMBLY-822] Incorrect outputDirectory on multi module example
Daniel Widdis opened MASSEMBLY-822 and commented
The plugin website's Including Module Binaries example includes this line:
<outputDirectory>modules/maven-assembly-plugin</outputDirectory>
This is incorrect. I believe (but am not sure) it should be similar to the multi-module source example, which is:
<outputDirectory>sources/${artifactId}</outputDirectory>
Remote Links: