Flattening directories in file sets
-----------------------------------
Key: MASSEMBLY-475
URL: http://jira.codehaus.org/browse/MASSEMBLY-475
Project: Maven 2.x Assembly Plugin
Issue Type: Improvement
Reporter: Andrew Rampulla
A feature I would like is to be able to specify a fileSet such that I specify a
root directory X and an include pattern of "a/*/target/*.war" and have it
populate the archive with a flattened directory.
For example:
My source structure
a/test1/target/test1.war
a/test2/target/test2.war
Desired output archive:
test1.war
test2.war
This way I can just include everything I want from a subdirectory into my
distribution archive.
--
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