Java

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • release maven-ear-plugin 2.1

    8 answers - 759 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 everyone,
    I just talked to Stephane, and it appears that we're ready to release
    the next version of the maven-ear-plugin. This new version will
    incorporate fixes for the following:
    * Ejb3/Par support
    * Ignored application.xml configuration
    * Inclusion of optional dependencies
    * Setting default bundleDir value
    * Documentation improvements
    * Bugs in the generation of the application.xml file
    As you can see, a lot has been done.
    I'll open up the vote for 72h, then provide a summary.
    Here's my +1.
    Regards,
    John
    To unsubscribe, e-mail: dev-unsubscribe (AT) maven (DOT) apache.org
    For additional commands, e-mail: dev-help (AT) maven (DOT) apache.org
  • No.1 | | 849 bytes | |

    +1 of course :)

    11/30/05, John Casey <jdcasey1779 (AT) yahoo (DOT) comwrote:

    Hi everyone,

    I just talked to Stephane, and it appears that we're ready to release
    the next version of the maven-ear-plugin. This new version will
    incorporate fixes for the following:

    * Ejb3/Par support
    * Ignored application.xml configuration
    * Inclusion of optional dependencies
    * Setting default bundleDir value
    * Documentation improvements
    * Bugs in the generation of the application.xml file

    As you can see, a lot has been done.

    I'll open up the vote for 72h, then provide a summary.

    Here's my +1.

    Regards,

    John

    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 | | 779 bytes | |

    John Casey wrote:
    Hi everyone,

    I just talked to Stephane, and it appears that we're ready to release
    the next version of the maven-ear-plugin. This new version will
    incorporate fixes for the following:

    * Ejb3/Par support
    * Ignored application.xml configuration
    * Inclusion of optional dependencies
    * Setting default bundleDir value
    * Documentation improvements
    * Bugs in the generation of the application.xml file

    As you can see, a lot has been done.

    I'll open up the vote for 72h, then provide a summary.

    Here's my +1.

    +1

    Regards,

    John

    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 | | 938 bytes | |

    +1

    John Casey wrote:
    Hi everyone,

    I just talked to Stephane, and it appears that we're ready to release
    the next version of the maven-ear-plugin. This new version will
    incorporate fixes for the following:

    * Ejb3/Par support
    * Ignored application.xml configuration
    * Inclusion of optional dependencies
    * Setting default bundleDir value
    * Documentation improvements
    * Bugs in the generation of the application.xml file

    As you can see, a lot has been done.

    I'll open up the vote for 72h, then provide a summary.

    Here's my +1.

    Regards,

    John

    To unsubscribe, e-mail: dev-unsubscribe (AT) maven (DOT) apache.org
    For additional commands, e-mail: dev-help (AT) maven (DOT) apache.org

    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 | | 951 bytes | |

    +1

    Emmanuel

    John Casey a :
    Hi everyone,

    I just talked to Stephane, and it appears that we're ready to release
    the next version of the maven-ear-plugin. This new version will
    incorporate fixes for the following:

    * Ejb3/Par support
    * Ignored application.xml configuration
    * Inclusion of optional dependencies
    * Setting default bundleDir value
    * Documentation improvements
    * Bugs in the generation of the application.xml file

    As you can see, a lot has been done.

    I'll open up the vote for 72h, then provide a summary.

    Here's my +1.

    Regards,

    John

    To unsubscribe, e-mail: dev-unsubscribe (AT) maven (DOT) apache.org
    For additional commands, e-mail: dev-help (AT) maven (DOT) apache.org

    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 | | 1371 bytes | |

    MNG-1723 was just discovered and confirmed. I will not have the time to fix
    it today and I am off till December 5th.

    The bug prevents configuring ejb3 and par modules. To fix it, solution is to
    add an Ejb3Module and ParModule PJ in the EAR plugin (both extending the
    EjbModule) and make it returns "ejb3" and "par" in the getType() method
    respectively.

    It would be nice if the doc is updated at the same time. If the release can
    wait December 6th, I will have the time to fix this myself.

    Cheers,
    S

    11/30/05, John Casey <jdcasey1779 (AT) yahoo (DOT) comwrote:

    Hi everyone,

    I just talked to Stephane, and it appears that we're ready to release
    the next version of the maven-ear-plugin. This new version will
    incorporate fixes for the following:

    * Ejb3/Par support
    * Ignored application.xml configuration
    * Inclusion of optional dependencies
    * Setting default bundleDir value
    * Documentation improvements
    * Bugs in the generation of the application.xml file

    As you can see, a lot has been done.

    I'll open up the vote for 72h, then provide a summary.

    Here's my +1.

    Regards,

    John

    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 | | 1637 bytes | |

    Finally, It's fixed. Hopefully, I have the most comprensive girlfriend in
    the world. See you later.

    Cheers,
    S

    12/1/05, Stephane Nicoll <stephane.nicoll (AT) gmail (DOT) comwrote:

    MNG-1723 was just discovered and confirmed. I will not have the time to
    fix it today and I am off till December 5th.

    The bug prevents configuring ejb3 and par modules. To fix it, solution is
    to add an Ejb3Module and ParModule PJ in the EAR plugin (both extending
    the EjbModule) and make it returns "ejb3" and "par" in the getType() method
    respectively.

    It would be nice if the doc is updated at the same time. If the release
    can wait December 6th, I will have the time to fix this myself.

    Cheers,
    S

    11/30/05, John Casey <jdcasey1779 (AT) yahoo (DOT) comwrote:

    Hi everyone,

    I just talked to Stephane, and it appears that we're ready to release
    the next version of the maven-ear-plugin. This new version will
    incorporate fixes for the following:

    * Ejb3/Par support
    * Ignored application.xml configuration
    * Inclusion of optional dependencies
    * Setting default bundleDir value
    * Documentation improvements
    * Bugs in the generation of the application.xml file

    As you can see, a lot has been done.

    I'll open up the vote for 72h, then provide a summary.

    Here's my +1.

    Regards,

    John

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

    +1

    Arnaud

    12/1/05, Stephane Nicoll <stephane.nicoll (AT) gmail (DOT) comwrote:

    Finally, It's fixed. Hopefully, I have the most comprensive girlfriend in
    the world. See you later.

    Cheers,
    S

    12/1/05, Stephane Nicoll <stephane.nicoll (AT) gmail (DOT) comwrote:

    MNG-1723 was just discovered and confirmed. I will not have the time to
    fix it today and I am off till December 5th.

    The bug prevents configuring ejb3 and par modules. To fix it, solution
    is
    to add an Ejb3Module and ParModule PJ in the EAR plugin (both
    extending
    the EjbModule) and make it returns "ejb3" and "par" in the getType()
    method
    respectively.

    It would be nice if the doc is updated at the same time. If the release
    can wait December 6th, I will have the time to fix this myself.

    Cheers,
    S

    11/30/05, John Casey <jdcasey1779 (AT) yahoo (DOT) comwrote:

    Hi everyone,

    I just talked to Stephane, and it appears that we're ready to release
    the next version of the maven-ear-plugin. This new version will
    incorporate fixes for the following:

    * Ejb3/Par support
    * Ignored application.xml configuration
    * Inclusion of optional dependencies
    * Setting default bundleDir value
    * Documentation improvements
    * Bugs in the generation of the application.xml file

    As you can see, a lot has been done.

    I'll open up the vote for 72h, then provide a summary.

    Here's my +1.

    Regards,

    John

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

    I realize this vote has sat around for awhile now, but it looks like
    we've got plenty of support, so I'm going to go ahead and release this.

    Vote summary:

    Binding: John, Jason, Brett, Emmanuel, Arnaud
    Non-Binding: Stephane

    It should be out in a few hours at most.

    John Casey wrote:
    Hi everyone,

    I just talked to Stephane, and it appears that we're ready to release
    the next version of the maven-ear-plugin. This new version will
    incorporate fixes for the following:

    * Ejb3/Par support
    * Ignored application.xml configuration
    * Inclusion of optional dependencies
    * Setting default bundleDir value
    * Documentation improvements
    * Bugs in the generation of the application.xml file

    As you can see, a lot has been done.

    I'll open up the vote for 72h, then provide a summary.

    Here's my +1.

    Regards,

    John

    To unsubscribe, e-mail: dev-unsubscribe (AT) maven (DOT) apache.org
    For additional commands, e-mail: dev-help (AT) maven (DOT) apache.org

    To unsubscribe, e-mail: dev-unsubscribe (AT) maven (DOT) apache.org
    For additional commands, e-mail: dev-help (AT) maven (DOT) apache.org

Re: release maven-ear-plugin 2.1


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

EMSDN.COM