Incorrect documentation with regards to baseDirectory
-----------------------------------------------------
Key: MASSEMBLY-429
URL:
http://jira.codehaus.org/browse/MASSEMBLY-429 Project: Maven 2.x Assembly Plugin
Issue Type: Bug
Affects Versions: 2.2-beta-4, 2.2-beta-3
Reporter: David Lim
Priority: Trivial
The site documentation at
http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html mentions that baseDirectory defaults to ${project.build.finalName} if includeBaseDirectory is true (which is the documented default).
But regardless of whether I omit includeBaseDirectory for explicitly configure "true" or "false", the result is that baseDirectory always defaults to "${artifactId}-${version}". I have to explicitly state <baseDirectory>${project.build.finalName}</baseDirectory> to get it to work properly.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa-
For more information on JIRA, see:
http://www.atlassian.com/software/jira