Re : [VOTE] Release Maven eclipse plugin version 2.6

2009-04-08 Thread Julien HENRY
Same problem for me. - Message d'origine De : Barrie Treloar baerr...@gmail.com À : Maven Developers List dev@maven.apache.org Envoyé le : Mardi, 24 Mars 2009, 3h13mn 30s Objet : Re: [VOTE] Release Maven eclipse plugin version 2.6 Does anyone else use xmlbeans in their projects?

Re: Re : Re : [VOTE] Release Maven eclipse plugin version 2.6

2009-04-08 Thread Arnaud HERITIER
I just would like to repeat a good practice when you use Maven :- lock plugins versions in your pluginsManagement. I'll try to find some hours this week to work on the issues you discovered. For next vote to release the plugin we'll put in copy the users list and I'll hope you'll be able to

Re : Re : Maven eclipse plugin 2.6 regression with xmlbeans (was: [VOTE] Release Maven eclipse plugin version 2.6)

2009-04-08 Thread Julien HENRY
Sorry for the spam, but finally it seems it is an xmlbeans bug that I only discover now. So this is not a regression. http://jira.codehaus.org/browse/MXMLBEANS-54 Regards, Julien - Message d'origine De : Julien HENRY henr...@yahoo.fr À : Maven Developers List dev@maven.apache.org

Re : Maven eclipse plugin 2.6 regression with xmlbeans (was: [VOTE] Release Maven eclipse plugin version 2.6)

2009-04-08 Thread Julien HENRY
I've submitted a bug: MECLIPSE-549 - Message d'origine De : Julien HENRY henr...@yahoo.fr À : Maven Developers List dev@maven.apache.org Envoyé le : Mercredi, 8 Avril 2009, 10h37mn 07s Objet : Re : [VOTE] Release Maven eclipse plugin version 2.6 Same problem for me. - Message

Re: Release for maven-archetype-plugin

2009-04-08 Thread Jason Voegele
On Thursday 02 April 2009 06:19:35 am Raphaël Piéroni wrote: Have you tried ? Hi Raphaël, very sorry for the delay but I got caught up in a very laborious release process that kept me from looking into the archetype stuff. Anyway, I have now tried the latest alpha-5-SNAPSHOT and it looks good.

Re: [VOTE] Release mercury-1.0-alpha-6

2009-04-08 Thread Paul Gier
I have a few questions and then I will give my +1. It looks like the ant tasks are part of the tag [1], but they are still marked as a snapshot version. Is the ant-tasks module not part of the release? Will there be a separate release for this? I also tried running a simple project using

Re: [VOTE] Release mercury-1.0-alpha-6

2009-04-08 Thread Oleg Gusakov
Paul Gier wrote: I have a few questions and then I will give my +1. It looks like the ant tasks are part of the tag [1], but they are still marked as a snapshot version. Is the ant-tasks module not part of the release? mercury-ant-tasks happens to be located inside, it will go away as soon

Re: [VOTE] Release mercury-1.0-alpha-6

2009-04-08 Thread Paul Gier
Ok, +1 for the release. I'll take a look at the SatSolver interface. Will there eventually be a way to load customizations using a build extension or something like it? Oleg Gusakov wrote: Paul Gier wrote: I have a few questions and then I will give my +1. It looks like the ant tasks

Re: [VOTE] Release mercury-1.0-alpha-6

2009-04-08 Thread Oleg Gusakov
Paul Gier wrote: Ok, +1 for the release. I'll take a look at the SatSolver interface. Will there eventually be a way to load customizations using a build extension or something like it? As I said - SatSolver interface is work-in-progress, so don't hold your breath :) The two missing

Problem with multi-module archetype

2009-04-08 Thread Jason Voegele
Hello again maven-archetype gurus. I am working on an archetype where the generated project should have the following structure: foo |-- pom.xml |-- src | |-- test | | `-- java | `-- main | `-- java `-- foo-system-tests |-- pom.xml `-- src `-- test `--

Re: [VOTE] Release mercury-1.0-alpha-6

2009-04-08 Thread Benjamin Bentmann
Oleg Gusakov wrote: Staging repo: https://repository.apache.org/content/repositories/maven-staging-002/ +1 Repeated runs of the ITs revealed some instabilities that I recorded in MERCURY-112 and MERCURY-113 for future investigation. Benjamin

Re: Problem with multi-module archetype

2009-04-08 Thread Raphaël Piéroni
Hi Jason, Your need is not currently taken in the archetype plugin which assumes that sub-modules are refered in modules/ in the parent. Please raise a Jira. Raphaël 2009/4/8 Jason Voegele ja...@jvoegele.com: Hello again maven-archetype gurus. I am working on an archetype where the generated