Maven home: C:\apache-maven-3.5.3\bin\..
Java version: 10.0.1, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk-10.0.1
I created a new project with Intelli J Idea with using maven. As we know /main/java folder is marked by default as default source root by maven. But I cannot see the option to crate module-info. Only if I mark src folder as Sources root then it gives me the module-info option to create it. Once I reimport all maven projects the maven over rides intelli j settings and remove source root mark from src folder. I wonder what should I do? Is it gonna cause any problem in the future. If I mark src folder as source root?