You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by if...@apache.org on 2014/02/08 06:53:20 UTC

svn commit: r896847 [11/14] - in /websites/production/maven/content/plugin-testing-archives/LATEST: ./ maven-plugin-testing-harness/ maven-plugin-testing-harness/apidocs/ maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/ maven-plugi...

Added: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/xref/org/apache/maven/plugin/testing/resources/TestResources.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/xref/org/apache/maven/plugin/testing/resources/TestResources.html (added)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/xref/org/apache/maven/plugin/testing/resources/TestResources.html Sat Feb  8 05:53:15 2014
@@ -0,0 +1,187 @@
+<!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>TestResources xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../../../stylesheet.css" />
+</head>
+<body>
+<div id="overview"><a href="../../../../../../../apidocs/org/apache/maven/plugin/testing/resources/TestResources.html">View Javadoc</a></div><pre>
+
+<a class="jxr_linenumber" name="1" href="#1">1</a>   <strong class="jxr_keyword">package</strong> org.apache.maven.plugin.testing.resources;
+<a class="jxr_linenumber" name="2" href="#2">2</a>   
+<a class="jxr_linenumber" name="3" href="#3">3</a>   <em class="jxr_comment">/*</em>
+<a class="jxr_linenumber" name="4" href="#4">4</a>   <em class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under one</em>
+<a class="jxr_linenumber" name="5" href="#5">5</a>   <em class="jxr_comment"> * or more contributor license agreements.  See the NOTICE file</em>
+<a class="jxr_linenumber" name="6" href="#6">6</a>   <em class="jxr_comment"> * distributed with this work for additional information</em>
+<a class="jxr_linenumber" name="7" href="#7">7</a>   <em class="jxr_comment"> * regarding copyright ownership.  The ASF licenses this file</em>
+<a class="jxr_linenumber" name="8" href="#8">8</a>   <em class="jxr_comment"> * to you under the Apache License, Version 2.0 (the</em>
+<a class="jxr_linenumber" name="9" href="#9">9</a>   <em class="jxr_comment"> * "License"); you may not use this file except in compliance</em>
+<a class="jxr_linenumber" name="10" href="#10">10</a>  <em class="jxr_comment"> * with the License.  You may obtain a copy of the License at</em>
+<a class="jxr_linenumber" name="11" href="#11">11</a>  <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="12" href="#12">12</a>  <em class="jxr_comment"> * <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
+<a class="jxr_linenumber" name="13" href="#13">13</a>  <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="14" href="#14">14</a>  <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing,</em>
+<a class="jxr_linenumber" name="15" href="#15">15</a>  <em class="jxr_comment"> * software distributed under the License is distributed on an</em>
+<a class="jxr_linenumber" name="16" href="#16">16</a>  <em class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</em>
+<a class="jxr_linenumber" name="17" href="#17">17</a>  <em class="jxr_comment"> * KIND, either express or implied.  See the License for the</em>
+<a class="jxr_linenumber" name="18" href="#18">18</a>  <em class="jxr_comment"> * specific language governing permissions and limitations</em>
+<a class="jxr_linenumber" name="19" href="#19">19</a>  <em class="jxr_comment"> * under the License.</em>
+<a class="jxr_linenumber" name="20" href="#20">20</a>  <em class="jxr_comment"> */</em>
+<a class="jxr_linenumber" name="21" href="#21">21</a>  
+<a class="jxr_linenumber" name="22" href="#22">22</a>  <strong class="jxr_keyword">import</strong> java.io.File;
+<a class="jxr_linenumber" name="23" href="#23">23</a>  <strong class="jxr_keyword">import</strong> java.io.IOException;
+<a class="jxr_linenumber" name="24" href="#24">24</a>  <strong class="jxr_keyword">import</strong> java.util.Collection;
+<a class="jxr_linenumber" name="25" href="#25">25</a>  <strong class="jxr_keyword">import</strong> java.util.Set;
+<a class="jxr_linenumber" name="26" href="#26">26</a>  <strong class="jxr_keyword">import</strong> java.util.TreeSet;
+<a class="jxr_linenumber" name="27" href="#27">27</a>  
+<a class="jxr_linenumber" name="28" href="#28">28</a>  <strong class="jxr_keyword">import</strong> org.codehaus.plexus.util.DirectoryScanner;
+<a class="jxr_linenumber" name="29" href="#29">29</a>  <strong class="jxr_keyword">import</strong> org.codehaus.plexus.util.FileUtils;
+<a class="jxr_linenumber" name="30" href="#30">30</a>  <strong class="jxr_keyword">import</strong> org.junit.Assert;
+<a class="jxr_linenumber" name="31" href="#31">31</a>  <strong class="jxr_keyword">import</strong> org.junit.Rule;
+<a class="jxr_linenumber" name="32" href="#32">32</a>  <strong class="jxr_keyword">import</strong> org.junit.rules.TestWatcher;
+<a class="jxr_linenumber" name="33" href="#33">33</a>  <strong class="jxr_keyword">import</strong> org.junit.runner.Description;
+<a class="jxr_linenumber" name="34" href="#34">34</a>  
+<a class="jxr_linenumber" name="35" href="#35">35</a>  <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="36" href="#36">36</a>  <em class="jxr_javadoccomment"> * Junit4 test {@link Rule} to extract and assert test resources.</em>
+<a class="jxr_linenumber" name="37" href="#37">37</a>  <em class="jxr_javadoccomment"> * </em>
+<a class="jxr_linenumber" name="38" href="#38">38</a>  <em class="jxr_javadoccomment"> * @since 3.1.0</em>
+<a class="jxr_linenumber" name="39" href="#39">39</a>  <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="40" href="#40">40</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/maven/plugin/testing/resources/TestResources.html">TestResources</a>
+<a class="jxr_linenumber" name="41" href="#41">41</a>      <strong class="jxr_keyword">extends</strong> TestWatcher
+<a class="jxr_linenumber" name="42" href="#42">42</a>  {
+<a class="jxr_linenumber" name="43" href="#43">43</a>  
+<a class="jxr_linenumber" name="44" href="#44">44</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> String projectsDir;
+<a class="jxr_linenumber" name="45" href="#45">45</a>  
+<a class="jxr_linenumber" name="46" href="#46">46</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> String workDir;
+<a class="jxr_linenumber" name="47" href="#47">47</a>  
+<a class="jxr_linenumber" name="48" href="#48">48</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../../../org/apache/maven/plugin/testing/resources/TestResources.html">TestResources</a>()
+<a class="jxr_linenumber" name="49" href="#49">49</a>      {
+<a class="jxr_linenumber" name="50" href="#50">50</a>          <strong class="jxr_keyword">this</strong>( <span class="jxr_string">"src/test/projects"</span>, <span class="jxr_string">"target/ut/"</span> );
+<a class="jxr_linenumber" name="51" href="#51">51</a>      }
+<a class="jxr_linenumber" name="52" href="#52">52</a>  
+<a class="jxr_linenumber" name="53" href="#53">53</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../../../org/apache/maven/plugin/testing/resources/TestResources.html">TestResources</a>( String projectsDir, String workDir )
+<a class="jxr_linenumber" name="54" href="#54">54</a>      {
+<a class="jxr_linenumber" name="55" href="#55">55</a>          <strong class="jxr_keyword">this</strong>.projectsDir = projectsDir;
+<a class="jxr_linenumber" name="56" href="#56">56</a>          <strong class="jxr_keyword">this</strong>.workDir = workDir;
+<a class="jxr_linenumber" name="57" href="#57">57</a>      }
+<a class="jxr_linenumber" name="58" href="#58">58</a>  
+<a class="jxr_linenumber" name="59" href="#59">59</a>      <strong class="jxr_keyword">private</strong> String name;
+<a class="jxr_linenumber" name="60" href="#60">60</a>  
+<a class="jxr_linenumber" name="61" href="#61">61</a>      @Override
+<a class="jxr_linenumber" name="62" href="#62">62</a>      <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">void</strong> starting( Description d )
+<a class="jxr_linenumber" name="63" href="#63">63</a>      {
+<a class="jxr_linenumber" name="64" href="#64">64</a>          name = d.getTestClass().getSimpleName() + <span class="jxr_string">"_"</span> + d.getMethodName();
+<a class="jxr_linenumber" name="65" href="#65">65</a>      }
+<a class="jxr_linenumber" name="66" href="#66">66</a>  
+<a class="jxr_linenumber" name="67" href="#67">67</a>      <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="68" href="#68">68</a>  <em class="jxr_javadoccomment">     * Creates new clean copy of test project directory structure. The copy is named after both the test being executed</em>
+<a class="jxr_linenumber" name="69" href="#69">69</a>  <em class="jxr_javadoccomment">     * and test project name, which allows the same test project can be used by multiple tests and by different</em>
+<a class="jxr_linenumber" name="70" href="#70">70</a>  <em class="jxr_javadoccomment">     * instances of the same parametrized tests.&lt;br/&gt;</em>
+<a class="jxr_linenumber" name="71" href="#71">71</a>  <em class="jxr_javadoccomment">     * TODO Provide alternative working directory naming for Windows, which still limits path names to ~250 charecters</em>
+<a class="jxr_linenumber" name="72" href="#72">72</a>  <em class="jxr_javadoccomment">     */</em>
+<a class="jxr_linenumber" name="73" href="#73">73</a>      <strong class="jxr_keyword">public</strong> File getBasedir( String project )
+<a class="jxr_linenumber" name="74" href="#74">74</a>          <strong class="jxr_keyword">throws</strong> IOException
+<a class="jxr_linenumber" name="75" href="#75">75</a>      {
+<a class="jxr_linenumber" name="76" href="#76">76</a>          File src = <strong class="jxr_keyword">new</strong> File( projectsDir, project ).getCanonicalFile();
+<a class="jxr_linenumber" name="77" href="#77">77</a>          Assert.assertTrue( <span class="jxr_string">"Test project directory does not exist: "</span> + src.getPath(), src.isDirectory() );
+<a class="jxr_linenumber" name="78" href="#78">78</a>          File basedir = <strong class="jxr_keyword">new</strong> File( workDir, name + <span class="jxr_string">"_"</span> + project ).getCanonicalFile();
+<a class="jxr_linenumber" name="79" href="#79">79</a>          FileUtils.deleteDirectory( basedir );
+<a class="jxr_linenumber" name="80" href="#80">80</a>          Assert.assertTrue( <span class="jxr_string">"Test project working directory created"</span>, basedir.mkdirs() );
+<a class="jxr_linenumber" name="81" href="#81">81</a>          FileUtils.copyDirectoryStructure( src, basedir );
+<a class="jxr_linenumber" name="82" href="#82">82</a>          <strong class="jxr_keyword">return</strong> basedir;
+<a class="jxr_linenumber" name="83" href="#83">83</a>      }
+<a class="jxr_linenumber" name="84" href="#84">84</a>  
+<a class="jxr_linenumber" name="85" href="#85">85</a>      <em class="jxr_comment">// static helpers</em>
+<a class="jxr_linenumber" name="86" href="#86">86</a>  
+<a class="jxr_linenumber" name="87" href="#87">87</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> cp( File basedir, String from, String to )
+<a class="jxr_linenumber" name="88" href="#88">88</a>          <strong class="jxr_keyword">throws</strong> IOException
+<a class="jxr_linenumber" name="89" href="#89">89</a>      {
+<a class="jxr_linenumber" name="90" href="#90">90</a>          <em class="jxr_comment">// TODO ensure destination lastModified timestamp changes</em>
+<a class="jxr_linenumber" name="91" href="#91">91</a>          FileUtils.copyFile( <strong class="jxr_keyword">new</strong> File( basedir, from ), <strong class="jxr_keyword">new</strong> File( basedir, to ) );
+<a class="jxr_linenumber" name="92" href="#92">92</a>      }
+<a class="jxr_linenumber" name="93" href="#93">93</a>  
+<a class="jxr_linenumber" name="94" href="#94">94</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> assertFileContents( File basedir, String expectedPath, String actualPath )
+<a class="jxr_linenumber" name="95" href="#95">95</a>          <strong class="jxr_keyword">throws</strong> IOException
+<a class="jxr_linenumber" name="96" href="#96">96</a>      {
+<a class="jxr_linenumber" name="97" href="#97">97</a>          String expected = FileUtils.fileRead( <strong class="jxr_keyword">new</strong> File( basedir, expectedPath ) );
+<a class="jxr_linenumber" name="98" href="#98">98</a>          String actual = FileUtils.fileRead( <strong class="jxr_keyword">new</strong> File( basedir, actualPath ) );
+<a class="jxr_linenumber" name="99" href="#99">99</a>          Assert.assertEquals( expected, actual );
+<a class="jxr_linenumber" name="100" href="#100">100</a>     }
+<a class="jxr_linenumber" name="101" href="#101">101</a> 
+<a class="jxr_linenumber" name="102" href="#102">102</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> assertDirectoryContents( File dir, String... expectedPaths )
+<a class="jxr_linenumber" name="103" href="#103">103</a>     {
+<a class="jxr_linenumber" name="104" href="#104">104</a>         DirectoryScanner scanner = <strong class="jxr_keyword">new</strong> DirectoryScanner();
+<a class="jxr_linenumber" name="105" href="#105">105</a>         scanner.setBasedir( dir );
+<a class="jxr_linenumber" name="106" href="#106">106</a>         scanner.addDefaultExcludes();
+<a class="jxr_linenumber" name="107" href="#107">107</a>         scanner.scan();
+<a class="jxr_linenumber" name="108" href="#108">108</a> 
+<a class="jxr_linenumber" name="109" href="#109">109</a>         Set&lt;String&gt; actual = <strong class="jxr_keyword">new</strong> TreeSet&lt;String&gt;();
+<a class="jxr_linenumber" name="110" href="#110">110</a>         <strong class="jxr_keyword">for</strong> ( String path : scanner.getIncludedFiles() )
+<a class="jxr_linenumber" name="111" href="#111">111</a>         {
+<a class="jxr_linenumber" name="112" href="#112">112</a>             actual.add( path );
+<a class="jxr_linenumber" name="113" href="#113">113</a>         }
+<a class="jxr_linenumber" name="114" href="#114">114</a>         <strong class="jxr_keyword">for</strong> ( String path : scanner.getIncludedDirectories() )
+<a class="jxr_linenumber" name="115" href="#115">115</a>         {
+<a class="jxr_linenumber" name="116" href="#116">116</a>             <strong class="jxr_keyword">if</strong> ( path.length() &gt; 0 )
+<a class="jxr_linenumber" name="117" href="#117">117</a>             {
+<a class="jxr_linenumber" name="118" href="#118">118</a>                 actual.add( path + <span class="jxr_string">"/"</span> );
+<a class="jxr_linenumber" name="119" href="#119">119</a>             }
+<a class="jxr_linenumber" name="120" href="#120">120</a>         }
+<a class="jxr_linenumber" name="121" href="#121">121</a> 
+<a class="jxr_linenumber" name="122" href="#122">122</a>         Set&lt;String&gt; expected = <strong class="jxr_keyword">new</strong> TreeSet&lt;String&gt;();
+<a class="jxr_linenumber" name="123" href="#123">123</a>         <strong class="jxr_keyword">if</strong> ( expectedPaths != <strong class="jxr_keyword">null</strong> )
+<a class="jxr_linenumber" name="124" href="#124">124</a>         {
+<a class="jxr_linenumber" name="125" href="#125">125</a>             <strong class="jxr_keyword">for</strong> ( String path : expectedPaths )
+<a class="jxr_linenumber" name="126" href="#126">126</a>             {
+<a class="jxr_linenumber" name="127" href="#127">127</a>                 expected.add( path );
+<a class="jxr_linenumber" name="128" href="#128">128</a>             }
+<a class="jxr_linenumber" name="129" href="#129">129</a>         }
+<a class="jxr_linenumber" name="130" href="#130">130</a> 
+<a class="jxr_linenumber" name="131" href="#131">131</a>         <em class="jxr_comment">// compare textual representation to make diff easier to understand</em>
+<a class="jxr_linenumber" name="132" href="#132">132</a>         Assert.assertEquals( toString( expected ), toString( actual ) );
+<a class="jxr_linenumber" name="133" href="#133">133</a>     }
+<a class="jxr_linenumber" name="134" href="#134">134</a> 
+<a class="jxr_linenumber" name="135" href="#135">135</a>     <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> String toString( Collection&lt;String&gt; strings )
+<a class="jxr_linenumber" name="136" href="#136">136</a>     {
+<a class="jxr_linenumber" name="137" href="#137">137</a>         StringBuilder sb = <strong class="jxr_keyword">new</strong> StringBuilder();
+<a class="jxr_linenumber" name="138" href="#138">138</a>         <strong class="jxr_keyword">for</strong> ( String string : strings )
+<a class="jxr_linenumber" name="139" href="#139">139</a>         {
+<a class="jxr_linenumber" name="140" href="#140">140</a>             sb.append( string ).append( '\n' );
+<a class="jxr_linenumber" name="141" href="#141">141</a>         }
+<a class="jxr_linenumber" name="142" href="#142">142</a>         <strong class="jxr_keyword">return</strong> sb.toString();
+<a class="jxr_linenumber" name="143" href="#143">143</a>     }
+<a class="jxr_linenumber" name="144" href="#144">144</a> 
+<a class="jxr_linenumber" name="145" href="#145">145</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> touch( File basedir, String path )
+<a class="jxr_linenumber" name="146" href="#146">146</a>         <strong class="jxr_keyword">throws</strong> InterruptedException
+<a class="jxr_linenumber" name="147" href="#147">147</a>     {
+<a class="jxr_linenumber" name="148" href="#148">148</a>         touch( <strong class="jxr_keyword">new</strong> File( basedir, path ) );
+<a class="jxr_linenumber" name="149" href="#149">149</a>     }
+<a class="jxr_linenumber" name="150" href="#150">150</a> 
+<a class="jxr_linenumber" name="151" href="#151">151</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> touch( File file )
+<a class="jxr_linenumber" name="152" href="#152">152</a>         <strong class="jxr_keyword">throws</strong> InterruptedException
+<a class="jxr_linenumber" name="153" href="#153">153</a>     {
+<a class="jxr_linenumber" name="154" href="#154">154</a>         <strong class="jxr_keyword">if</strong> ( !file.isFile() )
+<a class="jxr_linenumber" name="155" href="#155">155</a>         {
+<a class="jxr_linenumber" name="156" href="#156">156</a>             <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> IllegalArgumentException( <span class="jxr_string">"Not a file "</span> + file );
+<a class="jxr_linenumber" name="157" href="#157">157</a>         }
+<a class="jxr_linenumber" name="158" href="#158">158</a>         <strong class="jxr_keyword">long</strong> lastModified = file.lastModified();
+<a class="jxr_linenumber" name="159" href="#159">159</a>         file.setLastModified( System.currentTimeMillis() );
+<a class="jxr_linenumber" name="160" href="#160">160</a> 
+<a class="jxr_linenumber" name="161" href="#161">161</a>         <em class="jxr_comment">// TODO do modern filesystems still have this silly lastModified resolution?</em>
+<a class="jxr_linenumber" name="162" href="#162">162</a>         <strong class="jxr_keyword">if</strong> ( lastModified == file.lastModified() )
+<a class="jxr_linenumber" name="163" href="#163">163</a>         {
+<a class="jxr_linenumber" name="164" href="#164">164</a>             Thread.sleep( 1000L );
+<a class="jxr_linenumber" name="165" href="#165">165</a>             file.setLastModified( System.currentTimeMillis() );
+<a class="jxr_linenumber" name="166" href="#166">166</a>         }
+<a class="jxr_linenumber" name="167" href="#167">167</a>     }
+<a class="jxr_linenumber" name="168" href="#168">168</a> 
+<a class="jxr_linenumber" name="169" href="#169">169</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> rm( File basedir, String path )
+<a class="jxr_linenumber" name="170" href="#170">170</a>     {
+<a class="jxr_linenumber" name="171" href="#171">171</a>         Assert.assertTrue( <span class="jxr_string">"delete "</span> + path, <strong class="jxr_keyword">new</strong> File( basedir, path ).delete() );
+<a class="jxr_linenumber" name="172" href="#172">172</a>     }
+<a class="jxr_linenumber" name="173" href="#173">173</a> 
+<a class="jxr_linenumber" name="174" href="#174">174</a> }
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
+</html>

Added: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/xref/org/apache/maven/plugin/testing/resources/package-frame.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/xref/org/apache/maven/plugin/testing/resources/package-frame.html (added)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/xref/org/apache/maven/plugin/testing/resources/package-frame.html Sat Feb  8 05:53:15 2014
@@ -0,0 +1,24 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
+<html xml:lang="en" lang="en">
+	<head>
+		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+		<title>Maven Plugin Testing Mechanism 3.1.0 Reference Package org.apache.maven.plugin.testing.resources</title>
+		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
+	</head>
+	<body>
+
+		<h3>
+        	<a href="package-summary.html" target="classFrame">org.apache.maven.plugin.testing.resources</a>
+      	</h3>
+
+      	<h3>Classes</h3>
+
+      	<ul>
+      		          	<li>
+            	<a href="TestResources.html" target="classFrame">TestResources</a>
+          	</li>
+          	      	</ul>
+
+	</body>
+</html>
\ No newline at end of file

Added: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/xref/org/apache/maven/plugin/testing/resources/package-summary.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/xref/org/apache/maven/plugin/testing/resources/package-summary.html (added)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/xref/org/apache/maven/plugin/testing/resources/package-summary.html Sat Feb  8 05:53:15 2014
@@ -0,0 +1,67 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
+<html xml:lang="en" lang="en">
+	<head>
+		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+		<title>Maven Plugin Testing Mechanism 3.1.0 Reference Package org.apache.maven.plugin.testing.resources</title>
+		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
+	</head>
+	<body>
+		      	<div class="overview">
+        	<ul>
+          		<li>
+            		<a href="../../../../../../overview-summary.html">Overview</a>
+          		</li>
+          		<li class="selected">Package</li>
+        	</ul>
+      	</div>
+      	<div class="framenoframe">
+        	<ul>
+          		<li>
+            		<a href="../../../../../../index.html" target="_top">FRAMES</a>
+          		</li>
+          		<li>
+            		<a href="package-summary.html" target="_top">NO FRAMES</a>
+          		</li>
+        	</ul>
+      	</div>
+		
+		      	<h2>Package org.apache.maven.plugin.testing.resources</h2>
+
+		<table class="summary">
+        	<thead>
+          		<tr>
+            		<th>Class Summary</th>
+          		</tr>
+        	</thead>
+        	<tbody>
+        		            	<tr>
+              		<td>
+                		<a href="TestResources.html" target="classFrame">TestResources</a>
+              		</td>
+            	</tr>
+				        	</tbody>
+      	</table>
+		
+		      	<div class="overview">
+        	<ul>
+          		<li>
+            		<a href="../../../../../../overview-summary.html">Overview</a>
+          		</li>
+          		<li class="selected">Package</li>
+        	</ul>
+      	</div>
+      	<div class="framenoframe">
+        	<ul>
+          		<li>
+            		<a href="../../../../../../index.html" target="_top">FRAMES</a>
+          		</li>
+          		<li>
+            		<a href="package-summary.html" target="_top">NO FRAMES</a>
+          		</li>
+        	</ul>
+      	</div>
+				<hr />
+		Copyright &#169; 2008-2014 The Apache Software Foundation. All Rights Reserved.
+	</body>
+</html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/xref/org/apache/maven/plugin/testing/stubs/package-frame.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/xref/org/apache/maven/plugin/testing/stubs/package-frame.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/xref/org/apache/maven/plugin/testing/stubs/package-frame.html Sat Feb  8 05:53:15 2014
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven Plugin Testing Mechanism 3.0.0 Reference Package org.apache.maven.plugin.testing.stubs</title>
+		<title>Maven Plugin Testing Mechanism 3.1.0 Reference Package org.apache.maven.plugin.testing.stubs</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/xref/org/apache/maven/plugin/testing/stubs/package-summary.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/xref/org/apache/maven/plugin/testing/stubs/package-summary.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/xref/org/apache/maven/plugin/testing/stubs/package-summary.html Sat Feb  8 05:53:15 2014
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven Plugin Testing Mechanism 3.0.0 Reference Package org.apache.maven.plugin.testing.stubs</title>
+		<title>Maven Plugin Testing Mechanism 3.1.0 Reference Package org.apache.maven.plugin.testing.stubs</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -87,6 +87,6 @@
         	</ul>
       	</div>
 				<hr />
-		Copyright &#169; 2008-2013 The Apache Software Foundation. All Rights Reserved.
+		Copyright &#169; 2008-2014 The Apache Software Foundation. All Rights Reserved.
 	</body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/xref/overview-frame.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/xref/overview-frame.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/xref/overview-frame.html Sat Feb  8 05:53:15 2014
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven Plugin Testing Mechanism 3.0.0 Reference</title>
+		<title>Maven Plugin Testing Mechanism 3.1.0 Reference</title>
 		<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -19,6 +19,9 @@
 				<a href="org/apache/maven/plugin/testing/package-frame.html" target="packageFrame">org.apache.maven.plugin.testing</a>
 			</li>
 						<li>
+				<a href="org/apache/maven/plugin/testing/resources/package-frame.html" target="packageFrame">org.apache.maven.plugin.testing.resources</a>
+			</li>
+						<li>
 				<a href="org/apache/maven/plugin/testing/stubs/package-frame.html" target="packageFrame">org.apache.maven.plugin.testing.stubs</a>
 			</li>
 					</ul>

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/xref/overview-summary.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/xref/overview-summary.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/xref/overview-summary.html Sat Feb  8 05:53:15 2014
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven Plugin Testing Mechanism 3.0.0 Reference</title>
+		<title>Maven Plugin Testing Mechanism 3.1.0 Reference</title>
 		<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -24,7 +24,7 @@
 	        </ul>
       	</div>
 		
-		      	<h2>Maven Plugin Testing Mechanism 3.0.0 Reference</h2>
+		      	<h2>Maven Plugin Testing Mechanism 3.1.0 Reference</h2>
 
 		<table class="summary">
         	<thead>
@@ -40,6 +40,11 @@
             	</tr>
 	          	            	<tr>
               		<td>
+                		<a href="org/apache/maven/plugin/testing/resources/package-summary.html">org.apache.maven.plugin.testing.resources</a>
+              		</td>
+            	</tr>
+	          	            	<tr>
+              		<td>
                 		<a href="org/apache/maven/plugin/testing/stubs/package-summary.html">org.apache.maven.plugin.testing.stubs</a>
               		</td>
             	</tr>
@@ -64,6 +69,6 @@
       	</div>
 		
 		<hr />
-		Copyright &#169; 2008-2013 The Apache Software Foundation. All Rights Reserved.
+		Copyright &#169; 2008-2014 The Apache Software Foundation. All Rights Reserved.
 	</body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/allclasses-frame.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/allclasses-frame.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/allclasses-frame.html Sat Feb  8 05:53:15 2014
@@ -3,7 +3,7 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>All Classes (Maven Plugin Testing Tools 3.0.0 API)</title>
+<title>All Classes (Maven Plugin Testing Tools 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/allclasses-noframe.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/allclasses-noframe.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/allclasses-noframe.html Sat Feb  8 05:53:15 2014
@@ -3,7 +3,7 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>All Classes (Maven Plugin Testing Tools 3.0.0 API)</title>
+<title>All Classes (Maven Plugin Testing Tools 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/constant-values.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/constant-values.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/constant-values.html Sat Feb  8 05:53:15 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Constant Field Values (Maven Plugin Testing Tools 3.0.0 API)</title>
+<title>Constant Field Values (Maven Plugin Testing Tools 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Constant Field Values (Maven Plugin Testing Tools 3.0.0 API)";
+        parent.document.title="Constant Field Values (Maven Plugin Testing Tools 3.1.0 API)";
     }
 //-->
 </script>
@@ -137,6 +137,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/deprecated-list.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/deprecated-list.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/deprecated-list.html Sat Feb  8 05:53:15 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Deprecated List (Maven Plugin Testing Tools 3.0.0 API)</title>
+<title>Deprecated List (Maven Plugin Testing Tools 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Deprecated List (Maven Plugin Testing Tools 3.0.0 API)";
+        parent.document.title="Deprecated List (Maven Plugin Testing Tools 3.1.0 API)";
     }
 //-->
 </script>
@@ -108,6 +108,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/help-doc.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/help-doc.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/help-doc.html Sat Feb  8 05:53:15 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>API Help (Maven Plugin Testing Tools 3.0.0 API)</title>
+<title>API Help (Maven Plugin Testing Tools 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="API Help (Maven Plugin Testing Tools 3.0.0 API)";
+        parent.document.title="API Help (Maven Plugin Testing Tools 3.1.0 API)";
     }
 //-->
 </script>
@@ -209,6 +209,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/index-all.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/index-all.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/index-all.html Sat Feb  8 05:53:15 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Index (Maven Plugin Testing Tools 3.0.0 API)</title>
+<title>Index (Maven Plugin Testing Tools 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Index (Maven Plugin Testing Tools 3.0.0 API)";
+        parent.document.title="Index (Maven Plugin Testing Tools 3.1.0 API)";
     }
 //-->
 </script>
@@ -354,6 +354,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/index.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/index.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/index.html Sat Feb  8 05:53:15 2014
@@ -3,7 +3,7 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Maven Plugin Testing Tools 3.0.0 API</title>
+<title>Maven Plugin Testing Tools 3.1.0 API</title>
 <script type="text/javascript">
     targetPage = "" + window.location.search;
     if (targetPage != "" && targetPage != "undefined")

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/BuildTool.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/BuildTool.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/BuildTool.html Sat Feb  8 05:53:15 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>BuildTool (Maven Plugin Testing Tools 3.0.0 API)</title>
+<title>BuildTool (Maven Plugin Testing Tools 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="BuildTool (Maven Plugin Testing Tools 3.0.0 API)";
+        parent.document.title="BuildTool (Maven Plugin Testing Tools 3.1.0 API)";
     }
 //-->
 </script>
@@ -419,6 +419,6 @@ implements org.codehaus.plexus.personali
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/ComponentTestTool.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/ComponentTestTool.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/ComponentTestTool.html Sat Feb  8 05:53:15 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ComponentTestTool (Maven Plugin Testing Tools 3.0.0 API)</title>
+<title>ComponentTestTool (Maven Plugin Testing Tools 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ComponentTestTool (Maven Plugin Testing Tools 3.0.0 API)";
+        parent.document.title="ComponentTestTool (Maven Plugin Testing Tools 3.1.0 API)";
     }
 //-->
 </script>
@@ -405,6 +405,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/PluginTestTool.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/PluginTestTool.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/PluginTestTool.html Sat Feb  8 05:53:15 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>PluginTestTool (Maven Plugin Testing Tools 3.0.0 API)</title>
+<title>PluginTestTool (Maven Plugin Testing Tools 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="PluginTestTool (Maven Plugin Testing Tools 3.0.0 API)";
+        parent.document.title="PluginTestTool (Maven Plugin Testing Tools 3.1.0 API)";
     }
 //-->
 </script>
@@ -405,6 +405,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/ProjectTool.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/ProjectTool.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/ProjectTool.html Sat Feb  8 05:53:15 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ProjectTool (Maven Plugin Testing Tools 3.0.0 API)</title>
+<title>ProjectTool (Maven Plugin Testing Tools 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ProjectTool (Maven Plugin Testing Tools 3.0.0 API)";
+        parent.document.title="ProjectTool (Maven Plugin Testing Tools 3.1.0 API)";
     }
 //-->
 </script>
@@ -493,6 +493,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/RepositoryTool.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/RepositoryTool.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/RepositoryTool.html Sat Feb  8 05:53:15 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>RepositoryTool (Maven Plugin Testing Tools 3.0.0 API)</title>
+<title>RepositoryTool (Maven Plugin Testing Tools 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="RepositoryTool (Maven Plugin Testing Tools 3.0.0 API)";
+        parent.document.title="RepositoryTool (Maven Plugin Testing Tools 3.1.0 API)";
     }
 //-->
 </script>
@@ -413,6 +413,6 @@ implements org.codehaus.plexus.personali
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/TestToolsException.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/TestToolsException.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/TestToolsException.html Sat Feb  8 05:53:15 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>TestToolsException (Maven Plugin Testing Tools 3.0.0 API)</title>
+<title>TestToolsException (Maven Plugin Testing Tools 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="TestToolsException (Maven Plugin Testing Tools 3.0.0 API)";
+        parent.document.title="TestToolsException (Maven Plugin Testing Tools 3.1.0 API)";
     }
 //-->
 </script>
@@ -262,6 +262,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/class-use/BuildTool.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/class-use/BuildTool.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/class-use/BuildTool.html Sat Feb  8 05:53:15 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.shared.test.plugin.BuildTool (Maven Plugin Testing Tools 3.0.0 API)</title>
+<title>Uses of Class org.apache.maven.shared.test.plugin.BuildTool (Maven Plugin Testing Tools 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.test.plugin.BuildTool (Maven Plugin Testing Tools 3.0.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.test.plugin.BuildTool (Maven Plugin Testing Tools 3.1.0 API)";
     }
 //-->
 </script>
@@ -108,6 +108,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/class-use/ComponentTestTool.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/class-use/ComponentTestTool.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/class-use/ComponentTestTool.html Sat Feb  8 05:53:15 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.shared.test.plugin.ComponentTestTool (Maven Plugin Testing Tools 3.0.0 API)</title>
+<title>Uses of Class org.apache.maven.shared.test.plugin.ComponentTestTool (Maven Plugin Testing Tools 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.test.plugin.ComponentTestTool (Maven Plugin Testing Tools 3.0.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.test.plugin.ComponentTestTool (Maven Plugin Testing Tools 3.1.0 API)";
     }
 //-->
 </script>
@@ -108,6 +108,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/class-use/PluginTestTool.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/class-use/PluginTestTool.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/class-use/PluginTestTool.html Sat Feb  8 05:53:15 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.shared.test.plugin.PluginTestTool (Maven Plugin Testing Tools 3.0.0 API)</title>
+<title>Uses of Class org.apache.maven.shared.test.plugin.PluginTestTool (Maven Plugin Testing Tools 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.test.plugin.PluginTestTool (Maven Plugin Testing Tools 3.0.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.test.plugin.PluginTestTool (Maven Plugin Testing Tools 3.1.0 API)";
     }
 //-->
 </script>
@@ -108,6 +108,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/class-use/ProjectTool.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/class-use/ProjectTool.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/class-use/ProjectTool.html Sat Feb  8 05:53:15 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.shared.test.plugin.ProjectTool (Maven Plugin Testing Tools 3.0.0 API)</title>
+<title>Uses of Class org.apache.maven.shared.test.plugin.ProjectTool (Maven Plugin Testing Tools 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.test.plugin.ProjectTool (Maven Plugin Testing Tools 3.0.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.test.plugin.ProjectTool (Maven Plugin Testing Tools 3.1.0 API)";
     }
 //-->
 </script>
@@ -108,6 +108,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/class-use/RepositoryTool.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/class-use/RepositoryTool.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/class-use/RepositoryTool.html Sat Feb  8 05:53:15 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.shared.test.plugin.RepositoryTool (Maven Plugin Testing Tools 3.0.0 API)</title>
+<title>Uses of Class org.apache.maven.shared.test.plugin.RepositoryTool (Maven Plugin Testing Tools 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.test.plugin.RepositoryTool (Maven Plugin Testing Tools 3.0.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.test.plugin.RepositoryTool (Maven Plugin Testing Tools 3.1.0 API)";
     }
 //-->
 </script>
@@ -108,6 +108,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/class-use/TestToolsException.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/class-use/TestToolsException.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/class-use/TestToolsException.html Sat Feb  8 05:53:15 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.shared.test.plugin.TestToolsException (Maven Plugin Testing Tools 3.0.0 API)</title>
+<title>Uses of Class org.apache.maven.shared.test.plugin.TestToolsException (Maven Plugin Testing Tools 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.test.plugin.TestToolsException (Maven Plugin Testing Tools 3.0.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.test.plugin.TestToolsException (Maven Plugin Testing Tools 3.1.0 API)";
     }
 //-->
 </script>
@@ -293,6 +293,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/package-frame.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/package-frame.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/package-frame.html Sat Feb  8 05:53:15 2014
@@ -3,7 +3,7 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.shared.test.plugin (Maven Plugin Testing Tools 3.0.0 API)</title>
+<title>org.apache.maven.shared.test.plugin (Maven Plugin Testing Tools 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/package-summary.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/package-summary.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/package-summary.html Sat Feb  8 05:53:15 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.shared.test.plugin (Maven Plugin Testing Tools 3.0.0 API)</title>
+<title>org.apache.maven.shared.test.plugin (Maven Plugin Testing Tools 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.shared.test.plugin (Maven Plugin Testing Tools 3.0.0 API)";
+        parent.document.title="org.apache.maven.shared.test.plugin (Maven Plugin Testing Tools 3.1.0 API)";
     }
 //-->
 </script>
@@ -174,6 +174,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/package-tree.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/package-tree.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/package-tree.html Sat Feb  8 05:53:15 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.shared.test.plugin Class Hierarchy (Maven Plugin Testing Tools 3.0.0 API)</title>
+<title>org.apache.maven.shared.test.plugin Class Hierarchy (Maven Plugin Testing Tools 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.shared.test.plugin Class Hierarchy (Maven Plugin Testing Tools 3.0.0 API)";
+        parent.document.title="org.apache.maven.shared.test.plugin Class Hierarchy (Maven Plugin Testing Tools 3.1.0 API)";
     }
 //-->
 </script>
@@ -130,6 +130,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/package-use.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/package-use.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/org/apache/maven/shared/test/plugin/package-use.html Sat Feb  8 05:53:15 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package org.apache.maven.shared.test.plugin (Maven Plugin Testing Tools 3.0.0 API)</title>
+<title>Uses of Package org.apache.maven.shared.test.plugin (Maven Plugin Testing Tools 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.maven.shared.test.plugin (Maven Plugin Testing Tools 3.0.0 API)";
+        parent.document.title="Uses of Package org.apache.maven.shared.test.plugin (Maven Plugin Testing Tools 3.1.0 API)";
     }
 //-->
 </script>
@@ -128,6 +128,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/overview-tree.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/overview-tree.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/overview-tree.html Sat Feb  8 05:53:15 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Class Hierarchy (Maven Plugin Testing Tools 3.0.0 API)</title>
+<title>Class Hierarchy (Maven Plugin Testing Tools 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Class Hierarchy (Maven Plugin Testing Tools 3.0.0 API)";
+        parent.document.title="Class Hierarchy (Maven Plugin Testing Tools 3.1.0 API)";
     }
 //-->
 </script>
@@ -134,6 +134,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/serialized-form.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/serialized-form.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/apidocs/serialized-form.html Sat Feb  8 05:53:15 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Serialized Form (Maven Plugin Testing Tools 3.0.0 API)</title>
+<title>Serialized Form (Maven Plugin Testing Tools 3.1.0 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Serialized Form (Maven Plugin Testing Tools 3.0.0 API)";
+        parent.document.title="Serialized Form (Maven Plugin Testing Tools 3.1.0 API)";
     }
 //-->
 </script>
@@ -125,6 +125,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/checkstyle.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/checkstyle.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/checkstyle.html Sat Feb  8 05:53:15 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at 2013-12-04
+ | Generated by Apache Maven Doxia at 2014-02-08
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20131204" />
+        <meta name="Date-Revision-yyyymmdd" content="20140208" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Checkstyle Results
         </div>
             <div class="xright">        
-                                    Last Published: 2013-12-04
-              &nbsp;| Version: 3.0.0
+                                    Last Published: 2014-02-08
+              &nbsp;| Version: 3.1.0
             </div>
       <div class="clear">
         <hr/>
@@ -512,7 +512,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2008-2013
+        &#169;            2008-2014
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/checkstyle.rss
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/checkstyle.rss (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/checkstyle.rss Sat Feb  8 05:53:15 2014
@@ -6,7 +6,7 @@
     <link>http://maven.apache.org/plugin-testing/maven-plugin-testing-tools/</link>
     <description>Maven Plugin Testing Tools - Checkstyle report</description>
     <language>en-us</language>
-    <copyright>&#169;2008 - 2013 The Apache Software Foundation</copyright>
+    <copyright>&#169;2008 - 2014 The Apache Software Foundation</copyright>
     <item>
       <title>File: 6,
              Errors: 3,

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/cpd.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/cpd.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/cpd.html Sat Feb  8 05:53:15 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at 2013-12-04
+ | Generated by Apache Maven Doxia at 2014-02-08
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20131204" />
+        <meta name="Date-Revision-yyyymmdd" content="20140208" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,8 +46,8 @@
         CPD Results
         </div>
             <div class="xright">        
-                                    Last Published: 2013-12-04
-              &nbsp;| Version: 3.0.0
+                                    Last Published: 2014-02-08
+              &nbsp;| Version: 3.1.0
             </div>
       <div class="clear">
         <hr/>
@@ -193,7 +193,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2008-2013
+        &#169;            2008-2014
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/dependencies.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/dependencies.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/dependencies.html Sat Feb  8 05:53:15 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at 2013-12-04
+ | Generated by Apache Maven Doxia at 2014-02-08
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20131204" />
+        <meta name="Date-Revision-yyyymmdd" content="20140208" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Project Dependencies
         </div>
             <div class="xright">        
-                                    Last Published: 2013-12-04
-              &nbsp;| Version: 3.0.0
+                                    Last Published: 2014-02-08
+              &nbsp;| Version: 3.1.0
             </div>
       <div class="clear">
         <hr/>
@@ -224,7 +224,7 @@
 <tr class="b">
 <td>org.apache.maven.plugin-testing</td>
 <td><a class="externalLink" href="http://maven.apache.org/plugin-testing/maven-test-tools/">maven-test-tools</a></td>
-<td>3.0.0</td>
+<td>3.1.0</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
 <tr class="a">
@@ -525,7 +525,7 @@
 <div class="section">
 <h3>Dependency Tree<a name="Dependency_Tree"></a></h3>
 <ul>
-<li>org.apache.maven.plugin-testing:maven-plugin-testing-tools:jar:3.0.0 <img id="_img1" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_dep0', '_img1' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep0" style="display:none">
+<li>org.apache.maven.plugin-testing:maven-plugin-testing-tools:jar:3.1.0 <img id="_img1" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_dep0', '_img1' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep0" style="display:none">
 <table border="0" class="bodyTable">
 <tr class="a">
 <th>Maven Plugin Testing Tools</th></tr>
@@ -839,7 +839,7 @@
 <p><b>Description: </b>A component to programmatically invoke Maven.</p>
 <p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/shared/maven-invoker/">http://maven.apache.org/shared/maven-invoker/</a></p>
 <p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li>
-<li>org.apache.maven.plugin-testing:maven-test-tools:jar:3.0.0 (test) <img id="_img65" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_dep64', '_img65' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep64" style="display:none">
+<li>org.apache.maven.plugin-testing:maven-test-tools:jar:3.1.0 (test) <img id="_img65" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_dep64', '_img65' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep64" style="display:none">
 <table border="0" class="bodyTable">
 <tr class="a">
 <th>Maven Testing Tools</th></tr>
@@ -1259,7 +1259,7 @@
 <td>compile: 1</td></tr>
 <tr class="a">
 <td>test: 5</td>
-<td>test: 486.86 kB</td>
+<td>test: 490.73 kB</td>
 <td>test: 423</td>
 <td>test: 377</td>
 <td>test: 22</td>
@@ -1280,7 +1280,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2008-2013
+        &#169;            2008-2014
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/dependency-convergence.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/dependency-convergence.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/dependency-convergence.html Sat Feb  8 05:53:15 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at 2013-12-04
+ | Generated by Apache Maven Doxia at 2014-02-08
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20131204" />
+        <meta name="Date-Revision-yyyymmdd" content="20140208" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Reactor Dependency Convergence
         </div>
             <div class="xright">        
-                                    Last Published: 2013-12-04
-              &nbsp;| Version: 3.0.0
+                                    Last Published: 2014-02-08
+              &nbsp;| Version: 3.1.0
             </div>
       <div class="clear">
         <hr/>
@@ -261,7 +261,7 @@
 <td>
 <table border="0" class="bodyTable">
 <tr class="b">
-<td width="25%">3.0.0</td>
+<td width="25%">3.1.0</td>
 <td>
 <ol style="list-style-type: lower-alpha">
 <li><a class="externalLink" href="http://maven.apache.org/plugin-testing/maven-plugin-testing-tools/">org.apache.maven.plugin-testing:maven-plugin-testing-tools</a></li></ol></td></tr></table></td></tr></table></div>
@@ -398,7 +398,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2008-2013
+        &#169;            2008-2014
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/dependency-info.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/dependency-info.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-tools/dependency-info.html Sat Feb  8 05:53:15 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at 2013-12-04
+ | Generated by Apache Maven Doxia at 2014-02-08
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20131204" />
+        <meta name="Date-Revision-yyyymmdd" content="20140208" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Dependency Information
         </div>
             <div class="xright">        
-                                    Last Published: 2013-12-04
-              &nbsp;| Version: 3.0.0
+                                    Last Published: 2014-02-08
+              &nbsp;| Version: 3.1.0
             </div>
       <div class="clear">
         <hr/>
@@ -200,36 +200,36 @@
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.maven.plugin-testing&lt;/groupId&gt;
   &lt;artifactId&gt;maven-plugin-testing-tools&lt;/artifactId&gt;
-  &lt;version&gt;3.0.0&lt;/version&gt;
+  &lt;version&gt;3.1.0&lt;/version&gt;
 &lt;/dependency&gt;</pre></div></div>
 <div class="section">
 <h3>Apache Buildr<a name="Apache_Buildr"></a></h3><a name="Apache_Buildr"></a>
 <div class="source">
-<pre>'org.apache.maven.plugin-testing:maven-plugin-testing-tools:jar:3.0.0'</pre></div></div>
+<pre>'org.apache.maven.plugin-testing:maven-plugin-testing-tools:jar:3.1.0'</pre></div></div>
 <div class="section">
 <h3>Apache Ant<a name="Apache_Ant"></a></h3><a name="Apache_Ant"></a>
 <div class="source">
-<pre>&lt;dependency org=&quot;org.apache.maven.plugin-testing&quot; name=&quot;maven-plugin-testing-tools&quot; rev=&quot;3.0.0&quot;&gt;
+<pre>&lt;dependency org=&quot;org.apache.maven.plugin-testing&quot; name=&quot;maven-plugin-testing-tools&quot; rev=&quot;3.1.0&quot;&gt;
   &lt;artifact name=&quot;maven-plugin-testing-tools&quot; type=&quot;jar&quot; /&gt;
 &lt;/dependency&gt;</pre></div></div>
 <div class="section">
 <h3>Groovy Grape<a name="Groovy_Grape"></a></h3><a name="Groovy_Grape"></a>
 <div class="source">
 <pre>@Grapes(
-@Grab(group='org.apache.maven.plugin-testing', module='maven-plugin-testing-tools', version='3.0.0')
+@Grab(group='org.apache.maven.plugin-testing', module='maven-plugin-testing-tools', version='3.1.0')
 )</pre></div></div>
 <div class="section">
 <h3>Grails<a name="Grails"></a></h3><a name="Grails"></a>
 <div class="source">
-<pre>compile 'org.apache.maven.plugin-testing:maven-plugin-testing-tools:3.0.0'</pre></div></div>
+<pre>compile 'org.apache.maven.plugin-testing:maven-plugin-testing-tools:3.1.0'</pre></div></div>
 <div class="section">
 <h3>Leiningen<a name="Leiningen"></a></h3><a name="Leiningen"></a>
 <div class="source">
-<pre>[org.apache.maven.plugin-testing/maven-plugin-testing-tools &quot;3.0.0&quot;]</pre></div></div>
+<pre>[org.apache.maven.plugin-testing/maven-plugin-testing-tools &quot;3.1.0&quot;]</pre></div></div>
 <div class="section">
 <h3>SBT<a name="SBT"></a></h3><a name="SBT"></a>
 <div class="source">
-<pre>libraryDependencies += &quot;org.apache.maven.plugin-testing&quot; %% &quot;maven-plugin-testing-tools&quot; % &quot;3.0.0&quot;</pre></div></div></div>
+<pre>libraryDependencies += &quot;org.apache.maven.plugin-testing&quot; %% &quot;maven-plugin-testing-tools&quot; % &quot;3.1.0&quot;</pre></div></div></div>
       </div>
     </div>
     <div class="clear">
@@ -237,7 +237,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2008-2013
+        &#169;            2008-2014
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.