Java

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • archiver-maven-plugin?

    6 answers - 800 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Hi every one,
    I would like introduce archiver-maven-plugin. It is a cut down version of
    maven-assembly-plugin with the following functionalities.
    1. Smaller feature scope - compression/archiving only
    2. Descriptor's objects are exposed through plugin's configuration.
    This way, we can take advantage of expression processing provided by
    the PM.
    3. Install and deploy are thru artifact attachments.
    4. No direct DependencySet support, user can use dependency-maven-plugin
    instead.
    I am still struggling to decide if spinning this plugin off
    maven-assembly-plugin,
    is a good idea. However by cutting down feature scope, the plugin will be
    very
    stable in the long term.
    Suggestions?
    Thanks
    -Dan
  • No.1 | | 770 bytes | |

    dan tran wrote:
    2. Descriptor's objects are exposed through plugin's configuration.
    This way, we can take advantage of expression processing provided by
    the PM.

    I think we need to introduce this to the assembly plugin anyway.

    I am still struggling to decide if spinning this plugin off
    maven-assembly-plugin,
    is a good idea. However by cutting down feature scope, the plugin will be
    very
    stable in the long term.

    What is the benefit of having a limited feature set if the assembly
    plugin is able to do this? I don't quite see the reasoning.
    - Brett

    To unsubscribe, e-mail: dev-unsubscribe (AT) maven (DOT) apache.org
    For additional commands, e-mail: dev-help (AT) maven (DOT) apache.org
  • No.2 | | 1187 bytes | |

    1/2/06, Brett Porter <brett (AT) apache (DOT) orgwrote:

    dan tran wrote:
    2. Descriptor's objects are exposed through plugin's configuration.
    This way, we can take advantage of expression processing provided
    by
    the PM.

    I think we need to introduce this to the assembly plugin anyway.

    Sound good, is it thru a seperate mojo?

    I am still struggling to decide if spinning this plugin off
    maven-assembly-plugin,
    is a good idea. However by cutting down feature scope, the plugin will
    be
    very
    stable in the long term.

    What is the benefit of having a limited feature set if the assembly
    plugin is able to do this? I don't quite see the reasoning.

    I think most user need is the capablity to assembly files and dendencies
    together.
    This is exactly archiver-maven-plugin provides ( exception the dependencies
    ).
    The maven-assembly-plugin has a rich set of features that I think It will
    take for ever
    to release.

    - Brett

    To unsubscribe, e-mail: dev-unsubscribe (AT) maven (DOT) apache.org
    For additional commands, e-mail: dev-help (AT) maven (DOT) apache.org
    --
  • No.3 | | 1133 bytes | |

    dan tran wrote:
    1/2/06, Brett Porter <brett (AT) apache (DOT) orgwrote:
    >dan tran wrote:

    2. Descriptor's objects are exposed through plugin's configuration.
    This way, we can take advantage of expression processing provided
    >by

    the PM.

    >I think we need to introduce this to the assembly plugin anyway.


    Sound good, is it thru a seperate mojo?

    No, I think the existing mojo needs to interpolate the descriptor.

    I think most user need is the capablity to assembly files and dendencies
    together.
    This is exactly archiver-maven-plugin provides ( exception the dependencies
    ).
    The maven-assembly-plugin has a rich set of features that I think It will
    take for ever
    to release.

    I still don't understand. The assembly plugin is already released! :)
    Do you mean the wait for the 2.1 release?
    - Brett

    To unsubscribe, e-mail: dev-unsubscribe (AT) maven (DOT) apache.org
    For additional commands, e-mail: dev-help (AT) maven (DOT) apache.org
  • No.4 | | 1425 bytes | |

    1/2/06, Brett Porter <brett (AT) apache (DOT) orgwrote:

    dan tran wrote:
    1/2/06, Brett Porter <brett (AT) apache (DOT) orgwrote:
    >dan tran wrote:

    2. Descriptor's objects are exposed through plugin's configuration.
    This way, we can take advantage of expression processing provided
    >by

    the PM.

    >I think we need to introduce this to the assembly plugin anyway.
    >
    >

    Sound good, is it thru a seperate mojo?

    No, I think the existing mojo needs to interpolate the descriptor.

    K, let me see what I can do!!

    I think most user need is the capablity to assembly files and dendencies
    together.
    This is exactly archiver-maven-plugin provides ( exception the
    dependencies
    ).
    The maven-assembly-plugin has a rich set of features that I think It
    will
    take for ever
    to release.

    I still don't understand. The assembly plugin is already released! :)
    Do you mean the wait for the 2.1 release?

    It has been 2 and half months. ;-) Is it time a for a new release?

    Any how, I agree that It does not look right when there are 2 similar
    plugins.

    - Brett

    To unsubscribe, e-mail: dev-unsubscribe (AT) maven (DOT) apache.org
    For additional commands, e-mail: dev-help (AT) maven (DOT) apache.org
    --
  • No.5 | | 795 bytes | |

    dan tran wrote:

    >I still don't understand. The assembly plugin is already released! :)
    >Do you mean the wait for the 2.1 release?


    It has been 2 and half months. ;-) Is it time a for a new release?

    Any how, I agree that It does not look right when there are 2 similar
    plugins.

    Agreed, I think the assembly plugin should be able to perform simple
    tasks as well and another plugin with similiar capabilities would just
    be confusing not to mention a maintenance problem.

    - Brett
    >
    >To unsubscribe, e-mail: dev-unsubscribe (AT) maven (DOT) apache.org
    >For additional commands, e-mail: dev-help (AT) maven (DOT) apache.org
    >>
    >>
  • No.6 | | 209 bytes | |

    K, let me see what I can do!!
    :)
    - Brett
    To unsubscribe, e-mail: dev-unsubscribe (AT) maven (DOT) apache.org
    For additional commands, e-mail: dev-help (AT) maven (DOT) apache.org

Re: archiver-maven-plugin?


max 4000 letters.
Your nickname that display:
In order to stop the spam: 7 + 6 =
QUESTION ON "Java"

EMSDN.COM