Todor Kolev
Todor Kolev

Reputation: 1482

Eclipse deployment assembly - How to remove multiple jar files?

I am super frustrated by that... Sometimes when you change repository locations there are some jar files left on the deployment assembly path that are not referenced any more or couldn't be found. You can only remove these one by one... Is there any workaround to remove multiple files in this case?

Cheers

Upvotes: 2

Views: 1247

Answers (2)

user3070636
user3070636

Reputation: 36

This is a UI glitch. If you hold ctrl or cmd and click multiple jars and then click remove all the selected ones will be removed.

Upvotes: 2

Kevin Bowersox
Kevin Bowersox

Reputation: 94459

The problem may actually begin prior to removing the jar files. When adding libraries to your deployment assembly try adding the parent folder instead of the individual jar files.

Upvotes: 0

Related Questions