tags:

views:

25

answers:

0

I have stuff like this:

<configurations defaultconfmapping="build->default;compile->compile(*),master(*);test,runtime->runtime(*),master(*); statistic->stistic(*)">

in my ivy.xml and I don't understand the concept of a 'configuration mapping'

Who gets mapped to what? Why? What does the (*) mean?