maven-plugins/scm/xdocs/index.xml
ltheussl aea9321116 PR: MPSCM-60
Submitted by: Dennis Lundberg
Document use of vertical bar as delimiter


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@368996 13f79535-47bb-0310-9956-ffa450edef68
2006-01-14 07:15:55 +00:00

50 lines
1.6 KiB
XML

<?xml version="1.0"?>
<!--
/*
* Copyright 2001-2005 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.
*/
-->
<document>
<properties>
<title>Maven SCM Plugin</title>
<author email="brett@apache.org">Brett Porter</author>
</properties>
<body>
<section name="Maven SCM Plugin">
<p>
A plugin for SCM tasks, currently CVS and Subversion.
</p>
<p>
This documentation includes information on how to perform
<a href="commontasks.html">common SCM tasks</a> and also
how to <a href="releasing.html">make project releases from SCM</a>.
</p>
<p>
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,
please see the <a href="goals.html">Goals</a> and
<a href="properties.html">Properties</a> documents.
</p>
</section>
</body>
</document>