If we add a dependency on bundle: org.maven.ide.eclipse
then we can add this extension point to define the remote archetype catalog:
<extension
point="org.maven.ide.eclipse.archetypeCatalogs">
</extension>
Though ECLIPSE-31 is a better long term fix as it means we can include the archetypes inside the distro; so it'll work for folks who are offline
ECLIPSE-19too?