Convert a maven java project to support Eclipse

To convert a maven java project to support Eclipse, you can use below command to generate configuration files

mvn eclipse:eclipse
Run this command from the directory containing the pom.xml

Comments