Description
When building a multimodule project, you don't need to declare the groupId in every module. It just works fine by inheritance. Also the scope compile, type jar, packaging jar.... etc. are the default values, so they are not needed. I usually find this kind of information useless. Maven POMs are already verbose enough.