Hi, I am using SpringSource Tool Suite Version: 2.5.0.RELEASE. I created a Java Project then enabled Maven dependency management. Now that I have a pom.xml, I tried to add a dependency on it. (I can type the dependencies in the xml file but I right clicked on the project -> Maven ->Add Dependency). Then I tried to add an existing jar in the .m2/repository. The problem was that it cannot detect any jars in my repository.
I have also an Eclipse IDE installed in my PC and it works properly there. Am I missing any configurations? (something like STS_HOME or STS_WORKSPACE)
Thanks!


Reply With Quote
