settings.xml (10 lines of code) (raw):
<settings xmlns="http://maven.apache.org/SETTINGS/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd">
<servers>
<server>
<id>teamcity-space</id>
<username>${publish.username}</username>
<password>${publish.password}</password>
</server>
</servers>
</settings>