Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the
announcement
. Users are encouraged to migrate to the current version of Apache Maven.
Apache
>
Maven
>
Maven 1.x
>
Plugins
>
Bundled
>
Maven Source Control Management Plug-in
>
Frequently Asked Questions
User Guide
About
Downloads
Plugin Changelog
Common Tasks
Making Releases
Reference
SCM URL Format
Goals
Properties
Project Documentation
About
Downloads
Project Info
Project Reports
Changes
Change Log
File Activity
Developer Activity
Task List
JavaDocs
JavaDoc Report
JavaDoc Warnings Report
Source Xref
Jira Report
Jira Roadmap Report
Metrics
Checkstyle
PMD Report
Simian Report
FAQs
Link Check Report
Project License
Development Process
Legend
External Link
Opens in a new window
Frequently Asked Questions
General
How can I use a non default port in cvs pserver protocol?
General
How can I use a non default port in cvs pserver protocol?
You may use the vertical bar as delimiter in the repository
connection
element, if the repository contains a colon (:):
scm:cvs|pserver|username@host:port|cvsroot|module
[top]