Hi, > > It is tedious currently to work with Maven2. It > > would be great if, between > > you and Greg, xdoclet2, xdoclet-plugins POM, > > plugin-plugin and plugin-qtags > > SNAPSHOTs could be deployed to a Maven2-layout > > repository somewhere. > > Well, codehaus.org has repository, and me & greg > can upload there. When we have working M2 plugin for > XD2, > we can start to create M2 poms also for plugins ( XD2 > is already under > maven2 pom, and maybe already on codehaus )
It *should* not be necessary to deploy plugins with m2 to be able to use them from m2, as long as a repository is declared with layout=legacy, and the m2 plugin does that. At least that's my understanding. If we switched to m2, we'd probably loose the m1 users now, while the opposite is not true. There might be some mechanism in the repositories themselves to allow them to work for both m1 and m2 structures, though. Not sure it's available at codehaus atm. Cheers, g
