mirror of
https://github.com/s4u/maven-settings-action.git
synced 2026-02-12 00:05:49 +08:00
* Completed the attribute support for servers, and password is optional. Resolves #92. * Updated oracleServers.xml template to match new servers.xml template. * Revised tests to match code and template changes. * Added documentation for server attributes. * Added additional use cases to exercise server attribute handling.
12 lines
178 B
XML
12 lines
178 B
XML
|
|
<server>
|
|
<id />
|
|
<username />
|
|
<password />
|
|
<privateKey />
|
|
<passphrase />
|
|
<filePermissions />
|
|
<directoryPermissions />
|
|
<configuration />
|
|
</server>
|