I use a generic repository configuration, the reason for this is that repository has some maven projects and some ivy projects, ivy projects need a special configuration for correctly downloading the ivy file so I use a dual fetch the first attempts to retrieve the project as an ivy project, the fallback is a maven..
Nz On Thu, Dec 27, 2012 at 6:32 PM, Aris Green <aris.gr...@gmail.com> wrote: > I can't seem to get it to work. Whenever I do a publish, ivy seems to > look for a "default" configuration. I have seen other people post > regarding this. I had a single ivy file with a "server" and "client" > configuration publishing to a file system repository. I have since > switched to using custom attributes instead. > > I could post my ivy.xml and resolver xml, but first, I am just > wondering, do you have to have a "default" configuration and then > whatever configuration(s) you want to use configurations? Is this a > bug? I'll post some code if asked for it. > > Any help appreciated. > > agreen >