Capability to specify the layout of the artifacts being assembled
-----------------------------------------------------------------
Key: MNG-1518
URL: http://jira.codehaus.org/browse/MNG-1518
Project: Maven 2
Type: New Feature
Components: maven-assembly-plugin
Reporter: Anuerin Diaz
Priority: Minor
Could there be a way to allow the assembly descriptor file to specify how the
artifacts being assembled are copied to the assembly area? I am thinking
something to the likes of grouping certain artifacts together similar to the
following
target
|-${project.finalname}-package
| |-${project.finalname}
| | |-common
| | | |-artifact1.jar
| | | |-artifact2.jar
| | |
| | |-client
| | | |- ...
| | |
| | |-server
| | | |- ...
| | |
| | |-config
| | | |- screens
| | | |- otherobjects
Currently the assembly just dumps everything on the ${project.finalname} folder.
--
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]