Re: [POLL] Refactoring our SCM

2012-06-26 Thread Stephen Connolly
On 25 June 2012 06:35, Romain Manni-Bucau rmannibu...@gmail.com wrote: Well the issue is they depend on openejb or tomee. Can that be fixed by just overriding the specific dependency version in the plugin's dependencies block? Then once you have openejb/tomee released, you can then release the

Re: [POLL] Refactoring our SCM

2012-06-26 Thread Romain Manni-Bucau
depends, typically overriding by a more recent version should work, not the opposite. Currently the plugin will fail if it uses an already released version. - Romain 2012/6/26 Stephen Connolly stephen.alan.conno...@gmail.com On 25 June 2012 06:35, Romain Manni-Bucau rmannibu...@gmail.com

Re: [POLL] Refactoring our SCM

2012-06-26 Thread Stephen Connolly
ehm... you're not making sense to me... On 26 June 2012 10:12, Romain Manni-Bucau rmannibu...@gmail.com wrote: depends, typically overriding by a more recent version should work, not the opposite. Well I was suggesting that you use an already released version of the plugin, but override the

Re: [POLL] Refactoring our SCM

2012-06-26 Thread Stephen Connolly
Here is the type of thing I was suggesting... note the GAVs have been changed to save me looking shit up project groupIdorg.apache.openejb/groupId artifactIdtomee/artifactId version1.2-SNAPSHOT/version ... build ... plugins ... plugin

Re: [POLL] Refactoring our SCM

2012-06-26 Thread Romain Manni-Bucau
well we could use existing version and we don't need dependencies to do it but we spoke about releasing mvn plugin and currently we can't because of this dependencies. But you are right, taking it in the other direction makes sense. - Romain 2012/6/26 Stephen Connolly

Re: [POLL] Refactoring our SCM

2012-06-25 Thread David Blevins
On Jun 24, 2012, at 10:35 PM, Romain Manni-Bucau wrote: Well the issue is they depend on openejb or tomee. Typically today the interesting plugins (not the scan.xml or jee5 - jee6 ones) can't be released without releasing openejb and tomee. We should pull out the ones that can. It's a

Re: [POLL] Refactoring our SCM

2012-06-24 Thread David Blevins
On Jun 22, 2012, at 6:07 AM, Jean-Louis MONTEIRO wrote: IMHO, we could get out and get different life cycle for: Arquillian OSGi TomEE Maven Examples? We pulled out javaee-api and that went well. I suggest we take the simple approach and try one more. Getting the CI setup in order is

Re: [POLL] Refactoring our SCM

2012-06-24 Thread Stephen Connolly
You are better off pulling the maven plugins out, as a maven plugin cannot be consumed within the reactor that produces it (ie if there is a full GAV match V being critical) On Sunday, 24 June 2012, David Blevins wrote: On Jun 22, 2012, at 6:07 AM, Jean-Louis MONTEIRO wrote: IMHO, we could

Re: [POLL] Refactoring our SCM

2012-06-24 Thread Romain Manni-Bucau
Well the issue is they depend on openejb or tomee. Typically today the interesting plugins (not the scan.xml or jee5 - jee6 ones) can't be released without releasing openejb and tomee. - Romain Le 25 juin 2012 04:36, Stephen Connolly stephen.alan.conno...@gmail.com a écrit : You are better off

[POLL] Refactoring our SCM

2012-06-22 Thread Jean-Louis MONTEIRO
Hi again, After digging into the code and discussion with Romain, I'd like to raise a question. Any feedback is welcome. We have been adding new modules and new features for months in the project. It works great, but the build is heavy and difficult to manage, especially when the release process

Re: [POLL] Refactoring our SCM

2012-06-22 Thread Romain Manni-Bucau
arquillian-tomee is no more on trunk ;) while we keep a great CI (we have to link builds) +1 - Romain 2012/6/22 Jean-Louis MONTEIRO jeano...@gmail.com Hi again, After digging into the code and discussion with Romain, I'd like to raise a question. Any feedback is welcome. We have been

Re: [POLL] Refactoring our SCM

2012-06-22 Thread Jean-Louis MONTEIRO
If the reason is just because buildbot is not able to link builds, we could rely more on Jenckins. 2012/6/22 Romain Manni-Bucau rmannibu...@gmail.com arquillian-tomee is no more on trunk ;) while we keep a great CI (we have to link builds) +1 - Romain 2012/6/22 Jean-Louis MONTEIRO

Re: [POLL] Refactoring our SCM

2012-06-22 Thread Romain Manni-Bucau
s/ck/k/ buildbot can (it is far more powerful than jenkins) but i agree jenkins is more user friendly and enough for us -- another poll? - Romain 2012/6/22 Jean-Louis MONTEIRO jeano...@gmail.com If the reason is just because buildbot is not able to link builds, we could rely more on

Re: [POLL] Refactoring our SCM

2012-06-22 Thread Jean-Louis MONTEIRO
I don't care, if we can do than with Buildbot and if we are happy with leave, not need to change JLouis 2012/6/22 Romain Manni-Bucau rmannibu...@gmail.com s/ck/k/ buildbot can (it is far more powerful than jenkins) but i agree jenkins is more user friendly and enough for us -- another

Re: [POLL] Refactoring our SCM

2012-06-22 Thread dsh
What do you mean by link builds? Having dependency builds? On Fri, Jun 22, 2012 at 3:13 PM, Jean-Louis MONTEIRO jeano...@gmail.com wrote: If the reason is just because buildbot is not able to link builds, we could rely more on Jenckins. 2012/6/22 Romain Manni-Bucau rmannibu...@gmail.com

Re: [POLL] Refactoring our SCM

2012-06-22 Thread Romain Manni-Bucau
yep if openejb is built - build tomee etc... - Romain 2012/6/22 dsh daniel.hais...@googlemail.com What do you mean by link builds? Having dependency builds? On Fri, Jun 22, 2012 at 3:13 PM, Jean-Louis MONTEIRO jeano...@gmail.com wrote: If the reason is just because buildbot is not able