I have the following dependency:
<dependency org="foo" name="bar" rev="1.0" conf="war-runtime->runtime" /> However, the jar I want this to resolve to is called foo_bar-g.jar.
At the moment it tries foo_bar.jar which fails because the jar does not exist.
Can I specify the name of my jar or a pattern in the dependency?
I have a list of resolvers specified in an ivy-settings.xml file, but this file is shared across other apps so I can't change it.