Another enhancement. If you have multiple configurations in your ivy.xml
file it would be helpful to have the plugin add those libraries grouped by
configuration instead of all of them.
My example is developing a web application that uses a test library (testng
in my case) and a front end framework (JSF for me).
So I have four configurations: compile, runtime, test, and servlet (for app
servers JSF is included in the app server so I don't need it in my war).
compile extends runtime, test extends compile, and servlet extends runtime.
I want to bundle all the libs of runtime (and servlet if needed) in the
war, but I need things from compile and test to build and test the app in
development.
Currently (unless there's something I'm missing) all of these libs (if
selected for retrieval) are grouped under one folder in the Library
section: IvyIDEA-resolved. When I go to add libs for bundling in the war
my only option is to select the whole IvyIDEA-resolved folder; however, I
don't want all of those libs in my deployable war. IntelliJ won't remove
libs inside of the IvyIDEA-resolved folder one by one so I'm stuck.
This is all pretty easy to do if you're doing regular ant :(
Original issue reported on code.google.com by LightGua...@gmail.com on 9 Apr 2009 at 10:16
Original issue reported on code.google.com by
LightGua...@gmail.com
on 9 Apr 2009 at 10:16