| 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. |
|
Administration > <project> > Create Maven build configuration Create Maven build configuration dialog allows creating new build configuration automatically from the specified POM.xml file. From the provided POM file TeamCity reads the name and the VCS root URL parameters for the new build configuration.
When the new Maven configuration is created, any further configuring is similar to the editing of an ordinary build configuration. View Maven documentation on the SCM Implementation for the following supported version control systems:
Maven SCM URL FormatThe general format for a SCM Url is As delimiter you can use either colon ':' or, if you use a colon for one of the variables (for example, a windows path), you can use a pipe '|'. For more information, please refer to the official Maven SCM documentation page. In TeamCity you can use simplified SCM URL format:
Examples of the SCM URL for Supported SCM ProvidersThe following URLs will be considered as equal:
See Also:
|