I have a problem with IVY. I configured the mvnrepository correctly in the config file, ivysettings.
Here is the config file:
<ibiblio name="maven" root="http://repo1.maven.org/maven2/" m2compatible="true" />
Here is the dep request:
<dependency org="net.sf.json-lib" name="Json-lib" rev="2.4" conf="default->compile"/>
Here is the module:
http://mvnrepository.com/artifact/net.sf.json-lib/json-lib/2.4
Here is the POM file for json-lib:
http://repo1.maven.org/maven2/net/sf/json-lib/json-lib/2.4/json-lib-2.4.pom
So as you can see, everything is in its place and works properly.
BUT!!
It doesn't download this module. No files what so ever. :SSS
Do you have any advice on why is he doing this??
Thanks!!!!
EDIT: Was fixed by deleting cache which then led to the problem that it was looking for a wrong JAR file name.