0

Is IvyDE resolve supposed to run every time a new vaading project is created? Or is there a way have dependencies configured globally for all projects.It takes a long time to resolve and sometimes gives an error. I am using Eclipse Luna 4.4.1 with Vaadin plugin 7. I am a newbie to Eclipse IDE and Vaadin.

ndnine89
  • 137
  • 2
  • 3
  • 12

1 Answers1

0

Ivy stores resolved dependencies to a local repository, which means that those are downloaded only once. Standard location for the directory containing resolved dependencies is ~/.ivy2.

Henri Kerola
  • 4,947
  • 1
  • 17
  • 19