+
+ The full connection string for StarTeam is as follows:
+
+ scm:starteam:username:password@hostName:endpoint/projectName/viewName/folderHierarchy
+
+ maven.scm.username and maven.scm.password
+ are the prefer way to store authentication information.
+
+
+ For example:
+
+
+scm:starteam:username:password@hostname:23456/project/view/folder1/folder2
+scm:starteam:username@hostname:23456/project/view/folder
+scm:starteam:hostname:23456/project/view/folder
+
+
+
+
+