You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dennis Lundberg (JIRA)" <ji...@codehaus.org> on 2012/11/02 11:20:13 UTC

[jira] (MASSEMBLY-286) Index.list support with Assembly Plugin

     [ https://jira.codehaus.org/browse/MASSEMBLY-286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg updated MASSEMBLY-286:
--------------------------------------

    Description: 
Enable or show how to create index.list (see maven archiver) when using assembly with jar-with-dependencies for 'uberjar'/'fatjar' approach.

Expected:
{code:xml}
<configuration>
   <archive>
       <index>true</index>
    </archive>
...
</configuration>
{code}

to create META-INF/INDEX.LIST with all class files (including the dependency class files).




  was:
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).




    
> Index.list support with Assembly Plugin
> ---------------------------------------
>
>                 Key: MASSEMBLY-286
>                 URL: https://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:
> {code:xml}
> <configuration>
>    <archive>
>        <index>true</index>
>     </archive>
> ...
> </configuration>
> {code}
> 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, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira