| You are viewing documentation of TeamCity 5.x, which is not the most recent released version of TeamCity. Please refer to the listing to choose another version. |
When reading POM data and and resolving artifact in an artifact trigger, TeamCity uses both global and user-level Maven settings. ${env.M2_HOME}/conf/settings.xml (or ${system.maven.home}/conf/settings.xml) For user-level settings TeamCity searches the following locations (listed in order of priority): 1. ~/.BuildServer/system/pluginData/maven/settings.xml where ~ denotes the user home directory. To resolve artifacts, Maven artifact trigger should know repositories to look at.
See Also:
|