I'm researching the possibility of using a single enterprise repo for
Maven and Ivy dependencies.
I've generated a pom for my module using the makepom task, but the
publish task doesn't want to send it to my Ivy repo. Here is my publish
task:
In my project build.xml, I'm trying to load my ivy settings file from my
ivy user dir, but the ivy user dir properties don't appear to be
replaced in the file attribute of the settings tag. I've tried a couple
of different ones that I found in the Ivy doc:
Is this possible?
Specifying an abso