ivy.organisation | The organisation of the module, as found in the info tag of the ivy file parsed. |
ivy.module | The name of the module, as found in the info tag of the ivy file parsed. |
ivy.branch | The branch of the module if any, as found in the info tag of the ivy file parsed. |
ivy.revision | The revision of the module, as found in the info tag of the ivy file parsed. |
ivy.status | The status of the module, as found in the info tag of the ivy file parsed. |
ivy.publication | The publication time of the module, as found in the info tag of the ivy file parsed. (Since 2.2) |
ivy.extra.[any extra attribute] | Corresponding extra attribute value, as found in the info tag of the ivy file parsed |
ivy.configurations | A comma separated list of configurations of the module, as declared in the configurations section |
ivy.public.configurations | A comma separated list of public configurations of the module, as declared in the configurations section |
ivy.configuration.[config name].desc | For each configuration with a description, a property is created containing this description. (Since 2.2) |
ivy.artifact.[index].name | For each published artifact, a property is created containing its name. (Since 2.2) |
ivy.artifact.[index].type | For each published artifact, a property is created containing its type. (Since 2.2) |
ivy.artifact.[index].ext | For each published artifact, a property is created containing its ext. (Since 2.2) |
ivy.artifact.[index].conf | For each published artifact, a property is created containing its conf. (Since 2.2) |
ivy.artifact.[index].extra.[any extra attribute] | For each extra attribute of the published artifact, a property is created containing its name. (Since 2.2) |