Reputation: 9206
I have declared in my project's build path the variable MAVEN_REPO
which points to my maven repository. After, let's say, a week Eclipse "forgets" it and my project doesn't want to build. The variable is still visible but not resolved and libraries are not seen. Even if I redeclare the variable the same problem occures. In order to repair my project I have to remove .metadata
directory and once again configure everything (what's really anonying). I use Eclipse Indigo Service Release 2.
Upvotes: 1
Views: 312
Reputation: 16392
Several thoughts:
Upvotes: 1