
However manually adding them to the build path created a new folder (Reference Library) and resolved the Eclipse Errors. Is there anything that we need to do to eclipse to make sure it downloads all the dependencies from the repository.īoth these artifacts were not downloaded for eclipse and there jars found and were not present in the folder for MavenDependencies and were subsequently giving errors in Eclipse. However, searching them in the maven repository and downloading the jar to my local computer and then adding them to build path makes it work on Eclipse. I see some of the dependencies are not getting downloaded even though they are present in pom.xml. While setting up this project on STS or Eclipse. This projects builds successfully through command line(all mvn commands like mvn package, mvn compile, mvn clean install) work perfectly fine.
