guymahieu / ivyidea

Resolve dependencies for your Intellij projects using Ivy
Apache License 2.0
13 stars 18 forks source link

Support for Multiple IvyIDEA libraries per module. #99

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In our project we have two Ivy configurations (master and test).  

It would be nice to be able to register both of them as IDEA module libraries 
separately so that the "scope" in IDEA can be set correctly (compile and test 
respectively) and I could chose to add only the "master" configuration to my 
artifact for deployment.

Currently, I have to include my test JARs in my local deployment.

Using IDEA 11.1.2, Ivy 2.2.0 and plugin ver 1.0.2 

Original issue reported on code.google.com by geardad...@gmail.com on 17 May 2012 at 4:18

GoogleCodeExporter commented 8 years ago
This is already possible.
In the IvyIDEA settings there is an option to create an IDEA library for each 
configuration.

Original comment by maarten....@gmail.com on 18 May 2012 at 3:02