git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@521198 13f79535-47bb-0310-9956-ffa450edef68
51 lines
1.8 KiB
XML
51 lines
1.8 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
/*
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
* contributor license agreements. See the NOTICE file distributed with
|
|
* this work for additional information regarding copyright ownership.
|
|
* The ASF licenses this file to You 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>
|
|
|