You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Michal Maczka (JIRA)" <ji...@codehaus.org> on 2005/09/21 12:47:10 UTC

[jira] Created: (MNG-940) assembly:unpack should support more archive types

assembly:unpack should support  more archive types
--------------------------------------------------

         Key: MNG-940
         URL: http://jira.codehaus.org/browse/MNG-940
     Project: Maven 2
        Type: New Feature
  Components: maven-assembly-plugin  
 Reporter: Michal Maczka


assembly:unpack should support more types of archives. In particular I need to assembly zips and wars togethter.

Other feature which is missing (should I add another issue for this) is a possiblility of deciding per artifact basis where given archive should be unpacked.

Implementation hint: I don't think that it is really necessery to make any distiniction between jars, zips wars, ears etc. They can be all threted as zips. So implementation can be in fact simplified and support for more type added very easly.

-- 
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-940) assembly:unpack should support more archive types

Posted by "Dan Tran (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-940?page=all ]

Dan Tran updated MNG-940:
-------------------------

    Attachment: useArchiverManager.diff

> assembly:unpack should support  more archive types
> --------------------------------------------------
>
>          Key: MNG-940
>          URL: http://jira.codehaus.org/browse/MNG-940
>      Project: Maven 2
>         Type: New Feature
>   Components: maven-assembly-plugin
>     Reporter: Michal Maczka
>      Fix For: 2.0-beta-4
>  Attachments: useArchiverManager.diff
>
>
> assembly:unpack should support more types of archives. In particular I need to assembly zips and wars togethter.
> Other feature which is missing (should I add another issue for this) is a possiblility of deciding per artifact basis where given archive should be unpacked.
> Implementation hint: I don't think that it is really necessery to make any distiniction between jars, zips wars, ears etc. They can be all threted as zips. So implementation can be in fact simplified and support for more type added very easly.

-- 
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-940) assembly:unpack should support more archive types

Posted by "Dan Tran (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-940?page=comments#action_47791 ] 

Dan Tran commented on MNG-940:
------------------------------

Attached is a patch to get maven-assembly-plugin to take full advantage of plexus-archiver's manger to lookup archiver/unarchiver types

PLX-162 is required



> assembly:unpack should support  more archive types
> --------------------------------------------------
>
>          Key: MNG-940
>          URL: http://jira.codehaus.org/browse/MNG-940
>      Project: Maven 2
>         Type: New Feature
>   Components: maven-assembly-plugin
>     Reporter: Michal Maczka
>      Fix For: 2.0-beta-4
>  Attachments: useArchiverManager.diff
>
>
> assembly:unpack should support more types of archives. In particular I need to assembly zips and wars togethter.
> Other feature which is missing (should I add another issue for this) is a possiblility of deciding per artifact basis where given archive should be unpacked.
> Implementation hint: I don't think that it is really necessery to make any distiniction between jars, zips wars, ears etc. They can be all threted as zips. So implementation can be in fact simplified and support for more type added very easly.

-- 
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-940) assembly:unpack should support more archive types

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-940?page=all ]

Brett Porter updated MNG-940:
-----------------------------

    Fix Version: 2.0-beta-4

> assembly:unpack should support  more archive types
> --------------------------------------------------
>
>          Key: MNG-940
>          URL: http://jira.codehaus.org/browse/MNG-940
>      Project: Maven 2
>         Type: New Feature
>   Components: maven-assembly-plugin
>     Reporter: Michal Maczka
>      Fix For: 2.0-beta-4

>
>
> assembly:unpack should support more types of archives. In particular I need to assembly zips and wars togethter.
> Other feature which is missing (should I add another issue for this) is a possiblility of deciding per artifact basis where given archive should be unpacked.
> Implementation hint: I don't think that it is really necessery to make any distiniction between jars, zips wars, ears etc. They can be all threted as zips. So implementation can be in fact simplified and support for more type added very easly.

-- 
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MNG-940) assembly:unpack should support more archive types

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-940?page=all ]
     
Brett Porter closed MNG-940:
----------------------------

     Assign To: Brett Porter
    Resolution: Fixed

applied, thanks

> assembly:unpack should support  more archive types
> --------------------------------------------------
>
>          Key: MNG-940
>          URL: http://jira.codehaus.org/browse/MNG-940
>      Project: Maven 2
>         Type: New Feature
>   Components: maven-assembly-plugin
>     Reporter: Michal Maczka
>     Assignee: Brett Porter
>      Fix For: 2.0-beta-4
>  Attachments: useArchiverManager.diff
>
>
> assembly:unpack should support more types of archives. In particular I need to assembly zips and wars togethter.
> Other feature which is missing (should I add another issue for this) is a possiblility of deciding per artifact basis where given archive should be unpacked.
> Implementation hint: I don't think that it is really necessery to make any distiniction between jars, zips wars, ears etc. They can be all threted as zips. So implementation can be in fact simplified and support for more type added very easly.

-- 
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-940) assembly:unpack should support more archive types

Posted by "Dan Tran (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-940?page=comments#action_47792 ] 

Dan Tran commented on MNG-940:
------------------------------

For testing, I invoked m2 assembly:assembly and m2 assembly:unpack using maven-core project.



> assembly:unpack should support  more archive types
> --------------------------------------------------
>
>          Key: MNG-940
>          URL: http://jira.codehaus.org/browse/MNG-940
>      Project: Maven 2
>         Type: New Feature
>   Components: maven-assembly-plugin
>     Reporter: Michal Maczka
>      Fix For: 2.0-beta-4
>  Attachments: useArchiverManager.diff
>
>
> assembly:unpack should support more types of archives. In particular I need to assembly zips and wars togethter.
> Other feature which is missing (should I add another issue for this) is a possiblility of deciding per artifact basis where given archive should be unpacked.
> Implementation hint: I don't think that it is really necessery to make any distiniction between jars, zips wars, ears etc. They can be all threted as zips. So implementation can be in fact simplified and support for more type added very easly.

-- 
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org