I have a maven multi module project
<modules>
<module>audit.jar</module>
<module>audit.war</module>
<module>audit.ear</module>
</modules>
Actual project is Audit.gov
here is the screenshot of this project in eclipse

why does all the maven submodule appear twice ? they appear inside project Audit.gov and also as different projects ? can I have them appear just indie Audit.gov?