Does anybody knows how to add to project all dependencies (jar files) from pom.xml file? I will be grateful for any help.
Printable View
Does anybody knows how to add to project all dependencies (jar files) from pom.xml file? I will be grateful for any help.
This is off-topic in this forum. Nevertheless you should try the Maven Integration plug-in for Eclipse.
Or just try mvn eclipse:eclipse. That will create .classpath and .project files based on you pom.xml.
Christian