Maven artifact and groupId naming
Weirdness is highly subjective, I just suggest to follow the official recommendation: Guide to naming conventions on groupId, artifactId and version groupId will identify your project uniquely across all projects, so we need to enforce a naming schema. It has to follow the package name rules, what means that has to be at least as … Read more