Thanks Wayne,
you put me on the right path. I had to specify the dependency with
scope provided. In such way, inheritance works.

Hope this helps others
Ste

On Sat, Jan 9, 2010 at 1:45 AM, Wayne Fay <wayne...@gmail.com> wrote:
>> it looks like it works if the two classes are inside the same project,
>> but not if B inherits from a class in another plugin...
>
> Extract the common functionality into its own project/jar and depend
> on that artifact from both plugins. You shouldn't be inheriting
> classes in other plugins due to the way Maven's classloader works etc.
>
> Wayne
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>



-- 
Ste

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to