PR: MPXDOC-90

Submitted by:	Corey Tripp
Reviewed by:	Brett Porter
Only show CVS related firewall info if using CVS


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115069 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-04-28 03:36:37 +00:00
parent d6da2b50ff
commit 49d274afe8

View File

@ -101,15 +101,18 @@
#end
#if ($repository.url && $repository.url != '')
<section name="CVS Access behind a firewall">
#set ($connscm = $repository.getScmType())
#if ($connscm == 'cvs')
<section name="CVS Access behind a firewall">
<p>
For those developers who are stuck behind a corporate
firewall, <a href="http://cvsgrab.sourceforge.net/">CVSGrab</a>
can use the viewcvs web interface to checkout the source code.
</p>
<p>
For those developers who are stuck behind a corporate
firewall, <a href="http://cvsgrab.sourceforge.net/">CVSGrab</a>
can use the viewcvs web interface to checkout the source code.
</p>
</section>
</section>
#end
#end
#end