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:
parent
d6da2b50ff
commit
49d274afe8
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user