Re: Depedencies injection with POJOs hierarchy

2006-08-06 Thread Stephane Nicoll
Hi, On 8/7/06, Jason van Zyl <[EMAIL PROTECTED]> wrote: There's a JIRA for it as Vincent wants the same thing for the Clover plugin. I was thinking a standard "cm" package which Plexus could use by default. This is a one liner in Plexus but would require alpha-10 when it's released. Comment her

Re: Depedencies injection with POJOs hierarchy

2006-08-06 Thread Jason van Zyl
On 5 Aug 06, at 5:48 AM 5 Aug 06, Stephane Nicoll wrote: Hi, The EAR plugin has part of its configuration using a Pojo Hierarchy (EarModule -> EjbModule, JarModule, etc). At the begining of Maven2 and plexus, I had to put the different objects in the same package as the Mojo. I guess this limi

Re: Depedencies injection with POJOs hierarchy

2006-08-06 Thread Brett Porter
To my knowledge, this limitation still exists. - Brett On 5/08/2006 7:48 PM, Stephane Nicoll wrote: Hi, The EAR plugin has part of its configuration using a Pojo Hierarchy (EarModule -> EjbModule, JarModule, etc). At the begining of Maven2 and plexus, I had to put the different objects in the

Depedencies injection with POJOs hierarchy

2006-08-05 Thread Stephane Nicoll
Hi, The EAR plugin has part of its configuration using a Pojo Hierarchy (EarModule -> EjbModule, JarModule, etc). At the begining of Maven2 and plexus, I had to put the different objects in the same package as the Mojo. I guess this limitation is not applicable anymore. I would like to refactor