| 属性 | 描述 | 必要 |
| settingsId | The settings id useable in the settingsRef attributes of the ivy task that needs a setting. Note that the ivy tasks will search by default for the settings with the id "ivy.instance", which is the default value. settings id 用于需要设置的ivy任务的 settingsRef属性中。注意ivy任务会默认搜索id为"ivy.instance"的设置,这个是默认值 | No, 默认为 "ivy.instance" |
| file | path to the settings file to use 要使用的设置文件的路径 | No. 如果提供文件,则URL被忽略。如果都没有提供,则试图查找${ivy.settings.file}文件,而如果这个文件也没 有,则使用default默认设置文件 |
| url | url of the settings file to use 要使用的设置文件的URL | |
| override | Specify what to do when another settings with the same id has already been loaded. 指示当已经装载一 个同样id的另一个设置时该怎么做 true 当前设置将优先覆盖任何之前定义的使用这个id的设置 false 当前设置将不覆盖之前定义的使用这个id的设置 notallowed 如果已经有使用这个id的设置 被定义,则报告错误 | No, 默认为 "notallowed" |
| host | http authentication host | No, 除非需要http认证。 |
| realm | http authentication realm | |
| username | http authentication user name | |
| passwd | http authentication password |