How does the maven task “mvn eclipse:eclipse” generate eclipse artifacts, and How does it magically fix corrupt eclipse/mvn projects. I haven’t been able to detect exactly what it does.
How does the maven task mvn eclipse:eclipse generate eclipse artifacts, and How does it
Share
It generates or updates .project, .classpath and .settings files from the pom.xml.