You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "darren hartford (JIRA)" <ji...@codehaus.org> on 2008/02/25 19:49:29 UTC

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

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

        

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

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ 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

        

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

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MASSEMBLY-286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Component/s: maven-archiver
    
> 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
>          Components: maven-archiver
>    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