<?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>
        A reference on the <a href="scmurl.html">SCM URL format</a> is also included.
      </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>


