You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/05/08 13:32:20 UTC

svn commit: r816521 [5/23] - in /websites/production/maventest/content/plugins/maven-release-plugin-latest: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/maven/ apidocs/org/apache/maven/plugins/ apidocs/org/apache/maven/plugins/releas...

Added: websites/production/maventest/content/plugins/maven-release-plugin-latest/apidocs/stylesheet.css
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/apidocs/stylesheet.css (added)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/apidocs/stylesheet.css Tue May  8 11:32:14 2012
@@ -0,0 +1,28 @@
+/* Javadoc style sheet */
+
+/* Define colors, fonts and other style attributes here to override the defaults */
+
+/* Page background color */
+body { background-color: #FFFFFF }
+
+/* Headings */
+h1 { font-size: 145% }
+
+/* Table colors */
+.TableHeadingColor     { background: #CCCCFF } /* Dark mauve */
+.TableSubHeadingColor  { background: #EEEEFF } /* Light mauve */
+.TableRowColor         { background: #FFFFFF } /* White */
+
+/* Font used in left-hand frame lists */
+.FrameTitleFont   { font-size: 100%; font-family: Helvetica, Arial, sans-serif }
+.FrameHeadingFont { font-size:  90%; font-family: Helvetica, Arial, sans-serif }
+.FrameItemFont    { font-size:  90%; font-family: Helvetica, Arial, sans-serif }
+
+/* Navigation bar fonts and colors */
+.NavBarCell1    { background-color:#EEEEFF;} /* Light mauve */
+.NavBarCell1Rev { background-color:#00008B;} /* Dark Blue */
+.NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#000000;}
+.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
+
+.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
+.NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}

Propchange: websites/production/maventest/content/plugins/maven-release-plugin-latest/apidocs/stylesheet.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maventest/content/plugins/maven-release-plugin-latest/apidocs/stylesheet.css
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maventest/content/plugins/maven-release-plugin-latest/branch-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/branch-mojo.html (added)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/branch-mojo.html Tue May  8 11:32:14 2012
@@ -0,0 +1,574 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <title>Maven Release Plugin - release:branch</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+                                                    
+<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+                                                        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+                    </head>
+  <body class="composite">
+    <div id="banner">
+                  <a href="../../" id="bannerLeft">
+    
+                                            <img src="../../images/apache-maven-project-2.png" alt="" />
+    
+            </a>
+                        <a href="../../maven-release" id="bannerRight">
+    
+                                            <img src="../../images/maven-logo-2.gif" alt="" />
+    
+            </a>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+            
+  
+    
+            <div class="xleft">
+          
+                <a href="http://www.apache.org/" class="externalLink">Apache</a>
+                &gt;
+      
+                <a href="../../index.html">Maven</a>
+                &gt;
+      
+                <a href="../index.html">Plugins</a>
+                &gt;
+      
+                <a href="index.html">Maven Release Plugin</a>
+                  </div>
+            <div class="xright">      
+  
+
+  
+    
+            
+  
+    
+             Last Published: 2008-10-27
+              &nbsp;| Version: 2.0-beta-8
+            </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+            
+  
+    
+                   <h5>Overview</h5>
+            <ul>
+              
+    <li class="none">
+                    <a href="index.html">Introduction</a>
+          </li>
+              
+    <li class="none">
+                    <a href="plugin-info.html">Goals</a>
+          </li>
+              
+    <li class="none">
+                    <a href="usage.html">Usage</a>
+          </li>
+              
+    <li class="none">
+                    <a href="faq.html">FAQ</a>
+          </li>
+          </ul>
+              <h5>Examples</h5>
+            <ul>
+              
+    <li class="none">
+                    <a href="examples/perform-release.html">Perform Release</a>
+          </li>
+              
+    <li class="none">
+                    <a href="examples/prepare-release.html">Prepare Release</a>
+          </li>
+              
+    <li class="none">
+                    <a href="examples/generate-release-poms.html">Generate Release POMs</a>
+          </li>
+              
+    <li class="none">
+                    <a href="examples/lock-files.html">Lock Files During Release</a>
+          </li>
+              
+    <li class="none">
+                    <a href="examples/run-goals-before-commit.html">Run Additional Goals Before Commit</a>
+          </li>
+              
+    <li class="none">
+                    <a href="examples/branch.html">Create a Branch</a>
+          </li>
+              
+    <li class="none">
+                    <a href="examples/non-interactive-release.html">Batch Mode Release</a>
+          </li>
+          </ul>
+              <h5>Project Documentation</h5>
+            <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+                    <a href="project-info.html">Project Information</a>
+                </li>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+                    <a href="project-reports.html">Project Reports</a>
+                </li>
+          </ul>
+              <h5>Maven Projects</h5>
+            <ul>
+              
+    <li class="none">
+                    <a href="../../ant-tasks/index.html">Ant Tasks</a>
+          </li>
+              
+    <li class="none">
+                    <a href="../../doxia/index.html">Doxia</a>
+          </li>
+              
+    <li class="none">
+                    <a href="../../jxr/index.html">JXR</a>
+          </li>
+              
+    <li class="none">
+                    <a href="../../maven-1.x/index.html">Maven 1.x</a>
+          </li>
+              
+    <li class="none">
+                    <a href="../../index.html">Maven 2</a>
+          </li>
+              
+    <li class="none">
+                    <a href="../index.html">Plugins</a>
+          </li>
+              
+    <li class="none">
+                    <a href="../../scm/index.html">SCM</a>
+          </li>
+              
+    <li class="none">
+                    <a href="../../shared/index.html">Shared Components</a>
+          </li>
+              
+    <li class="none">
+                    <a href="../../surefire/index.html">Surefire</a>
+          </li>
+              
+    <li class="none">
+                    <a href="../../wagon/index.html">Wagon</a>
+          </li>
+          </ul>
+                                           <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+          </a>
+                       
+  
+
+  
+    
+            
+  
+    
+        </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2><a name="release:branch"></a>release:branch</h2>
+<p><strong>Full name</strong>:</p>
+<p>org.apache.maven.plugins:maven-release-plugin:2.0-beta-8:branch</p>
+<p><strong>Description</strong>:</p>
+<div>Branch a project in SCM.</div><p><strong>Attributes</strong>:</p>
+<ul><li>Requires a Maven 2.0 project to be executed.</li>
+<li>Executes as an aggregator plugin.</li>
+</ul>
+<div class="section"><h3><a name="Optional_Parameters"></a>Optional Parameters</h3>
+<table class="bodyTable"><tr class="a"><th>Name</th>
+<th>Type</th>
+<th>Since</th>
+<th>Description</th>
+</tr>
+<tr class="b"><td><strong><a href="#addSchema">addSchema</a></strong></td>
+<td><code>boolean</code></td>
+<td><code>-</code></td>
+<td>Whether to add a schema to the POM if it was previously missing on
+release. Default value is: <code>true</code>.</td>
+</tr>
+<tr class="a"><td><strong><a href="#arguments">arguments</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>Additional arguments to pass to the Maven executions, separated by
+spaces. </td>
+</tr>
+<tr class="b"><td><strong><a href="#autoVersionSubmodules">autoVersionSubmodules</a></strong></td>
+<td><code>boolean</code></td>
+<td><code>-</code></td>
+<td>Whether to automatically assign submodules the parent version. If
+set to false, the user will be prompted for the version of each
+submodules. Default value is: <code>false</code>.</td>
+</tr>
+<tr class="a"><td><strong><a href="#branchName">branchName</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The branch name to use. </td>
+</tr>
+<tr class="b"><td><strong><a href="#dryRun">dryRun</a></strong></td>
+<td><code>boolean</code></td>
+<td><code>-</code></td>
+<td>Dry run: don't checkin or tag anything in the scm repository, or
+modify the checkout. Running <code>mvn -DdryRun=true
+release:prepare</code> is useful in order to check that
+modifications to poms and scm operations (only listed on the
+console) are working as expected. Modified POMs are written
+alongside the originals without modifying them. Default value is: <code>false</code>.</td>
+</tr>
+<tr class="a"><td><strong><a href="#javaHome">javaHome</a></strong></td>
+<td><code>File</code></td>
+<td><code>-</code></td>
+<td>The JAVA_HOME parameter to use for forked Maven invocations. Default value is: <code>${java.home}</code>.</td>
+</tr>
+<tr class="b"><td><strong><a href="#localRepoDirectory">localRepoDirectory</a></strong></td>
+<td><code>File</code></td>
+<td><code>-</code></td>
+<td>The command-line local repository directory in use for this build
+(if specified). Default value is: <code>${maven.repo.local}</code>.</td>
+</tr>
+<tr class="a"><td><strong><a href="#mavenExecutorId">mavenExecutorId</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>Role hint of the <code>MavenExecutor</code> implementation to use. Default value is: <code>invoker</code>.</td>
+</tr>
+<tr class="b"><td><strong><a href="#mavenHome">mavenHome</a></strong></td>
+<td><code>File</code></td>
+<td><code>-</code></td>
+<td>The M2_HOME parameter to use for forked Maven invocations. Default value is: <code>${maven.home}</code>.</td>
+</tr>
+<tr class="a"><td><strong><a href="#password">password</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The SCM password to use. </td>
+</tr>
+<tr class="b"><td><strong><a href="#pomFileName">pomFileName</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The file name of the POM to execute any goals against. </td>
+</tr>
+<tr class="a"><td><strong><a href="#providerImplementations">providerImplementations</a></strong></td>
+<td><code>Map</code></td>
+<td><code>-</code></td>
+<td>List of provider implementations. </td>
+</tr>
+<tr class="b"><td><strong><a href="#scmCommentPrefix">scmCommentPrefix</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The message prefix to use for all SCM changes. Default value is: <code>[maven-release-plugin] </code>.</td>
+</tr>
+<tr class="a"><td><strong><a href="#tag">tag</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The SCM tag to use. </td>
+</tr>
+<tr class="b"><td><strong><a href="#tagBase">tagBase</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The tag base directory in SVN, you must define it if you don't use
+the standard svn layout (trunk/tags/branches). For example,
+<code>http://svn.apache.org/repos/asf/maven/plugins/tags</code>.
+The URL is an SVN URL and does not include the SCM provider and
+protocol. </td>
+</tr>
+<tr class="a"><td><strong><a href="#updateBranchVersions">updateBranchVersions</a></strong></td>
+<td><code>boolean</code></td>
+<td><code>-</code></td>
+<td>Whether to update versions in the branch. Default value is: <code>false</code>.</td>
+</tr>
+<tr class="b"><td><strong><a href="#updateDependencies">updateDependencies</a></strong></td>
+<td><code>boolean</code></td>
+<td><code>-</code></td>
+<td>Whether to update dependencies version to the next development
+version. Default value is: <code>true</code>.</td>
+</tr>
+<tr class="a"><td><strong><a href="#updateVersionsToSnapshot">updateVersionsToSnapshot</a></strong></td>
+<td><code>boolean</code></td>
+<td><code>-</code></td>
+<td>Whether to update versions to SNAPSHOT in the branch. Default value is: <code>true</code>.</td>
+</tr>
+<tr class="b"><td><strong><a href="#updateWorkingCopyVersions">updateWorkingCopyVersions</a></strong></td>
+<td><code>boolean</code></td>
+<td><code>-</code></td>
+<td>Whether to update versions in the working copy. Default value is: <code>true</code>.</td>
+</tr>
+<tr class="a"><td><strong><a href="#useEditMode">useEditMode</a></strong></td>
+<td><code>boolean</code></td>
+<td><code>-</code></td>
+<td>Whether to use &quot;edit&quot; mode on the SCM, to lock the file for editing
+during SCM operations. Default value is: <code>false</code>.</td>
+</tr>
+<tr class="b"><td><strong><a href="#username">username</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The SCM username to use. </td>
+</tr>
+</table>
+</div>
+<div class="section"><h3><a name="Parameter_Details"></a>Parameter Details</h3>
+<p><strong><a name="addSchema">addSchema</a>:</strong></p>
+<div>Whether to add a schema to the POM if it was previously missing on
+release.</div><ul><li><strong>Type</strong>: <code>boolean</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${addSchema}</code></li>
+<li><strong>Default</strong>: <code>true</code></li>
+</ul>
+<hr />
+<p><strong><a name="arguments">arguments</a>:</strong></p>
+<div>Additional arguments to pass to the Maven executions, separated by
+spaces.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${arguments}</code></li>
+</ul>
+<hr />
+<p><strong><a name="autoVersionSubmodules">autoVersionSubmodules</a>:</strong></p>
+<div>Whether to automatically assign submodules the parent version. If
+set to false, the user will be prompted for the version of each
+submodules.</div><ul><li><strong>Type</strong>: <code>boolean</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${autoVersionSubmodules}</code></li>
+<li><strong>Default</strong>: <code>false</code></li>
+</ul>
+<hr />
+<p><strong><a name="branchName">branchName</a>:</strong></p>
+<div>The branch name to use.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${branchName}</code></li>
+</ul>
+<hr />
+<p><strong><a name="dryRun">dryRun</a>:</strong></p>
+<div>Dry run: don't checkin or tag anything in the scm repository, or
+modify the checkout. Running <code>mvn -DdryRun=true
+release:prepare</code> is useful in order to check that
+modifications to poms and scm operations (only listed on the
+console) are working as expected. Modified POMs are written
+alongside the originals without modifying them.</div><ul><li><strong>Type</strong>: <code>boolean</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${dryRun}</code></li>
+<li><strong>Default</strong>: <code>false</code></li>
+</ul>
+<hr />
+<p><strong><a name="javaHome">javaHome</a>:</strong></p>
+<div>The JAVA_HOME parameter to use for forked Maven invocations.</div><ul><li><strong>Type</strong>: <code>java.io.File</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Default</strong>: <code>${java.home}</code></li>
+</ul>
+<hr />
+<p><strong><a name="localRepoDirectory">localRepoDirectory</a>:</strong></p>
+<div>The command-line local repository directory in use for this build
+(if specified).</div><ul><li><strong>Type</strong>: <code>java.io.File</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Default</strong>: <code>${maven.repo.local}</code></li>
+</ul>
+<hr />
+<p><strong><a name="mavenExecutorId">mavenExecutorId</a>:</strong></p>
+<div>Role hint of the <code>MavenExecutor</code> implementation to use.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${mavenExecutorId}</code></li>
+<li><strong>Default</strong>: <code>invoker</code></li>
+</ul>
+<hr />
+<p><strong><a name="mavenHome">mavenHome</a>:</strong></p>
+<div>The M2_HOME parameter to use for forked Maven invocations.</div><ul><li><strong>Type</strong>: <code>java.io.File</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Default</strong>: <code>${maven.home}</code></li>
+</ul>
+<hr />
+<p><strong><a name="password">password</a>:</strong></p>
+<div>The SCM password to use.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${password}</code></li>
+</ul>
+<hr />
+<p><strong><a name="pomFileName">pomFileName</a>:</strong></p>
+<div>The file name of the POM to execute any goals against.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${pomFileName}</code></li>
+</ul>
+<hr />
+<p><strong><a name="providerImplementations">providerImplementations</a>:</strong></p>
+<div>List of provider implementations.</div><ul><li><strong>Type</strong>: <code>java.util.Map</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+</ul>
+<hr />
+<p><strong><a name="scmCommentPrefix">scmCommentPrefix</a>:</strong></p>
+<div>The message prefix to use for all SCM changes.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${scmCommentPrefix}</code></li>
+<li><strong>Default</strong>: <code>[maven-release-plugin] </code></li>
+</ul>
+<hr />
+<p><strong><a name="tag">tag</a>:</strong></p>
+<div>The SCM tag to use.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${tag}</code></li>
+</ul>
+<hr />
+<p><strong><a name="tagBase">tagBase</a>:</strong></p>
+<div>The tag base directory in SVN, you must define it if you don't use
+the standard svn layout (trunk/tags/branches). For example,
+<code>http://svn.apache.org/repos/asf/maven/plugins/tags</code>.
+The URL is an SVN URL and does not include the SCM provider and
+protocol.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${tagBase}</code></li>
+</ul>
+<hr />
+<p><strong><a name="updateBranchVersions">updateBranchVersions</a>:</strong></p>
+<div>Whether to update versions in the branch.</div><ul><li><strong>Type</strong>: <code>boolean</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${updateBranchVersions}</code></li>
+<li><strong>Default</strong>: <code>false</code></li>
+</ul>
+<hr />
+<p><strong><a name="updateDependencies">updateDependencies</a>:</strong></p>
+<div>Whether to update dependencies version to the next development
+version.</div><ul><li><strong>Type</strong>: <code>boolean</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${updateDependencies}</code></li>
+<li><strong>Default</strong>: <code>true</code></li>
+</ul>
+<hr />
+<p><strong><a name="updateVersionsToSnapshot">updateVersionsToSnapshot</a>:</strong></p>
+<div>Whether to update versions to SNAPSHOT in the branch.</div><ul><li><strong>Type</strong>: <code>boolean</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${updateVersionsToSnapshot}</code></li>
+<li><strong>Default</strong>: <code>true</code></li>
+</ul>
+<hr />
+<p><strong><a name="updateWorkingCopyVersions">updateWorkingCopyVersions</a>:</strong></p>
+<div>Whether to update versions in the working copy.</div><ul><li><strong>Type</strong>: <code>boolean</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${updateWorkingCopyVersions}</code></li>
+<li><strong>Default</strong>: <code>true</code></li>
+</ul>
+<hr />
+<p><strong><a name="useEditMode">useEditMode</a>:</strong></p>
+<div>Whether to use &quot;edit&quot; mode on the SCM, to lock the file for editing
+during SCM operations.</div><ul><li><strong>Type</strong>: <code>boolean</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${useEditMode}</code></li>
+<li><strong>Default</strong>: <code>false</code></li>
+</ul>
+<hr />
+<p><strong><a name="username">username</a>:</strong></p>
+<div>The SCM username to use.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${username}</code></li>
+</ul>
+</div>
+</div>
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2002-2008
+    
+          The Apache Software Foundation
+          
+  
+
+  
+    
+            
+  
+    
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Propchange: websites/production/maventest/content/plugins/maven-release-plugin-latest/branch-mojo.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maventest/content/plugins/maven-release-plugin-latest/branch-mojo.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maventest/content/plugins/maven-release-plugin-latest/checkstyle.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/checkstyle.html (added)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/checkstyle.html Tue May  8 11:32:14 2012
@@ -0,0 +1,593 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <title>Maven Release Plugin - Checkstyle Results</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+                                                    
+<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+                                                        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+                    </head>
+  <body class="composite">
+    <div id="banner">
+                  <a href="../../" id="bannerLeft">
+    
+                                            <img src="../../images/apache-maven-project-2.png" alt="" />
+    
+            </a>
+                        <a href="../../maven-release" id="bannerRight">
+    
+                                            <img src="../../images/maven-logo-2.gif" alt="" />
+    
+            </a>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+            
+  
+    
+            <div class="xleft">
+          
+                <a href="http://www.apache.org/" class="externalLink">Apache</a>
+                &gt;
+      
+                <a href="../../index.html">Maven</a>
+                &gt;
+      
+                <a href="../index.html">Plugins</a>
+                &gt;
+      
+                <a href="index.html">Maven Release Plugin</a>
+                  </div>
+            <div class="xright">      
+  
+
+  
+    
+            
+  
+    
+             Last Published: 2008-10-27
+              &nbsp;| Version: 2.0-beta-8
+            </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+            
+  
+    
+                   <h5>Overview</h5>
+            <ul>
+              
+    <li class="none">
+                    <a href="index.html">Introduction</a>
+          </li>
+              
+    <li class="none">
+                    <a href="plugin-info.html">Goals</a>
+          </li>
+              
+    <li class="none">
+                    <a href="usage.html">Usage</a>
+          </li>
+              
+    <li class="none">
+                    <a href="faq.html">FAQ</a>
+          </li>
+          </ul>
+              <h5>Examples</h5>
+            <ul>
+              
+    <li class="none">
+                    <a href="examples/perform-release.html">Perform Release</a>
+          </li>
+              
+    <li class="none">
+                    <a href="examples/prepare-release.html">Prepare Release</a>
+          </li>
+              
+    <li class="none">
+                    <a href="examples/generate-release-poms.html">Generate Release POMs</a>
+          </li>
+              
+    <li class="none">
+                    <a href="examples/lock-files.html">Lock Files During Release</a>
+          </li>
+              
+    <li class="none">
+                    <a href="examples/run-goals-before-commit.html">Run Additional Goals Before Commit</a>
+          </li>
+              
+    <li class="none">
+                    <a href="examples/branch.html">Create a Branch</a>
+          </li>
+              
+    <li class="none">
+                    <a href="examples/non-interactive-release.html">Batch Mode Release</a>
+          </li>
+          </ul>
+              <h5>Project Documentation</h5>
+            <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+                    <a href="project-info.html">Project Information</a>
+                </li>
+              
+                
+              
+            
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+            <li class="expanded">
+                    <a href="project-reports.html">Project Reports</a>
+                  <ul>
+                  
+    <li class="none">
+              <strong>Checkstyle</strong>
+        </li>
+                  
+    <li class="none">
+                    <a href="cobertura/index.html">Cobertura Test Coverage</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="cpd.html">CPD Report</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="apidocs/index.html">JavaDocs</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="plugin-info.html">Plugin Documentation</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="pmd.html">PMD Report</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="xref/index.html">Source Xref</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="surefire-report.html">Surefire Report</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="taglist.html">Tag List</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="testapidocs/index.html">Test JavaDocs</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="xref-test/index.html">Test Source Xref</a>
+          </li>
+              </ul>
+        </li>
+          </ul>
+              <h5>Maven Projects</h5>
+            <ul>
+              
+    <li class="none">
+                    <a href="../../ant-tasks/index.html">Ant Tasks</a>
+          </li>
+              
+    <li class="none">
+                    <a href="../../doxia/index.html">Doxia</a>
+          </li>
+              
+    <li class="none">
+                    <a href="../../jxr/index.html">JXR</a>
+          </li>
+              
+    <li class="none">
+                    <a href="../../maven-1.x/index.html">Maven 1.x</a>
+          </li>
+              
+    <li class="none">
+                    <a href="../../index.html">Maven 2</a>
+          </li>
+              
+    <li class="none">
+                    <a href="../index.html">Plugins</a>
+          </li>
+              
+    <li class="none">
+                    <a href="../../scm/index.html">SCM</a>
+          </li>
+              
+    <li class="none">
+                    <a href="../../shared/index.html">Shared Components</a>
+          </li>
+              
+    <li class="none">
+                    <a href="../../surefire/index.html">Surefire</a>
+          </li>
+              
+    <li class="none">
+                    <a href="../../wagon/index.html">Wagon</a>
+          </li>
+          </ul>
+                                           <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+          </a>
+                       
+  
+
+  
+    
+            
+  
+    
+        </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Checkstyle Results</h2>
+<p>The following document contains the results of <a href="http://checkstyle.sourceforge.net/" class="externalLink">Checkstyle</a>.&#160;<a href="#checkstyle.rss"><img alt="rss feed" src="images/rss.png" /></a></p>
+</div>
+<div class="section"><h2>Summary</h2>
+<table class="bodyTable"><tr class="a"><th>Files</th>
+<th>Infos&#160;<img alt="Infos" src="images/icon_info_sml.gif" /></th>
+<th>Warnings&#160;<img alt="Warnings" src="images/icon_warning_sml.gif" /></th>
+<th>Errors&#160;<img alt="Errors" src="images/icon_error_sml.gif" /></th>
+</tr>
+<tr class="b"><td>7</td>
+<td>0</td>
+<td>1</td>
+<td>0</td>
+</tr>
+</table>
+</div>
+<div class="section"><h2>Files</h2>
+<table class="bodyTable"><tr class="a"><th>Files</th>
+<th>I&#160;<img alt="Infos" src="images/icon_info_sml.gif" /></th>
+<th>W&#160;<img alt="Warnings" src="images/icon_warning_sml.gif" /></th>
+<th>E&#160;<img alt="Errors" src="images/icon_error_sml.gif" /></th>
+</tr>
+<tr class="b"><td><a href="#org.apache.maven.plugins.release.AbstractReleaseMojo.java">org/apache/maven/plugins/release/AbstractReleaseMojo.java</a></td>
+<td>0</td>
+<td>1</td>
+<td>0</td>
+</tr>
+</table>
+</div>
+<div class="section"><h2>Rules</h2>
+<table class="bodyTable"><tr class="a"><th>Rules</th>
+<th>Violations</th>
+<th>Severity</th>
+</tr>
+<tr class="b"><td>LeftCurly<ul><li><b>option</b>: <tt>&quot;nl&quot;</tt></li>
+</ul>
+</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="a"><td>RightCurly<ul><li><b>option</b>: <tt>&quot;alone&quot;</tt></li>
+</ul>
+</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="b"><td>LineLength<ul><li><b>ignorePattern</b>: <tt>&quot;@version|@see|@todo|TODO&quot;</tt></li>
+<li><b>max</b>: <tt>&quot;120&quot;</tt></li>
+</ul>
+</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="a"><td>MemberName</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="b"><td>JavadocMethod</td>
+<td>0</td>
+<td><img alt="Warnings" src="images/icon_warning_sml.gif" />&#160;Warning</td>
+</tr>
+<tr class="a"><td>JavadocType</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="b"><td>JavadocVariable</td>
+<td>0</td>
+<td><img alt="Infos" src="images/icon_info_sml.gif" />&#160;Info</td>
+</tr>
+<tr class="a"><td>ConstantName</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="b"><td>LocalFinalVariableName</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="a"><td>LocalVariableName</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="b"><td>MethodName</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="a"><td>PackageName</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="b"><td>ParameterName</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="a"><td>StaticVariableName</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="b"><td>TypeName</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="a"><td>RegexpHeader<ul><li><b>headerFile</b>: <tt>&quot;target/checkstyle-header.txt&quot;</tt></li>
+</ul>
+</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="b"><td>AvoidStarImport</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="a"><td>IllegalImport</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="b"><td>RedundantImport</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="a"><td>UnusedImports</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="b"><td>FileLength</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="a"><td>MethodLength</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="b"><td>ParameterNumber</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="a"><td>EmptyForIteratorPad<ul><li><b>option</b>: <tt>&quot;space&quot;</tt></li>
+</ul>
+</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="b"><td>OperatorWrap</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="a"><td>ParenPad<ul><li><b>option</b>: <tt>&quot;space&quot;</tt></li>
+</ul>
+</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="b"><td>TabCharacter</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="a"><td>WhitespaceAfter</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="b"><td>WhitespaceAround</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="a"><td>ModifierOrder</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="b"><td>RedundantModifier</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="a"><td>AvoidNestedBlocks</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="b"><td>EmptyBlock<ul><li><b>option</b>: <tt>&quot;text&quot;</tt></li>
+</ul>
+</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="a"><td>NeedBraces</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="b"><td>DoubleCheckedLocking</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="a"><td>EmptyStatement</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="b"><td>EqualsHashCode</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="a"><td>HiddenField<ul><li><b>ignoreConstructorParameter</b>: <tt>&quot;true&quot;</tt></li>
+<li><b>ignoreSetter</b>: <tt>&quot;true&quot;</tt></li>
+</ul>
+</td>
+<td>1</td>
+<td><img alt="Warnings" src="images/icon_warning_sml.gif" />&#160;Warning</td>
+</tr>
+<tr class="b"><td>IllegalInstantiation</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="a"><td>InnerAssignment</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="b"><td>MagicNumber<ul><li><b>ignoreNumbers</b>: <tt>&quot;-4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 32, 64, 100, 128, 256, 512, 1000, 1024&quot;</tt></li>
+</ul>
+</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="a"><td>MissingSwitchDefault</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="b"><td>RedundantThrows</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="a"><td>SimplifyBooleanExpression</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="b"><td>SimplifyBooleanReturn</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="a"><td>InterfaceIsType</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="b"><td>VisibilityModifier<ul><li><b>protectedAllowed</b>: <tt>&quot;true&quot;</tt></li>
+</ul>
+</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+<tr class="a"><td>UpperEll</td>
+<td>0</td>
+<td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td>
+</tr>
+</table>
+</div>
+<div class="section"><h2>Details</h2>
+<div class="section"><h3><a name="org.apache.maven.plugins.release.AbstractReleaseMojo.java"></a>org/apache/maven/plugins/release/AbstractReleaseMojo.java</h3>
+<table class="bodyTable"><tr class="b"><th>Violation</th>
+<th>Message</th>
+<th>Line</th>
+</tr>
+<tr class="a"><td><img alt="Warnings" src="images/icon_warning_sml.gif" /></td>
+<td>'arguments' hides a field.</td>
+<td><a href="./xref/org/apache/maven/plugins/release/AbstractReleaseMojo.html#231">231</a></td>
+</tr>
+</table>
+</div>
+</div>
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2002-2008
+    
+          The Apache Software Foundation
+          
+  
+
+  
+    
+            
+  
+    
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Propchange: websites/production/maventest/content/plugins/maven-release-plugin-latest/checkstyle.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maventest/content/plugins/maven-release-plugin-latest/checkstyle.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maventest/content/plugins/maven-release-plugin-latest/checkstyle.rss
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/checkstyle.rss (added)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/checkstyle.rss Tue May  8 11:32:14 2012
@@ -0,0 +1,135 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<rss version="0.91">
+  <channel>
+    <title>Maven Release Plugin - Checkstyle report</title>
+    <link>http://maven.apache.org/plugins/maven-release-plugin/</link>
+    <description>Maven Release Plugin - Checkstyle report</description>
+    <language>en-us</language>
+    <copyright>&#169;2002 - 2008 The Apache Software Foundation</copyright>
+    <item>
+      <title>File: 7,
+             Errors: 0,
+             Warnings: 1,
+             Infos: 0
+      </title>
+            <link>http://maven.apache.org/plugins/maven-release-plugin//checkstyle.html</link>
+      <description>
+        <p>Click <a href="http://maven.apache.org/plugins/maven-release-plugin//checkstyle.html">here</a> for the full Checkstyle report.</p>
+
+        <table summary="Files" boder="1">
+          <thead>
+            <tr>
+              <th>Files</th>
+              <th style="width:30px;"><abbr title="Info">I</abbr></th>
+              <th style="width:30px;"><abbr title="Warning">W</abbr></th>
+              <th style="width:30px;"><abbr title="Error">E</abbr></th>
+            </tr>
+          </thead>
+          <tbody>
+                          <tr>
+                <td>
+                  <a href="http://maven.apache.org/plugins/maven-release-plugin//checkstyle.html#org.apache.maven.plugins.release.RollbackReleaseMojo.java">org/apache/maven/plugins/release/RollbackReleaseMojo.java</a>
+                </td>
+                <td>
+                  0
+                </td>
+                <td>
+                  0
+                </td>
+                <td>
+                  0
+                </td>
+              </tr>
+                          <tr>
+                <td>
+                  <a href="http://maven.apache.org/plugins/maven-release-plugin//checkstyle.html#org.apache.maven.plugins.release.PerformReleaseMojo.java">org/apache/maven/plugins/release/PerformReleaseMojo.java</a>
+                </td>
+                <td>
+                  0
+                </td>
+                <td>
+                  0
+                </td>
+                <td>
+                  0
+                </td>
+              </tr>
+                          <tr>
+                <td>
+                  <a href="http://maven.apache.org/plugins/maven-release-plugin//checkstyle.html#org.apache.maven.plugins.release.CleanReleaseMojo.java">org/apache/maven/plugins/release/CleanReleaseMojo.java</a>
+                </td>
+                <td>
+                  0
+                </td>
+                <td>
+                  0
+                </td>
+                <td>
+                  0
+                </td>
+              </tr>
+                          <tr>
+                <td>
+                  <a href="http://maven.apache.org/plugins/maven-release-plugin//checkstyle.html#org.apache.maven.plugins.release.StageReleaseMojo.java">org/apache/maven/plugins/release/StageReleaseMojo.java</a>
+                </td>
+                <td>
+                  0
+                </td>
+                <td>
+                  0
+                </td>
+                <td>
+                  0
+                </td>
+              </tr>
+                          <tr>
+                <td>
+                  <a href="http://maven.apache.org/plugins/maven-release-plugin//checkstyle.html#org.apache.maven.plugins.release.PrepareReleaseMojo.java">org/apache/maven/plugins/release/PrepareReleaseMojo.java</a>
+                </td>
+                <td>
+                  0
+                </td>
+                <td>
+                  0
+                </td>
+                <td>
+                  0
+                </td>
+              </tr>
+                          <tr>
+                <td>
+                  <a href="http://maven.apache.org/plugins/maven-release-plugin//checkstyle.html#org.apache.maven.plugins.release.BranchReleaseMojo.java">org/apache/maven/plugins/release/BranchReleaseMojo.java</a>
+                </td>
+                <td>
+                  0
+                </td>
+                <td>
+                  0
+                </td>
+                <td>
+                  0
+                </td>
+              </tr>
+                          <tr>
+                <td>
+                  <a href="http://maven.apache.org/plugins/maven-release-plugin//checkstyle.html#org.apache.maven.plugins.release.AbstractReleaseMojo.java">org/apache/maven/plugins/release/AbstractReleaseMojo.java</a>
+                </td>
+                <td>
+                  0
+                </td>
+                <td>
+                  1
+                </td>
+                <td>
+                  0
+                </td>
+              </tr>
+                      </tbody>
+        </table>
+        
+      </description>
+    </item>
+  </channel>
+</rss>
+

Propchange: websites/production/maventest/content/plugins/maven-release-plugin-latest/checkstyle.rss
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maventest/content/plugins/maven-release-plugin-latest/checkstyle.rss
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maventest/content/plugins/maven-release-plugin-latest/clean-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/clean-mojo.html (added)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/clean-mojo.html Tue May  8 11:32:14 2012
@@ -0,0 +1,447 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <title>Maven Release Plugin - release:clean</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+                                                    
+<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+                                                        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+                    </head>
+  <body class="composite">
+    <div id="banner">
+                  <a href="../../" id="bannerLeft">
+    
+                                            <img src="../../images/apache-maven-project-2.png" alt="" />
+    
+            </a>
+                        <a href="../../maven-release" id="bannerRight">
+    
+                                            <img src="../../images/maven-logo-2.gif" alt="" />
+    
+            </a>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+            
+  
+    
+            <div class="xleft">
+          
+                <a href="http://www.apache.org/" class="externalLink">Apache</a>
+                &gt;
+      
+                <a href="../../index.html">Maven</a>
+                &gt;
+      
+                <a href="../index.html">Plugins</a>
+                &gt;
+      
+                <a href="index.html">Maven Release Plugin</a>
+                  </div>
+            <div class="xright">      
+  
+
+  
+    
+            
+  
+    
+             Last Published: 2008-10-27
+              &nbsp;| Version: 2.0-beta-8
+            </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+            
+  
+    
+                   <h5>Overview</h5>
+            <ul>
+              
+    <li class="none">
+                    <a href="index.html">Introduction</a>
+          </li>
+              
+    <li class="none">
+                    <a href="plugin-info.html">Goals</a>
+          </li>
+              
+    <li class="none">
+                    <a href="usage.html">Usage</a>
+          </li>
+              
+    <li class="none">
+                    <a href="faq.html">FAQ</a>
+          </li>
+          </ul>
+              <h5>Examples</h5>
+            <ul>
+              
+    <li class="none">
+                    <a href="examples/perform-release.html">Perform Release</a>
+          </li>
+              
+    <li class="none">
+                    <a href="examples/prepare-release.html">Prepare Release</a>
+          </li>
+              
+    <li class="none">
+                    <a href="examples/generate-release-poms.html">Generate Release POMs</a>
+          </li>
+              
+    <li class="none">
+                    <a href="examples/lock-files.html">Lock Files During Release</a>
+          </li>
+              
+    <li class="none">
+                    <a href="examples/run-goals-before-commit.html">Run Additional Goals Before Commit</a>
+          </li>
+              
+    <li class="none">
+                    <a href="examples/branch.html">Create a Branch</a>
+          </li>
+              
+    <li class="none">
+                    <a href="examples/non-interactive-release.html">Batch Mode Release</a>
+          </li>
+          </ul>
+              <h5>Project Documentation</h5>
+            <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+                    <a href="project-info.html">Project Information</a>
+                </li>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+                    <a href="project-reports.html">Project Reports</a>
+                </li>
+          </ul>
+              <h5>Maven Projects</h5>
+            <ul>
+              
+    <li class="none">
+                    <a href="../../ant-tasks/index.html">Ant Tasks</a>
+          </li>
+              
+    <li class="none">
+                    <a href="../../doxia/index.html">Doxia</a>
+          </li>
+              
+    <li class="none">
+                    <a href="../../jxr/index.html">JXR</a>
+          </li>
+              
+    <li class="none">
+                    <a href="../../maven-1.x/index.html">Maven 1.x</a>
+          </li>
+              
+    <li class="none">
+                    <a href="../../index.html">Maven 2</a>
+          </li>
+              
+    <li class="none">
+                    <a href="../index.html">Plugins</a>
+          </li>
+              
+    <li class="none">
+                    <a href="../../scm/index.html">SCM</a>
+          </li>
+              
+    <li class="none">
+                    <a href="../../shared/index.html">Shared Components</a>
+          </li>
+              
+    <li class="none">
+                    <a href="../../surefire/index.html">Surefire</a>
+          </li>
+              
+    <li class="none">
+                    <a href="../../wagon/index.html">Wagon</a>
+          </li>
+          </ul>
+                                           <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+          </a>
+                       
+  
+
+  
+    
+            
+  
+    
+        </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2><a name="release:clean"></a>release:clean</h2>
+<p><strong>Full name</strong>:</p>
+<p>org.apache.maven.plugins:maven-release-plugin:2.0-beta-8:clean</p>
+<p><strong>Description</strong>:</p>
+<div>Clean up after a release preparation.</div><p><strong>Attributes</strong>:</p>
+<ul><li>Requires a Maven 2.0 project to be executed.</li>
+<li>Executes as an aggregator plugin.</li>
+</ul>
+<div class="section"><h3><a name="Optional_Parameters"></a>Optional Parameters</h3>
+<table class="bodyTable"><tr class="a"><th>Name</th>
+<th>Type</th>
+<th>Since</th>
+<th>Description</th>
+</tr>
+<tr class="b"><td><strong><a href="#arguments">arguments</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>Additional arguments to pass to the Maven executions, separated by
+spaces. </td>
+</tr>
+<tr class="a"><td><strong><a href="#javaHome">javaHome</a></strong></td>
+<td><code>File</code></td>
+<td><code>-</code></td>
+<td>The JAVA_HOME parameter to use for forked Maven invocations. Default value is: <code>${java.home}</code>.</td>
+</tr>
+<tr class="b"><td><strong><a href="#localRepoDirectory">localRepoDirectory</a></strong></td>
+<td><code>File</code></td>
+<td><code>-</code></td>
+<td>The command-line local repository directory in use for this build
+(if specified). Default value is: <code>${maven.repo.local}</code>.</td>
+</tr>
+<tr class="a"><td><strong><a href="#mavenExecutorId">mavenExecutorId</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>Role hint of the <code>MavenExecutor</code> implementation to use. Default value is: <code>invoker</code>.</td>
+</tr>
+<tr class="b"><td><strong><a href="#mavenHome">mavenHome</a></strong></td>
+<td><code>File</code></td>
+<td><code>-</code></td>
+<td>The M2_HOME parameter to use for forked Maven invocations. Default value is: <code>${maven.home}</code>.</td>
+</tr>
+<tr class="a"><td><strong><a href="#password">password</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The SCM password to use. </td>
+</tr>
+<tr class="b"><td><strong><a href="#pomFileName">pomFileName</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The file name of the POM to execute any goals against. </td>
+</tr>
+<tr class="a"><td><strong><a href="#providerImplementations">providerImplementations</a></strong></td>
+<td><code>Map</code></td>
+<td><code>-</code></td>
+<td>List of provider implementations. </td>
+</tr>
+<tr class="b"><td><strong><a href="#scmCommentPrefix">scmCommentPrefix</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The message prefix to use for all SCM changes. Default value is: <code>[maven-release-plugin] </code>.</td>
+</tr>
+<tr class="a"><td><strong><a href="#tag">tag</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The SCM tag to use. </td>
+</tr>
+<tr class="b"><td><strong><a href="#tagBase">tagBase</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The tag base directory in SVN, you must define it if you don't use
+the standard svn layout (trunk/tags/branches). For example,
+<code>http://svn.apache.org/repos/asf/maven/plugins/tags</code>.
+The URL is an SVN URL and does not include the SCM provider and
+protocol. </td>
+</tr>
+<tr class="a"><td><strong><a href="#username">username</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The SCM username to use. </td>
+</tr>
+</table>
+</div>
+<div class="section"><h3><a name="Parameter_Details"></a>Parameter Details</h3>
+<p><strong><a name="arguments">arguments</a>:</strong></p>
+<div>Additional arguments to pass to the Maven executions, separated by
+spaces.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${arguments}</code></li>
+</ul>
+<hr />
+<p><strong><a name="javaHome">javaHome</a>:</strong></p>
+<div>The JAVA_HOME parameter to use for forked Maven invocations.</div><ul><li><strong>Type</strong>: <code>java.io.File</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Default</strong>: <code>${java.home}</code></li>
+</ul>
+<hr />
+<p><strong><a name="localRepoDirectory">localRepoDirectory</a>:</strong></p>
+<div>The command-line local repository directory in use for this build
+(if specified).</div><ul><li><strong>Type</strong>: <code>java.io.File</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Default</strong>: <code>${maven.repo.local}</code></li>
+</ul>
+<hr />
+<p><strong><a name="mavenExecutorId">mavenExecutorId</a>:</strong></p>
+<div>Role hint of the <code>MavenExecutor</code> implementation to use.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${mavenExecutorId}</code></li>
+<li><strong>Default</strong>: <code>invoker</code></li>
+</ul>
+<hr />
+<p><strong><a name="mavenHome">mavenHome</a>:</strong></p>
+<div>The M2_HOME parameter to use for forked Maven invocations.</div><ul><li><strong>Type</strong>: <code>java.io.File</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Default</strong>: <code>${maven.home}</code></li>
+</ul>
+<hr />
+<p><strong><a name="password">password</a>:</strong></p>
+<div>The SCM password to use.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${password}</code></li>
+</ul>
+<hr />
+<p><strong><a name="pomFileName">pomFileName</a>:</strong></p>
+<div>The file name of the POM to execute any goals against.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${pomFileName}</code></li>
+</ul>
+<hr />
+<p><strong><a name="providerImplementations">providerImplementations</a>:</strong></p>
+<div>List of provider implementations.</div><ul><li><strong>Type</strong>: <code>java.util.Map</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+</ul>
+<hr />
+<p><strong><a name="scmCommentPrefix">scmCommentPrefix</a>:</strong></p>
+<div>The message prefix to use for all SCM changes.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${scmCommentPrefix}</code></li>
+<li><strong>Default</strong>: <code>[maven-release-plugin] </code></li>
+</ul>
+<hr />
+<p><strong><a name="tag">tag</a>:</strong></p>
+<div>The SCM tag to use.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${tag}</code></li>
+</ul>
+<hr />
+<p><strong><a name="tagBase">tagBase</a>:</strong></p>
+<div>The tag base directory in SVN, you must define it if you don't use
+the standard svn layout (trunk/tags/branches). For example,
+<code>http://svn.apache.org/repos/asf/maven/plugins/tags</code>.
+The URL is an SVN URL and does not include the SCM provider and
+protocol.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${tagBase}</code></li>
+</ul>
+<hr />
+<p><strong><a name="username">username</a>:</strong></p>
+<div>The SCM username to use.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${username}</code></li>
+</ul>
+</div>
+</div>
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2002-2008
+    
+          The Apache Software Foundation
+          
+  
+
+  
+    
+            
+  
+    
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Propchange: websites/production/maventest/content/plugins/maven-release-plugin-latest/clean-mojo.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maventest/content/plugins/maven-release-plugin-latest/clean-mojo.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/css/help.css
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/css/help.css (added)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/css/help.css Tue May  8 11:32:14 2012
@@ -0,0 +1,22 @@
+dl {
+	float: left;
+	width: 100%;
+}
+
+dt {
+	border-top: 1px solid #808080;
+	float: left;
+	font-weight: bold;
+	margin: 0;
+	padding: 1em;
+	width: 20%;
+}
+
+dd {
+	border-top: 1px solid #808080;
+	float: left;
+	font-style: italic;
+	margin: 0;
+	padding: 1em;
+	width: 60%;
+}
\ No newline at end of file

Propchange: websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/css/help.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/css/help.css
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/css/main.css
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/css/main.css (added)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/css/main.css Tue May  8 11:32:14 2012
@@ -0,0 +1,131 @@
+@import url("help.css");
+@import url("source-viewer.css");
+@import url("tooltip.css");
+
+.hidden {
+	display: none;
+}
+
+a.dfn {
+	border-bottom: 1px dotted #00aa00;
+	cursor: help;
+}
+
+a.dfn:active, a.dfn:link, a.dfn:visited {
+	color: #000000;
+	text-decoration: none;
+}
+
+a.dfn:hover {
+	color: #0000ff;
+	text-decoration: none;
+}
+
+body {
+	font-family: verdana, arial, helvetica;
+}
+
+h1, h2, h3, h4, h5, h6 {
+	margin-bottom: 0.5em;
+}
+
+h5 {
+	margin-top: 0.5em;
+}
+
+div.footer {
+	font-size: 68%;
+	margin-top: 1.5em;
+}
+
+div.percentgraph
+{
+	background-color: #f02020;
+	border: #808080 1px solid;
+	height: 1.3em;
+	magin: 0px;
+	padding: 0px;
+	width: 100px;
+}
+
+div.percentgraph div.greenbar
+{
+	background-color: #00f000;
+	height: 1.3em;
+	magin: 0px;
+	padding: 0px;
+}
+
+div.percentgraph div.na
+{
+	background-color: #eaeaea;
+	height: 1.3em;
+	magin: 0px;
+	padding: 0px;
+}
+
+div.percentgraph span.text
+{
+	display: block;
+	position: absolute;
+	text-align: center;
+	width: 100px;
+}
+
+div.separator {
+	height: 10px;
+}
+
+table tr td, table tr th {
+	font-size: 68%;
+}
+
+td.value table tr td {
+    font-size: 11px;
+}
+
+table.percentgraph {
+	border: 0px;
+	font-size: 130%;
+	margin: 0px;
+	margin-left: auto;
+	margin-right: 0px;
+	padding: 0px;
+}
+
+table.percentgraph tr.percentgraph {
+	border: 0px;
+	margin: 0px;
+	padding: 0px;
+}
+
+table.percentgraph td.percentgraph {
+	border: 0px;
+	margin: 0px;
+	padding: 0px;
+	padding-left: 4px;
+}
+
+table.report {
+	border-collapse: collapse;
+	width: 100%;
+}
+
+table.report td {
+	border: #d0d0d0 1px solid;
+}
+
+table.report td.heading {
+    background: #dcecff;
+	font-weight: bold;
+	text-align: center;
+}
+
+table.report td.heading:hover {
+    background: #c0ffc0;
+	cursor: pointer;
+}
+
+table.report td.value {
+	text-align: right;
+}
\ No newline at end of file

Propchange: websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/css/main.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/css/main.css
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/css/sortabletable.css
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/css/sortabletable.css (added)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/css/sortabletable.css Tue May  8 11:32:14 2012
@@ -0,0 +1,50 @@
+.sort-table {
+	font:		Icon;
+	border:		1px Solid ThreeDShadow;
+	background:	Window;
+	color:		WindowText;
+}
+
+.sort-table thead {
+	background:	ButtonFace;
+}
+
+.sort-table td {
+	padding:	2px 5px;
+}
+
+.sort-table thead td {
+	border:			1px solid;
+	border-color:	ButtonHighlight ButtonShadow
+					ButtonShadow ButtonHighlight;
+	cursor:			default;
+}
+
+.sort-table thead td:active {
+	border-color:	ButtonShadow ButtonHighlight
+					ButtonHighlight ButtonShadow;
+	padding:		3px 4px 1px 6px;
+}
+
+.sort-table thead td[_sortType=None]:active {
+	border-color:	ButtonHighlight ButtonShadow
+					ButtonShadow ButtonHighlight;
+	padding:		2px 5px;
+}
+
+.sort-arrow {
+	width:					11px;
+	height:					11px;
+	background-position:	center center;
+	background-repeat:		no-repeat;
+	margin:					0 2px;
+}
+
+.sort-arrow.descending {
+	background-image:		url("../images/downsimple.png");
+
+}
+
+.sort-arrow.ascending {
+	background-image:		url("../images/upsimple.png");
+}
\ No newline at end of file

Propchange: websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/css/sortabletable.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/css/sortabletable.css
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/css/source-viewer.css
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/css/source-viewer.css (added)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/css/source-viewer.css Tue May  8 11:32:14 2012
@@ -0,0 +1,74 @@
+pre.src {
+    background: #ffffff;
+    margin-top: 0px;
+    margin-bottom: 0px;
+}
+
+table.src {
+	border: #dcdcdc 1px solid;
+	font-size: 16px;
+}
+
+td.numLine {
+    background: #f0f0f0;
+    border-right: #dcdcdc 1px solid;
+    padding-right: 3px;
+    text-align: right;
+}
+
+td.numLineCover {
+    background: #80ff80;
+    border-right: #dcdcdc 1px solid;
+    padding-right: 3px;
+    text-align: right;
+}
+
+td.nbHits {
+    background: #f0f0f0;
+    border-right: #dcdcdc 1px solid;
+    padding-right: 3px;
+    text-align: right;
+}
+
+td.nbHitsCovered {
+    background: #80ff80;
+    border-right: #dcdcdc 1px solid;
+    padding-right: 3px;
+    text-align: right;
+}
+
+td.nbHitsUncovered {
+    background: #ff9090;
+    border-right: #dcdcdc 1px solid;
+    font-weight: bold;
+    padding-right: 3px;
+    text-align: right;
+}
+
+td.src {
+    width: 100%;
+}
+
+span.comment {
+    color: #b22222;
+    font-style: italic;
+}
+
+span.keyword {
+    color: #2020bf;
+    font-weight: bold;
+}
+
+span.srcUncovered {
+    background: #ff9090;
+    font-weight: bold;
+}
+
+span.string {
+    color: #2a00ff;
+}
+
+span.text_italic {
+	font-size: 12px;
+    font-style: italic;
+}
\ No newline at end of file

Propchange: websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/css/source-viewer.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/css/source-viewer.css
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/css/tooltip.css
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/css/tooltip.css (added)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/css/tooltip.css Tue May  8 11:32:14 2012
@@ -0,0 +1,49 @@
+a.hastooltip {
+	border-bottom: 1px dotted #00aa00;
+	color: #000000;
+	cursor: help;
+	font-style: normal;
+	position: relative; /* This is the key */
+	text-decoration: none;
+	z-index: 24; /* What does this do? */
+}
+
+a.hastooltip:active {
+	color: #000000;
+	text-decoration: none;
+}
+
+a.hastooltip:link {
+	color: #000000;
+	text-decoration: none;
+}
+
+a.hastooltip:hover {
+	background-color: #a0b8ff;
+	color: #000000;
+	text-decoration: none;
+	z-index: 25;
+}
+
+a.hastooltip:visited {
+	color: #000000;
+	text-decoration: none;
+}
+
+a.hastooltip span {
+	display: none;
+}
+
+a.hastooltip:hover span {
+	background-color: #eeeeee;
+	border: 1px solid #000000;
+	color: #000000;
+	display: block;
+	padding: 5px;
+	left: -15.2em;
+	position: absolute;
+	text-align: center;
+	text-decoration: none;
+	top: 2em;
+	width: 20em;
+}
\ No newline at end of file

Propchange: websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/css/tooltip.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/css/tooltip.css
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/frame-packages.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/frame-packages.html (added)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/frame-packages.html Tue May  8 11:32:14 2012
@@ -0,0 +1,20 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<title>Coverage Report</title>
+<link title="Style" type="text/css" rel="stylesheet" href="css/main.css" />
+</head>
+<body>
+<h5>Packages</h5>
+<table width="100%">
+<tr>
+<td nowrap="nowrap"><a href="frame-summary.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles.html"' target="summary">All</a></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a href="frame-summary-org.apache.maven.plugins.release.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.maven.plugins.release.html"' target="summary">org.apache.maven.plugins.release</a></td>
+</tr>
+</table>
+</body>
+</html>
\ No newline at end of file

Propchange: websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/frame-packages.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/frame-packages.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/frame-sourcefiles-org.apache.maven.plugins.release.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/frame-sourcefiles-org.apache.maven.plugins.release.html (added)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/frame-sourcefiles-org.apache.maven.plugins.release.html Tue May  8 11:32:14 2012
@@ -0,0 +1,44 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<title>Coverage Report Classes</title>
+<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/>
+</head>
+<body>
+<h5>
+org.apache.maven.plugins.release
+</h5>
+<div class="separator">&nbsp;</div>
+<h5>Classes</h5>
+<table width="100%">
+<tbody>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugins.release.AbstractReleaseMojo.html">AbstractReleaseMojo</a> <i>(76%)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugins.release.BranchReleaseMojo.html">BranchReleaseMojo</a> <i>(0%)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugins.release.CleanReleaseMojo.html">CleanReleaseMojo</a> <i>(100%)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugins.release.HelpMojo.html">HelpMojo</a> <i>(0%)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugins.release.PerformReleaseMojo.html">PerformReleaseMojo</a> <i>(86%)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugins.release.PrepareReleaseMojo.html">PrepareReleaseMojo</a> <i>(100%)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugins.release.RollbackReleaseMojo.html">RollbackReleaseMojo</a> <i>(0%)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugins.release.StageReleaseMojo.html">StageReleaseMojo</a> <i>(64%)</i></td>
+</tr>
+</tbody>
+</table>
+</body>
+</html>
\ No newline at end of file

Propchange: websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/frame-sourcefiles-org.apache.maven.plugins.release.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/frame-sourcefiles-org.apache.maven.plugins.release.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/frame-sourcefiles.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/frame-sourcefiles.html (added)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/frame-sourcefiles.html Tue May  8 11:32:14 2012
@@ -0,0 +1,44 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<title>Coverage Report Classes</title>
+<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/>
+</head>
+<body>
+<h5>
+All Packages
+</h5>
+<div class="separator">&nbsp;</div>
+<h5>Classes</h5>
+<table width="100%">
+<tbody>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugins.release.AbstractReleaseMojo.html">AbstractReleaseMojo</a> <i>(76%)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugins.release.BranchReleaseMojo.html">BranchReleaseMojo</a> <i>(0%)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugins.release.CleanReleaseMojo.html">CleanReleaseMojo</a> <i>(100%)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugins.release.HelpMojo.html">HelpMojo</a> <i>(0%)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugins.release.PerformReleaseMojo.html">PerformReleaseMojo</a> <i>(86%)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugins.release.PrepareReleaseMojo.html">PrepareReleaseMojo</a> <i>(100%)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugins.release.RollbackReleaseMojo.html">RollbackReleaseMojo</a> <i>(0%)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugins.release.StageReleaseMojo.html">StageReleaseMojo</a> <i>(64%)</i></td>
+</tr>
+</tbody>
+</table>
+</body>
+</html>
\ No newline at end of file

Propchange: websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/frame-sourcefiles.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maventest/content/plugins/maven-release-plugin-latest/cobertura/frame-sourcefiles.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision