On Tue, 2006-02-14 at 11:41 +0000, Stevenson, Chris wrote: > Hello All, > > So I think I've convinced myself for now that the best place for the > CSharp stuff is the mojo project. I think being in m2 core may be too > constrictive to development. > > Just to check, I'm moving all my code to be in the mojos package but > as I have multiple plugins inside my project I'm hoping to have code > in this manner: > > packages: > > org.codehaus.mojo.csharp (root mojo package) > > org.codehaus.mojo.csharp.studio (plugin) > org.codehaus.mojo.csharp.dotnetassembly (plugin) > org.codehaus.mojo.csharp.nunit (plugin) > > etc... > > and the plugin names should be the opposite of the m2 core convention: > > studio-maven-plugin
This should probably be called visual-studio-maven-plugin or msvs-maven-plugin as there are lots products with "studio" in their names. -- Trygve
