0
votes

I have a java project in eclipse and I'm using ivy dependency manager outside of eclipse, so I have directory structures full of various jar files. Is there a simple way to point my eclipse project's path to the ivy dirs and pick up all the jars?

I'm trying to avoid pulling out each individual jar into my eclipse project directory and hope there's a better way.

1

1 Answers

1
votes

There is an ivy plugin for eclipse:

A whackier idea is to use groovy to generate the Eclipse .project and .classpath files: