> 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

Reply via email to