Daniel Widdis created MASSEMBLY-822:
---------------------------------------
Summary: Incorrect outputDirectory on multi module example
Key: MASSEMBLY-822
URL: https://issues.apache.org/jira/browse/MASSEMBLY-822
Project: Maven Assembly Plugin
Issue Type: Documentation
Reporter: Daniel Widdis
Priority: Trivial
The plugin website's [Including Module
Binaries|http://maven.apache.org/plugins/maven-assembly-plugin/examples/multimodule/module-binary-inclusion-simple.html]
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>}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)