Author: ltheussl
Date: Fri Jan 13 23:15:55 2006
New Revision: 368996

URL: http://svn.apache.org/viewcvs?rev=368996&view=rev
Log:
PR: MPSCM-60
Submitted by: Dennis Lundberg
Document use of vertical bar as delimiter

Added:
    maven/maven-1/plugins/trunk/scm/xdocs/faq.fml   (with props)
Modified:
    maven/maven-1/plugins/trunk/scm/xdocs/index.xml

Added: maven/maven-1/plugins/trunk/scm/xdocs/faq.fml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/scm/xdocs/faq.fml?rev=368996&view=auto
==============================================================================
--- maven/maven-1/plugins/trunk/scm/xdocs/faq.fml (added)
+++ maven/maven-1/plugins/trunk/scm/xdocs/faq.fml Fri Jan 13 23:15:55 2006
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+/*
+ * Copyright 2006 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
+
+<faqs title="Frequently Asked Questions">
+
+  <part id="general">
+    <title>General</title>
+
+    <faq id="non-default-port">
+      <question>How can I use a non default port in cvs pserver 
protocol?</question>
+      <answer>
+         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|[EMAIL PROTECTED]:port|cvsroot|module</source>
+      </answer>
+    </faq>
+
+  </part>
+      
+
+
+  <!--
+    <faq id="">
+      <question></question>
+      <answer></answer>
+    </faq>
+  -->
+
+</faqs>
+   

Propchange: maven/maven-1/plugins/trunk/scm/xdocs/faq.fml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/maven-1/plugins/trunk/scm/xdocs/faq.fml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Modified: maven/maven-1/plugins/trunk/scm/xdocs/index.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/scm/xdocs/index.xml?rev=368996&r1=368995&r2=368996&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/scm/xdocs/index.xml (original)
+++ maven/maven-1/plugins/trunk/scm/xdocs/index.xml Fri Jan 13 23:15:55 2006
@@ -35,7 +35,8 @@
         how to <a href="releasing.html">make project releases from SCM</a>.
       </p>
       <p>
-        A reference on the <a href="scmurl.html">SCM URL format</a> is also 
included.
+        Info about the <a 
href="http://maven.apache.org/scm/scm-url-format.html";>SCM URL format</a>
+        used by this plugin can be found at the <a 
href="http://maven.apache.org/scm/";>Maven SCM project</a>.
       </p>
       <p> 
         For a full reference of this plugins capabilities,


Reply via email to