Hi,
I have a filesystem resolver configured this way:
<filesystem name="user-repository">
<ivy pattern="${user.repository.dir}/[organisation]/[module]/ivy.xml"/>
<artifact
pattern="${user.repository.dir}/[organisation]/[module]/[conf].[type]"/>
</filesystem>
The problem is that when the artifact is resolved, [conf] pattern is always
"default", no matter what configuration is used. Is this a normal behaviour or
did I miss anything? I expect [conf] to be the actual configuration used for
the module.
Any advice?
Thanks!