New feature, improvement proposal
Please introduce automatic module names for the components of this project. This will help downstream projects which are modular to consume these components.
The module name could either be based on the rootmost package of each artifact (for example, org.apache.maven.wagon.providers.ssh) or based on the GAV (e.g. org.apache.maven.wagon.ssh.common). I would recommend sticking with a consistent scheme throughout the project.
Thanks!