> Fwiw, I can see zero reason why examples would be published to a Maven > repo.
Well right, although quite a lot projects do so. But maybe just because examples are part of a multi module project and they just deploy everything to maven central. That would even be a stronger argument to move examples out of each project into a dedicated org.gwtproject.examples namespace. Otherwise, when following maven conventions you end up with multi module project coordinates but only deploy a single artifact. Then you would end up again with the repetitive org.gwtproject.xx.<modulename>:gwt-<modulename> pattern. -- J. -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/a7df857b-c439-497b-b931-8e2e36215880%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
