Glen, > That was it I was missing the <layout>legacy</layout> tag for my > repository.
No were not missing that tag for the existing repository you'd declared. To try and put it more clearly this time, you need to declare the same repo *two times*, once with layout:default and once with layout:legacy. The thing is the m2 plugin of xd2 is obviously deployed with m2, so it's stored using the m2 repository layout, while the xd2 plugins themselves are still built and deployed with m1, hence they're stored in a "legacy" layout. I hope this makes the error messages you got clearer now. ... but I'm surprised, as I thought the m2 plugin's repositories would be used, so I'm not sure you need to declare the legacy once yourself... Could you send me your complete pom? Are you really declaring the dependency on the xdoclet-hibernate-plugin you use *in* the build/plugins/plugin/dependencies section, or in your project's main dependencies ? Cheers g
