Correct scm url format

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@371642 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-01-23 19:54:48 +00:00
parent a98376e90e
commit 36b0ba3fc0

View File

@ -28,7 +28,7 @@
You may use the vertical bar as delimiter in the repository
<a href="http://maven.apache.org/maven-1.x/reference/project-descriptor.html#class_Repository">connection</a>
element, if the repository contains a colon (:):
<source>scm|cvs|pserver|username@host:port|cvsroot|module</source>
<source>scm:cvs|pserver|username@host:port|cvsroot|module</source>
</answer>
</faq>