maven-assembly-plugin icon indicating copy to clipboard operation
maven-assembly-plugin copied to clipboard

[MASSEMBLY-822] Incorrect outputDirectory on multi module example

Open jira-importer opened this issue 9 years ago • 0 comments

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:

jira-importer avatar Jun 29 '16 07:06 jira-importer