I come from Gradle world and I want to generate eclipse project for my build in Gradle I wrote
gradlew cleanEclipse eclise
but how to do that in Maven >3.0
I tried
mvn -npr eclipse:eclipse
but only eclipse .project files are generated. All dependency libraries are missing. So when I try to start i throught Eclipse
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/lang3/StringUtils