You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by hb...@apache.org on 2015/03/22 15:43:57 UTC

svn commit: r944670 [6/36] - in /websites/production/maven/content/core-its: ./ core-it-suite/ core-it-suite/testapidocs/ core-it-suite/testapidocs/org/apache/maven/it/ core-it-suite/testapidocs/org/apache/maven/it/class-use/ core-it-suite/xref-test/ c...

Modified: websites/production/maven/content/core-its/core-it-suite/xref-test/org/apache/maven/it/MavenITmng4528ExcludeWagonsFromMavenCoreArtifactsTest.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-suite/xref-test/org/apache/maven/it/MavenITmng4528ExcludeWagonsFromMavenCoreArtifactsTest.html (original)
+++ websites/production/maven/content/core-its/core-it-suite/xref-test/org/apache/maven/it/MavenITmng4528ExcludeWagonsFromMavenCoreArtifactsTest.html Sun Mar 22 14:43:44 2015
@@ -59,7 +59,7 @@
 <a class="jxr_linenumber" name="L51" href="#L51">51</a>      {
 <a class="jxr_linenumber" name="L52" href="#L52">52</a>          File testDir = ResourceExtractor.simpleExtractResources( getClass(), <span class="jxr_string">"/mng-4528"</span> );
 <a class="jxr_linenumber" name="L53" href="#L53">53</a>  
-<a class="jxr_linenumber" name="L54" href="#L54">54</a>          Verifier verifier = newVerifier( testDir.getAbsolutePath() );
+<a class="jxr_linenumber" name="L54" href="#L54">54</a>          Verifier verifier = newVerifier( testDir.getAbsolutePath(), <span class="jxr_string">"remote"</span> );
 <a class="jxr_linenumber" name="L55" href="#L55">55</a>          verifier.setAutoclean( false );
 <a class="jxr_linenumber" name="L56" href="#L56">56</a>          verifier.deleteDirectory( <span class="jxr_string">"target"</span> );
 <a class="jxr_linenumber" name="L57" href="#L57">57</a>          verifier.executeGoal( <span class="jxr_string">"validate"</span> );

Modified: websites/production/maven/content/core-its/core-it-suite/xref-test/org/apache/maven/it/MavenITmng5482AetherNotFoundTest.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-suite/xref-test/org/apache/maven/it/MavenITmng5482AetherNotFoundTest.html (original)
+++ websites/production/maven/content/core-its/core-it-suite/xref-test/org/apache/maven/it/MavenITmng5482AetherNotFoundTest.html Sun Mar 22 14:43:44 2015
@@ -74,7 +74,7 @@
 <a class="jxr_linenumber" name="L66" href="#L66">66</a>      {
 <a class="jxr_linenumber" name="L67" href="#L67">67</a>          File testDir = ResourceExtractor.simpleExtractResources( getClass(), <span class="jxr_string">"/mng-5482/"</span> + dir );
 <a class="jxr_linenumber" name="L68" href="#L68">68</a>  
-<a class="jxr_linenumber" name="L69" href="#L69">69</a>          Verifier verifier = newVerifier( testDir.getAbsolutePath() );
+<a class="jxr_linenumber" name="L69" href="#L69">69</a>          Verifier verifier = newVerifier( testDir.getAbsolutePath(), <span class="jxr_string">"remote"</span> );
 <a class="jxr_linenumber" name="L70" href="#L70">70</a>          verifier.setAutoclean( false );
 <a class="jxr_linenumber" name="L71" href="#L71">71</a>  
 <a class="jxr_linenumber" name="L72" href="#L72">72</a>          <strong class="jxr_keyword">try</strong>

Modified: websites/production/maven/content/core-its/core-it-suite/xref-test/org/apache/maven/it/MavenITmng5753CustomMojoExecutionConfiguratorTest.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-suite/xref-test/org/apache/maven/it/MavenITmng5753CustomMojoExecutionConfiguratorTest.html (original)
+++ websites/production/maven/content/core-its/core-it-suite/xref-test/org/apache/maven/it/MavenITmng5753CustomMojoExecutionConfiguratorTest.html Sun Mar 22 14:43:44 2015
@@ -38,7 +38,7 @@
 <a class="jxr_linenumber" name="L30" href="#L30">30</a>  
 <a class="jxr_linenumber" name="L31" href="#L31">31</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/maven/it/MavenITmng5753CustomMojoExecutionConfiguratorTest.html">MavenITmng5753CustomMojoExecutionConfiguratorTest</a>()
 <a class="jxr_linenumber" name="L32" href="#L32">32</a>      {
-<a class="jxr_linenumber" name="L33" href="#L33">33</a>          <strong class="jxr_keyword">super</strong>( <span class="jxr_string">"[3.2.6-SNAPSHOT,)"</span> );
+<a class="jxr_linenumber" name="L33" href="#L33">33</a>          <strong class="jxr_keyword">super</strong>( <span class="jxr_string">"[3.3.0-alpha,)"</span> );
 <a class="jxr_linenumber" name="L34" href="#L34">34</a>      }
 <a class="jxr_linenumber" name="L35" href="#L35">35</a>  
 <a class="jxr_linenumber" name="L36" href="#L36">36</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testCustomMojoExecutionConfigurator()

Added: websites/production/maven/content/core-its/core-it-suite/xref-test/org/apache/maven/it/MavenITmng5783PluginDependencyFiltering.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-suite/xref-test/org/apache/maven/it/MavenITmng5783PluginDependencyFiltering.html (added)
+++ websites/production/maven/content/core-its/core-it-suite/xref-test/org/apache/maven/it/MavenITmng5783PluginDependencyFiltering.html Sun Mar 22 14:43:44 2015
@@ -0,0 +1,53 @@
+<!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>MavenITmng5783PluginDependencyFiltering xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
+</head>
+<body>
+<div id="overview"><a href="../../../../../testapidocs/org/apache/maven/it/MavenITmng5783PluginDependencyFiltering.html">View Javadoc</a></div><pre>
+<a class="jxr_linenumber" name="L1" href="#L1">1</a>   <strong class="jxr_keyword">package</strong> org.apache.maven.it;
+<a class="jxr_linenumber" name="L2" href="#L2">2</a>   
+<a class="jxr_linenumber" name="L3" href="#L3">3</a>   <strong class="jxr_keyword">import</strong> java.io.File;
+<a class="jxr_linenumber" name="L4" href="#L4">4</a>   <strong class="jxr_keyword">import</strong> java.util.List;
+<a class="jxr_linenumber" name="L5" href="#L5">5</a>   
+<a class="jxr_linenumber" name="L6" href="#L6">6</a>   <strong class="jxr_keyword">import</strong> org.apache.maven.it.util.ResourceExtractor;
+<a class="jxr_linenumber" name="L7" href="#L7">7</a>   
+<a class="jxr_linenumber" name="L8" href="#L8">8</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../org/apache/maven/it/MavenITmng5783PluginDependencyFiltering.html">MavenITmng5783PluginDependencyFiltering</a>
+<a class="jxr_linenumber" name="L9" href="#L9">9</a>       <strong class="jxr_keyword">extends</strong> AbstractMavenIntegrationTestCase
+<a class="jxr_linenumber" name="L10" href="#L10">10</a>  {
+<a class="jxr_linenumber" name="L11" href="#L11">11</a>  
+<a class="jxr_linenumber" name="L12" href="#L12">12</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/maven/it/MavenITmng5783PluginDependencyFiltering.html">MavenITmng5783PluginDependencyFiltering</a>()
+<a class="jxr_linenumber" name="L13" href="#L13">13</a>      {
+<a class="jxr_linenumber" name="L14" href="#L14">14</a>          <strong class="jxr_keyword">super</strong>( <span class="jxr_string">"[3.0,)"</span> );
+<a class="jxr_linenumber" name="L15" href="#L15">15</a>      }
+<a class="jxr_linenumber" name="L16" href="#L16">16</a>  
+<a class="jxr_linenumber" name="L17" href="#L17">17</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testSLF4j()
+<a class="jxr_linenumber" name="L18" href="#L18">18</a>          <strong class="jxr_keyword">throws</strong> Exception
+<a class="jxr_linenumber" name="L19" href="#L19">19</a>      {
+<a class="jxr_linenumber" name="L20" href="#L20">20</a>          File testDir = ResourceExtractor.simpleExtractResources( getClass(), <span class="jxr_string">"/mng-5783-plugin-dependency-filtering"</span> );
+<a class="jxr_linenumber" name="L21" href="#L21">21</a>          Verifier verifier = newVerifier( <strong class="jxr_keyword">new</strong> File( testDir, <span class="jxr_string">"plugin"</span> ).getAbsolutePath(), <span class="jxr_string">"remote"</span> );
+<a class="jxr_linenumber" name="L22" href="#L22">22</a>          verifier.executeGoal( <span class="jxr_string">"install"</span> );
+<a class="jxr_linenumber" name="L23" href="#L23">23</a>          verifier.verifyErrorFreeLog();
+<a class="jxr_linenumber" name="L24" href="#L24">24</a>          verifier.resetStreams();
+<a class="jxr_linenumber" name="L25" href="#L25">25</a>  
+<a class="jxr_linenumber" name="L26" href="#L26">26</a>          verifier = newVerifier( <strong class="jxr_keyword">new</strong> File( testDir, <span class="jxr_string">"slf4j"</span> ).getAbsolutePath(), <span class="jxr_string">"remote"</span> );
+<a class="jxr_linenumber" name="L27" href="#L27">27</a>          verifier.executeGoal( <span class="jxr_string">"validate"</span> );
+<a class="jxr_linenumber" name="L28" href="#L28">28</a>          verifier.verifyErrorFreeLog();
+<a class="jxr_linenumber" name="L29" href="#L29">29</a>          verifier.resetStreams();
+<a class="jxr_linenumber" name="L30" href="#L30">30</a>  
+<a class="jxr_linenumber" name="L31" href="#L31">31</a>          <em class="jxr_comment">// Note that plugin dependencies always include plugin itself and plexus-utils</em>
+<a class="jxr_linenumber" name="L32" href="#L32">32</a>  
+<a class="jxr_linenumber" name="L33" href="#L33">33</a>          List&lt;String&gt; dependencies = verifier.loadLines( <span class="jxr_string">"target/dependencies.txt"</span>, <span class="jxr_string">"UTF-8"</span> );
+<a class="jxr_linenumber" name="L34" href="#L34">34</a>          assertEquals( 3, dependencies.size() );
+<a class="jxr_linenumber" name="L35" href="#L35">35</a>          assertEquals( <span class="jxr_string">"mng-5783-plugin-dependency-filtering:mng-5783-plugin-dependency-filtering-plugin:maven-plugin:0.1"</span>,
+<a class="jxr_linenumber" name="L36" href="#L36">36</a>                        dependencies.get( 0 ) );
+<a class="jxr_linenumber" name="L37" href="#L37">37</a>          assertEquals( <span class="jxr_string">"org.slf4j:slf4j-api:jar:1.7.5"</span>, dependencies.get( 1 ) );
+<a class="jxr_linenumber" name="L38" href="#L38">38</a>          assertEquals( <span class="jxr_string">"org.codehaus.plexus:plexus-utils:jar:1.1"</span>, dependencies.get( 2 ) );
+<a class="jxr_linenumber" name="L39" href="#L39">39</a>      }
+<a class="jxr_linenumber" name="L40" href="#L40">40</a>  }
+</pre>
+<hr/>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+</body>
+</html>
\ No newline at end of file

Propchange: websites/production/maven/content/core-its/core-it-suite/xref-test/org/apache/maven/it/MavenITmng5783PluginDependencyFiltering.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maven/content/core-its/core-it-suite/xref-test/org/apache/maven/it/MavenITmng5783PluginDependencyFiltering.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: websites/production/maven/content/core-its/core-it-suite/xref-test/org/apache/maven/it/package-frame.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-suite/xref-test/org/apache/maven/it/package-frame.html (original)
+++ websites/production/maven/content/core-its/core-it-suite/xref-test/org/apache/maven/it/package-frame.html Sun Mar 22 14:43:44 2015
@@ -1801,6 +1801,9 @@
             	<a href="MavenITmng5774ConfigurationProcessorsTest.html" target="classFrame">MavenITmng5774ConfigurationProcessorsTest</a>
           	</li>
           	          	<li>
+            	<a href="MavenITmng5783PluginDependencyFiltering.html" target="classFrame">MavenITmng5783PluginDependencyFiltering</a>
+          	</li>
+          	          	<li>
             	<a href="MavenITmng5280SettingsProfilesRepositoriesOrderTest.html" target="classFrame">PluginRepoHandler</a>
           	</li>
           	          	<li>

Modified: websites/production/maven/content/core-its/core-it-suite/xref-test/org/apache/maven/it/package-summary.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-suite/xref-test/org/apache/maven/it/package-summary.html (original)
+++ websites/production/maven/content/core-its/core-it-suite/xref-test/org/apache/maven/it/package-summary.html Sun Mar 22 14:43:44 2015
@@ -3012,6 +3012,11 @@
             	</tr>
 				            	<tr>
               		<td>
+                		<a href="MavenITmng5783PluginDependencyFiltering.html" target="classFrame">MavenITmng5783PluginDependencyFiltering</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
                 		<a href="MavenITmng5280SettingsProfilesRepositoriesOrderTest.html" target="classFrame">PluginRepoHandler</a>
               		</td>
             	</tr>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-component/checkstyle.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-component/checkstyle.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-component/checkstyle.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Component &#x2013; Checkstyle Results</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-component/dependencies.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-component/dependencies.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-component/dependencies.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Component &#x2013; Project Dependencies</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-component/dependency-convergence.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-component/dependency-convergence.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-component/dependency-convergence.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Component &#x2013; Reactor Dependency Convergence</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-component/dependency-info.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-component/dependency-info.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-component/dependency-info.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Component &#x2013; Dependency Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-component/dependency-management.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-component/dependency-management.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-component/dependency-management.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Component &#x2013; Project Dependency Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-component/distribution-management.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-component/distribution-management.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-component/distribution-management.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Component &#x2013; Project Distribution Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-component/findbugs.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-component/findbugs.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-component/findbugs.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Component &#x2013; FindBugs Bug Detector Report</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-component/index.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-component/index.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-component/index.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Component &#x2013; About</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-component/integration.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-component/integration.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-component/integration.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Component &#x2013; Continuous Integration</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-component/issue-tracking.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-component/issue-tracking.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-component/issue-tracking.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Component &#x2013; Issue Tracking</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-component/mail-lists.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-component/mail-lists.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-component/mail-lists.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Component &#x2013; Project Mailing Lists</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-component/plugin-management.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-component/plugin-management.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-component/plugin-management.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Component &#x2013; Project Plugin Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-component/plugins.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-component/plugins.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-component/plugins.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Component &#x2013; Project Build Plugins</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-component/project-info.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-component/project-info.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-component/project-info.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Component &#x2013; Project Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-component/project-reports.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-component/project-reports.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-component/project-reports.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Component &#x2013; Generated Reports</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-component/project-summary.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-component/project-summary.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-component/project-summary.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Component &#x2013; Project Summary</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-component/sonar.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-component/sonar.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-component/sonar.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Component &#x2013; Sonar</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-component/source-repository.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-component/source-repository.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-component/source-repository.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Component &#x2013; Source Repository</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-component/surefire-report.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-component/surefire-report.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-component/surefire-report.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Component &#x2013; Surefire Report</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-component/taglist.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-component/taglist.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-component/taglist.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Component &#x2013; Tag List report</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-component/team-list.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-component/team-list.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-component/team-list.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Component &#x2013; Team list</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-extension/checkstyle.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-extension/checkstyle.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-extension/checkstyle.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Extension &#x2013; Checkstyle Results</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-extension/dependencies.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-extension/dependencies.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-extension/dependencies.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Extension &#x2013; Project Dependencies</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-extension/dependency-convergence.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-extension/dependency-convergence.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-extension/dependency-convergence.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Extension &#x2013; Reactor Dependency Convergence</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-extension/dependency-info.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-extension/dependency-info.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-extension/dependency-info.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Extension &#x2013; Dependency Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-extension/dependency-management.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-extension/dependency-management.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-extension/dependency-management.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Extension &#x2013; Project Dependency Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-extension/distribution-management.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-extension/distribution-management.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-extension/distribution-management.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Extension &#x2013; Project Distribution Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-extension/index.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-extension/index.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-extension/index.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Extension &#x2013; About</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-extension/integration.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-extension/integration.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-extension/integration.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Extension &#x2013; Continuous Integration</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-extension/issue-tracking.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-extension/issue-tracking.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-extension/issue-tracking.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Extension &#x2013; Issue Tracking</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-extension/mail-lists.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-extension/mail-lists.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-extension/mail-lists.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Extension &#x2013; Project Mailing Lists</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-extension/plugin-management.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-extension/plugin-management.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-extension/plugin-management.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Extension &#x2013; Project Plugin Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-extension/plugins.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-extension/plugins.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-extension/plugins.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Extension &#x2013; Project Build Plugins</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-extension/project-info.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-extension/project-info.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-extension/project-info.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Extension &#x2013; Project Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-extension/project-reports.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-extension/project-reports.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-extension/project-reports.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Extension &#x2013; Generated Reports</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-extension/project-summary.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-extension/project-summary.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-extension/project-summary.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Extension &#x2013; Project Summary</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-extension/sonar.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-extension/sonar.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-extension/sonar.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Extension &#x2013; Sonar</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-extension/source-repository.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-extension/source-repository.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-extension/source-repository.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Extension &#x2013; Source Repository</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-extension/surefire-report.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-extension/surefire-report.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-extension/surefire-report.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Extension &#x2013; Surefire Report</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-extension/team-list.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-extension/team-list.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-extension/team-list.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Extension &#x2013; Team list</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-support-artifacts/dependencies.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-support-artifacts/dependencies.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-support-artifacts/dependencies.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Support Artifacts &#x2013; Project Dependencies</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-support-artifacts/dependency-convergence.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-support-artifacts/dependency-convergence.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-support-artifacts/dependency-convergence.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Support Artifacts &#x2013; Reactor Dependency Convergence</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-support-artifacts/dependency-info.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-support-artifacts/dependency-info.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-support-artifacts/dependency-info.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Support Artifacts &#x2013; Dependency Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-support-artifacts/dependency-management.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-support-artifacts/dependency-management.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-support-artifacts/dependency-management.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Support Artifacts &#x2013; Project Dependency Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-support-artifacts/distribution-management.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-support-artifacts/distribution-management.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-support-artifacts/distribution-management.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Support Artifacts &#x2013; Project Distribution Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-support-artifacts/index.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-support-artifacts/index.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-support-artifacts/index.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Support Artifacts &#x2013; About</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/content/core-its/core-it-support/core-it-support-artifacts/integration.html
==============================================================================
--- websites/production/maven/content/core-its/core-it-support/core-it-support-artifacts/integration.html (original)
+++ websites/production/maven/content/core-its/core-it-support/core-it-support-artifacts/integration.html Sun Mar 22 14:43:44 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-04
+ | Generated by Apache Maven Doxia at 2015-03-22
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150304" />
+    <meta name="Date-Revision-yyyymmdd" content="20150322" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven IT Support Artifacts &#x2013; Continuous Integration</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-04</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-03-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 2.1-SNAPSHOT</li>
             
                             </ul>