You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/08/25 00:52:30 UTC

svn commit: r434554 - in /maven/maven-1/plugins/trunk/changes/xdocs: navigation.xml tags.xml

Author: ltheussl
Date: Thu Aug 24 15:52:29 2006
New Revision: 434554

URL: http://svn.apache.org/viewvc?rev=434554&view=rev
Log:
Add docs for changes:transform tag library

Added:
    maven/maven-1/plugins/trunk/changes/xdocs/tags.xml   (with props)
Modified:
    maven/maven-1/plugins/trunk/changes/xdocs/navigation.xml

Modified: maven/maven-1/plugins/trunk/changes/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/changes/xdocs/navigation.xml?rev=434554&r1=434553&r2=434554&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changes/xdocs/navigation.xml (original)
+++ maven/maven-1/plugins/trunk/changes/xdocs/navigation.xml Thu Aug 24 15:52:29 2006
@@ -31,6 +31,7 @@
     <menu name="Overview">
       <item name="Goals" href="/goals.html"/>
       <item name="Properties" href="/properties.html"/>
+      <item name="Tags" href="/tags.html"/>
     </menu>
   </body>
 </project>

Added: maven/maven-1/plugins/trunk/changes/xdocs/tags.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/changes/xdocs/tags.xml?rev=434554&view=auto
==============================================================================
--- maven/maven-1/plugins/trunk/changes/xdocs/tags.xml (added)
+++ maven/maven-1/plugins/trunk/changes/xdocs/tags.xml Thu Aug 24 15:52:29 2006
@@ -0,0 +1,68 @@
+<?xml version="1.0"?>
+<!-- 
+/*
+ * 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.
+ */
+ -->
+
+<document>
+  <properties>
+    <title>Plugin tags</title>
+  </properties>
+  <body>
+    <section name="Overview">
+      <p>The following tag libraries and tags are provided by this plugin.</p>
+      <ol>
+        <li><a href="#changes:transform_Tag_Library">changes:transform</a>
+          <ol>
+            <li><a href="#release-version_Tag">release-version</a></li>
+          </ol>
+        </li>
+      </ol>
+    </section>
+    <section name="changes:transform Tag Library">
+      <subsection name="release-version Tag">
+        <p>
+          Updates the changes.xml file in preparation for a release.
+          Used by the <code>scm:prepare-release</code> goal.
+        </p>
+        <table>
+          <tr><th>Attribute</th><th>Optional?</th><th>Description</th></tr>
+          <tr>
+            <td>version</td>
+            <td>No</td>
+            <td>The version attribute of the release tag in changes.xml.</td>
+          </tr>
+          <tr>
+            <td>encoding</td>
+            <td>Yes</td>
+            <td>
+              The encoding of changes.xml file.
+              If not given, the property maven.changes.outputencoding will be used.
+            </td>
+          </tr>
+          <tr>
+            <td>date</td>
+            <td>Yes</td>
+            <td>
+              The date attribute of the release tag in changes.xml.
+              If not given, the current date will be used.
+            </td>
+          </tr>
+        </table>
+      </subsection>
+    </section>
+  </body>
+</document>

Propchange: maven/maven-1/plugins/trunk/changes/xdocs/tags.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/maven-1/plugins/trunk/changes/xdocs/tags.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"