Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add all jars in a repository as dependencies in IntelliJ

I have a savant repository in my project and I want to add all of the jars contained within the repo to IntelliJ's depenedcies list. I can add the jars one at a time, but I want to be able to add them all at once.

Is there a way to add all the jars found within all the directories/subdirectories?

Details: IntelliJ 12

Update: I can not change the repository structure, it is auto populated when ant builds.

like image 613
Mike Rylander Avatar asked Jan 15 '23 04:01

Mike Rylander


1 Answers

Adding jars from a directory is supported, but not recursively, please vote for this feature request.

like image 79
CrazyCoder Avatar answered Jan 18 '23 21:01

CrazyCoder