Repository: maven-scm Updated Branches: refs/heads/master 5415a7c0b -> f1b4415b8
[SCM-750] Update tfs.apt Project: http://git-wip-us.apache.org/repos/asf/maven-scm/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-scm/commit/8e0239e7 Tree: http://git-wip-us.apache.org/repos/asf/maven-scm/tree/8e0239e7 Diff: http://git-wip-us.apache.org/repos/asf/maven-scm/diff/8e0239e7 Branch: refs/heads/master Commit: 8e0239e76620f0afe68fda5a882468f4be45413c Parents: 5415a7c Author: OhadR <ohadr.develo...@gmail.com> Authored: Sun May 25 00:52:31 2014 +0300 Committer: Hervé Boutemy <hbout...@apache.org> Committed: Sun May 25 22:22:59 2014 +0200 ---------------------------------------------------------------------- src/site/apt/tfs.apt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-scm/blob/8e0239e7/src/site/apt/tfs.apt ---------------------------------------------------------------------- diff --git a/src/site/apt/tfs.apt b/src/site/apt/tfs.apt index 075bdeb..adbfbb7 100644 --- a/src/site/apt/tfs.apt +++ b/src/site/apt/tfs.apt @@ -39,12 +39,18 @@ SCM Implementation: TFS - Team Foundation Server For all URLs below, we use a colon (:) as separator. If you use a colon for one of the variables (e.g. a windows path), then use a pipe (|) as separator. ------- -scm:tfs:[[domain\\]username[;password]@]http[s]://server_name[:port]:workspace:$/TeamProject/Path/To/Project +scm:tfs:[[domain\\]username[;password]@]http[s]://server_name[:port][:isCheckinPoliciesEnabled]:workspace:$/TeamProject/Path/To/Project ------- * Examples ------- -scm:tfs:https://tfs10.codeplex.com:/maventest/ExampleProject +scm:tfs:https://tfs10.codeplex.com:$/maventest/ExampleProject ------- +working with check-in policies: +------- +scm:tfs:https://tlvtfsnlbprd:8080:True:ohad:$/path/to/project +------- + +