I have a Java project in Eclipse that I want to convert to a Maven project.
For the conversion, I right-click and select the "Convert to Maven Project" as indicated in the figure below.
Theproblemisthataftertheprojectconversionthesourcefoldercontinues"src" . I'd like to leave it as the default for Maven, just like when we created an empty Maven project. Example:
src/main/java
src/main/test