4
I have a Java project in Eclipse that I want to convert into a Maven project.
For conversion, I right-click and select the option "Convert to Maven Project" as shown in the figure below.
The problem is that after project conversion the source folder continues "src". I’d like to leave it as the Maven default, just like when we created an Empty Maven project. Example:
src/main/java
src/main/test
Managed to solve?
– LeoCBS