BaseDirectory Ignored When Including a Repository
-------------------------------------------------
Key: MASSEMBLY-129
URL: http://jira.codehaus.org/browse/MASSEMBLY-129
Project: Maven 2.x Assembly Plugin
Issue Type: Bug
Affects Versions: 2.1
Reporter: Todd Wolff
<repositories>
<repository>
<includeMetadata>false</includeMetadata>
<outputDirectory>lib</outputDirectory>
</repository>
</repositories>
Using goal assembly:assembly, outputDirectory, i.e. 'lib' in this case, is
added to root of assembly archive rather than beneath the BaseDirectory. If
includeBaseDirectory=false, outputDirectory is ommitted altogether and
repository is written to archive root.
--
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