Index.list support with Assembly Plugin
---------------------------------------
Key: MASSEMBLY-286
URL: http://jira.codehaus.org/browse/MASSEMBLY-286
Project: Maven 2.x Assembly Plugin
Issue Type: Improvement
Affects Versions: 2.1
Reporter: darren hartford
Enable or show how to create index.list (see maven archiver) when using
assembly with jar-with-dependencies for 'uberjar'/'fatjar' approach.
Expected:
<configuration>
<archive>
<index>true</index>
</archive>
...
</configuration>
to create META-INF/INDEX.LIST with all class files (including the dependency
class files).
--
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