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 pt...@apache.org on 2015/08/09 20:06:59 UTC

svn commit: r961255 [30/30] - in /websites/production/maven/components/archetype-archives/archetype-LATEST: ./ archetype-common/ archetype-common/apidocs/ archetype-common/apidocs/org/apache/maven/archetype/ archetype-common/apidocs/org/apache/maven/ar...

Modified: websites/production/maven/components/archetype-archives/archetype-LATEST/maven-archetype-plugin/xref/org/apache/maven/archetype/mojos/JarMojo.html
==============================================================================
--- websites/production/maven/components/archetype-archives/archetype-LATEST/maven-archetype-plugin/xref/org/apache/maven/archetype/mojos/JarMojo.html (original)
+++ websites/production/maven/components/archetype-archives/archetype-LATEST/maven-archetype-plugin/xref/org/apache/maven/archetype/mojos/JarMojo.html Sun Aug  9 18:06:52 2015
@@ -122,13 +122,13 @@
 <a class="jxr_linenumber" name="L114" href="#L114">114</a>             {
 <a class="jxr_linenumber" name="L115" href="#L115">115</a>                 checkFileSetArchetypeFile( jarFile );
 <a class="jxr_linenumber" name="L116" href="#L116">116</a>             }
-<a class="jxr_linenumber" name="L117" href="#L117">117</a>             <strong class="jxr_keyword">else</strong> <strong class="jxr_keyword">if</strong> ( !archetypeArtifactManager.isOldArchetype( jarFile ) )
+<a class="jxr_linenumber" name="L117" href="#L117">117</a>             <strong class="jxr_keyword">else</strong> <strong class="jxr_keyword">if</strong> ( archetypeArtifactManager.isOldArchetype( jarFile ) )
 <a class="jxr_linenumber" name="L118" href="#L118">118</a>             {
 <a class="jxr_linenumber" name="L119" href="#L119">119</a>                 getLog().warn( <span class="jxr_string">"Building an Old (1.x) Archetype: consider migrating it to current 2.x Archetype."</span> );
 <a class="jxr_linenumber" name="L120" href="#L120">120</a>             }
 <a class="jxr_linenumber" name="L121" href="#L121">121</a>             <strong class="jxr_keyword">else</strong>
 <a class="jxr_linenumber" name="L122" href="#L122">122</a>             {
-<a class="jxr_linenumber" name="L123" href="#L123">123</a>                 <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException( <span class="jxr_string">"The current project does not built an archetype"</span> );
+<a class="jxr_linenumber" name="L123" href="#L123">123</a>                 <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException( <span class="jxr_string">"The current project does not build an archetype"</span> );
 <a class="jxr_linenumber" name="L124" href="#L124">124</a>             }
 <a class="jxr_linenumber" name="L125" href="#L125">125</a>         }
 <a class="jxr_linenumber" name="L126" href="#L126">126</a>         <strong class="jxr_keyword">catch</strong> ( UnknownArchetype ua )

Modified: websites/production/maven/components/archetype-archives/archetype-LATEST/maven-archetype-plugin/xref/org/apache/maven/archetype/mojos/package-frame.html
==============================================================================
--- websites/production/maven/components/archetype-archives/archetype-LATEST/maven-archetype-plugin/xref/org/apache/maven/archetype/mojos/package-frame.html (original)
+++ websites/production/maven/components/archetype-archives/archetype-LATEST/maven-archetype-plugin/xref/org/apache/maven/archetype/mojos/package-frame.html Sun Aug  9 18:06:52 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven Archetype Plugin 2.3 Reference Package org.apache.maven.archetype.mojos</title>
+		<title>Maven Archetype Plugin 2.4 Reference Package org.apache.maven.archetype.mojos</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/components/archetype-archives/archetype-LATEST/maven-archetype-plugin/xref/org/apache/maven/archetype/mojos/package-summary.html
==============================================================================
--- websites/production/maven/components/archetype-archives/archetype-LATEST/maven-archetype-plugin/xref/org/apache/maven/archetype/mojos/package-summary.html (original)
+++ websites/production/maven/components/archetype-archives/archetype-LATEST/maven-archetype-plugin/xref/org/apache/maven/archetype/mojos/package-summary.html Sun Aug  9 18:06:52 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven Archetype Plugin 2.3 Reference Package org.apache.maven.archetype.mojos</title>
+		<title>Maven Archetype Plugin 2.4 Reference Package org.apache.maven.archetype.mojos</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/components/archetype-archives/archetype-LATEST/maven-archetype-plugin/xref/org/apache/maven/archetype/ui/creation/package-frame.html
==============================================================================
--- websites/production/maven/components/archetype-archives/archetype-LATEST/maven-archetype-plugin/xref/org/apache/maven/archetype/ui/creation/package-frame.html (original)
+++ websites/production/maven/components/archetype-archives/archetype-LATEST/maven-archetype-plugin/xref/org/apache/maven/archetype/ui/creation/package-frame.html Sun Aug  9 18:06:52 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven Archetype Plugin 2.3 Reference Package org.apache.maven.archetype.ui.creation</title>
+		<title>Maven Archetype Plugin 2.4 Reference Package org.apache.maven.archetype.ui.creation</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/components/archetype-archives/archetype-LATEST/maven-archetype-plugin/xref/org/apache/maven/archetype/ui/creation/package-summary.html
==============================================================================
--- websites/production/maven/components/archetype-archives/archetype-LATEST/maven-archetype-plugin/xref/org/apache/maven/archetype/ui/creation/package-summary.html (original)
+++ websites/production/maven/components/archetype-archives/archetype-LATEST/maven-archetype-plugin/xref/org/apache/maven/archetype/ui/creation/package-summary.html Sun Aug  9 18:06:52 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven Archetype Plugin 2.3 Reference Package org.apache.maven.archetype.ui.creation</title>
+		<title>Maven Archetype Plugin 2.4 Reference Package org.apache.maven.archetype.ui.creation</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/components/archetype-archives/archetype-LATEST/maven-archetype-plugin/xref/org/apache/maven/archetype/ui/generation/package-frame.html
==============================================================================
--- websites/production/maven/components/archetype-archives/archetype-LATEST/maven-archetype-plugin/xref/org/apache/maven/archetype/ui/generation/package-frame.html (original)
+++ websites/production/maven/components/archetype-archives/archetype-LATEST/maven-archetype-plugin/xref/org/apache/maven/archetype/ui/generation/package-frame.html Sun Aug  9 18:06:52 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven Archetype Plugin 2.3 Reference Package org.apache.maven.archetype.ui.generation</title>
+		<title>Maven Archetype Plugin 2.4 Reference Package org.apache.maven.archetype.ui.generation</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/components/archetype-archives/archetype-LATEST/maven-archetype-plugin/xref/org/apache/maven/archetype/ui/generation/package-summary.html
==============================================================================
--- websites/production/maven/components/archetype-archives/archetype-LATEST/maven-archetype-plugin/xref/org/apache/maven/archetype/ui/generation/package-summary.html (original)
+++ websites/production/maven/components/archetype-archives/archetype-LATEST/maven-archetype-plugin/xref/org/apache/maven/archetype/ui/generation/package-summary.html Sun Aug  9 18:06:52 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven Archetype Plugin 2.3 Reference Package org.apache.maven.archetype.ui.generation</title>
+		<title>Maven Archetype Plugin 2.4 Reference Package org.apache.maven.archetype.ui.generation</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/components/archetype-archives/archetype-LATEST/maven-archetype-plugin/xref/org/apache/maven/archetype/ui/package-frame.html
==============================================================================
--- websites/production/maven/components/archetype-archives/archetype-LATEST/maven-archetype-plugin/xref/org/apache/maven/archetype/ui/package-frame.html (original)
+++ websites/production/maven/components/archetype-archives/archetype-LATEST/maven-archetype-plugin/xref/org/apache/maven/archetype/ui/package-frame.html Sun Aug  9 18:06:52 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven Archetype Plugin 2.3 Reference Package org.apache.maven.archetype.ui</title>
+		<title>Maven Archetype Plugin 2.4 Reference Package org.apache.maven.archetype.ui</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/components/archetype-archives/archetype-LATEST/maven-archetype-plugin/xref/org/apache/maven/archetype/ui/package-summary.html
==============================================================================
--- websites/production/maven/components/archetype-archives/archetype-LATEST/maven-archetype-plugin/xref/org/apache/maven/archetype/ui/package-summary.html (original)
+++ websites/production/maven/components/archetype-archives/archetype-LATEST/maven-archetype-plugin/xref/org/apache/maven/archetype/ui/package-summary.html Sun Aug  9 18:06:52 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven Archetype Plugin 2.3 Reference Package org.apache.maven.archetype.ui</title>
+		<title>Maven Archetype Plugin 2.4 Reference Package org.apache.maven.archetype.ui</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/components/archetype-archives/archetype-LATEST/maven-archetype-plugin/xref/overview-frame.html
==============================================================================
--- websites/production/maven/components/archetype-archives/archetype-LATEST/maven-archetype-plugin/xref/overview-frame.html (original)
+++ websites/production/maven/components/archetype-archives/archetype-LATEST/maven-archetype-plugin/xref/overview-frame.html Sun Aug  9 18:06:52 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven Archetype Plugin 2.3 Reference</title>
+		<title>Maven Archetype Plugin 2.4 Reference</title>
 		<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/components/archetype-archives/archetype-LATEST/maven-archetype-plugin/xref/overview-summary.html
==============================================================================
--- websites/production/maven/components/archetype-archives/archetype-LATEST/maven-archetype-plugin/xref/overview-summary.html (original)
+++ websites/production/maven/components/archetype-archives/archetype-LATEST/maven-archetype-plugin/xref/overview-summary.html Sun Aug  9 18:06:52 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven Archetype Plugin 2.3 Reference</title>
+		<title>Maven Archetype Plugin 2.4 Reference</title>
 		<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -24,7 +24,7 @@
 	        </ul>
       	</div>
 		
-		      	<h2>Maven Archetype Plugin 2.3 Reference</h2>
+		      	<h2>Maven Archetype Plugin 2.4 Reference</h2>
 
 		<table class="summary">
         	<thead>

Modified: websites/production/maven/components/archetype-archives/archetype-LATEST/modules.html
==============================================================================
--- websites/production/maven/components/archetype-archives/archetype-LATEST/modules.html (original)
+++ websites/production/maven/components/archetype-archives/archetype-LATEST/modules.html Sun Aug  9 18:06:52 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-05
+ | Generated by Apache Maven Doxia at 2015-08-09
  | 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="20150305" />
+    <meta name="Date-Revision-yyyymmdd" content="20150809" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven Archetype &#x2013; Project Modules</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -135,8 +135,6 @@
               <ul class="dropdown-menu">
                                   <li>      <a href="surefire-report.html"  title="Surefire Report">Surefire Report</a>
 </li>
-                                  <li>      <a href="checkstyle.html"  title="Checkstyle">Checkstyle</a>
-</li>
                                   <li>      <a href="sonar.html"  title="Sonar">Sonar</a>
 </li>
                               </ul>
@@ -258,8 +256,8 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-05</li> <li class="divider pull-right">|</li>
-              <li id="projectVersion" class="pull-right">Version: 2.3</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-08-09</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 2.4</li>
             
                             </ul>
       </div>
@@ -449,7 +447,7 @@
             </li>
               </ul>
         </li>
-                                                                                                        
+                                                                                      
       <li>
     
                           <a href="project-reports.html" title="Project Reports">

Modified: websites/production/maven/components/archetype-archives/archetype-LATEST/plugin-management.html
==============================================================================
--- websites/production/maven/components/archetype-archives/archetype-LATEST/plugin-management.html (original)
+++ websites/production/maven/components/archetype-archives/archetype-LATEST/plugin-management.html Sun Aug  9 18:06:52 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-05
+ | Generated by Apache Maven Doxia at 2015-08-09
  | 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="20150305" />
+    <meta name="Date-Revision-yyyymmdd" content="20150809" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven Archetype &#x2013; Project Plugin Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -135,8 +135,6 @@
               <ul class="dropdown-menu">
                                   <li>      <a href="surefire-report.html"  title="Surefire Report">Surefire Report</a>
 </li>
-                                  <li>      <a href="checkstyle.html"  title="Checkstyle">Checkstyle</a>
-</li>
                                   <li>      <a href="sonar.html"  title="Sonar">Sonar</a>
 </li>
                               </ul>
@@ -258,8 +256,8 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-05</li> <li class="divider pull-right">|</li>
-              <li id="projectVersion" class="pull-right">Version: 2.3</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-08-09</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 2.4</li>
             
                             </ul>
       </div>
@@ -449,7 +447,7 @@
             </li>
               </ul>
         </li>
-                                                                                                        
+                                                                                      
       <li>
     
                           <a href="project-reports.html" title="Project Reports">

Modified: websites/production/maven/components/archetype-archives/archetype-LATEST/plugins.html
==============================================================================
--- websites/production/maven/components/archetype-archives/archetype-LATEST/plugins.html (original)
+++ websites/production/maven/components/archetype-archives/archetype-LATEST/plugins.html Sun Aug  9 18:06:52 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-05
+ | Generated by Apache Maven Doxia at 2015-08-09
  | 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="20150305" />
+    <meta name="Date-Revision-yyyymmdd" content="20150809" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven Archetype &#x2013; Project Build Plugins</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -135,8 +135,6 @@
               <ul class="dropdown-menu">
                                   <li>      <a href="surefire-report.html"  title="Surefire Report">Surefire Report</a>
 </li>
-                                  <li>      <a href="checkstyle.html"  title="Checkstyle">Checkstyle</a>
-</li>
                                   <li>      <a href="sonar.html"  title="Sonar">Sonar</a>
 </li>
                               </ul>
@@ -258,8 +256,8 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-05</li> <li class="divider pull-right">|</li>
-              <li id="projectVersion" class="pull-right">Version: 2.3</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-08-09</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 2.4</li>
             
                             </ul>
       </div>
@@ -449,7 +447,7 @@
             </li>
               </ul>
         </li>
-                                                                                                        
+                                                                                      
       <li>
     
                           <a href="project-reports.html" title="Project Reports">

Modified: websites/production/maven/components/archetype-archives/archetype-LATEST/project-info.html
==============================================================================
--- websites/production/maven/components/archetype-archives/archetype-LATEST/project-info.html (original)
+++ websites/production/maven/components/archetype-archives/archetype-LATEST/project-info.html Sun Aug  9 18:06:52 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-05
+ | Generated by Apache Maven Doxia at 2015-08-09
  | 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="20150305" />
+    <meta name="Date-Revision-yyyymmdd" content="20150809" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven Archetype &#x2013; Project Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -135,8 +135,6 @@
               <ul class="dropdown-menu">
                                   <li>      <a href="surefire-report.html"  title="Surefire Report">Surefire Report</a>
 </li>
-                                  <li>      <a href="checkstyle.html"  title="Checkstyle">Checkstyle</a>
-</li>
                                   <li>      <a href="sonar.html"  title="Sonar">Sonar</a>
 </li>
                               </ul>
@@ -258,8 +256,8 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-05</li> <li class="divider pull-right">|</li>
-              <li id="projectVersion" class="pull-right">Version: 2.3</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-08-09</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 2.4</li>
             
                             </ul>
       </div>
@@ -449,7 +447,7 @@
             </li>
               </ul>
         </li>
-                                                                                                        
+                                                                                      
       <li>
     
                           <a href="project-reports.html" title="Project Reports">

Modified: websites/production/maven/components/archetype-archives/archetype-LATEST/project-reports.html
==============================================================================
--- websites/production/maven/components/archetype-archives/archetype-LATEST/project-reports.html (original)
+++ websites/production/maven/components/archetype-archives/archetype-LATEST/project-reports.html Sun Aug  9 18:06:52 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-05
+ | Generated by Apache Maven Doxia at 2015-08-09
  | 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="20150305" />
+    <meta name="Date-Revision-yyyymmdd" content="20150809" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven Archetype &#x2013; Generated Reports</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -135,8 +135,6 @@
               <ul class="dropdown-menu">
                                   <li>      <a href="surefire-report.html"  title="Surefire Report">Surefire Report</a>
 </li>
-                                  <li>      <a href="checkstyle.html"  title="Checkstyle">Checkstyle</a>
-</li>
                                   <li>      <a href="sonar.html"  title="Sonar">Sonar</a>
 </li>
                               </ul>
@@ -258,8 +256,8 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-05</li> <li class="divider pull-right">|</li>
-              <li id="projectVersion" class="pull-right">Version: 2.3</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-08-09</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 2.4</li>
             
                             </ul>
       </div>
@@ -344,7 +342,7 @@
           <i class="icon-chevron-right"></i>
         Project Information</a>
                   </li>
-                                                                                                            
+                                                                                          
       <li class="active">
     
             <a href="#"><i class="icon-chevron-down"></i>Project Reports</a>
@@ -359,13 +357,6 @@
                       
       <li>
     
-                          <a href="checkstyle.html" title="Checkstyle">
-          <i class="none"></i>
-        Checkstyle</a>
-            </li>
-                      
-      <li>
-    
                           <a href="sonar.html" title="Sonar">
           <i class="none"></i>
         Sonar</a>
@@ -546,9 +537,6 @@
 <td><a href="surefire-report.html">Surefire Report</a></td>
 <td>Report on the test results of the project.</td></tr>
 <tr class="a">
-<td><a href="checkstyle.html">Checkstyle</a></td>
-<td>Report on coding style conventions.</td></tr>
-<tr class="b">
 <td><a href="sonar.html">Sonar</a></td>
 <td>Quality analysis dashboard.</td></tr></table></div></div>
                   </div>

Modified: websites/production/maven/components/archetype-archives/archetype-LATEST/project-summary.html
==============================================================================
--- websites/production/maven/components/archetype-archives/archetype-LATEST/project-summary.html (original)
+++ websites/production/maven/components/archetype-archives/archetype-LATEST/project-summary.html Sun Aug  9 18:06:52 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-05
+ | Generated by Apache Maven Doxia at 2015-08-09
  | 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="20150305" />
+    <meta name="Date-Revision-yyyymmdd" content="20150809" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven Archetype &#x2013; Project Summary</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -135,8 +135,6 @@
               <ul class="dropdown-menu">
                                   <li>      <a href="surefire-report.html"  title="Surefire Report">Surefire Report</a>
 </li>
-                                  <li>      <a href="checkstyle.html"  title="Checkstyle">Checkstyle</a>
-</li>
                                   <li>      <a href="sonar.html"  title="Sonar">Sonar</a>
 </li>
                               </ul>
@@ -258,8 +256,8 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-05</li> <li class="divider pull-right">|</li>
-              <li id="projectVersion" class="pull-right">Version: 2.3</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-08-09</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 2.4</li>
             
                             </ul>
       </div>
@@ -449,7 +447,7 @@
             </li>
               </ul>
         </li>
-                                                                                                        
+                                                                                      
       <li>
     
                           <a href="project-reports.html" title="Project Reports">
@@ -663,7 +661,7 @@
 <td>maven-archetype</td></tr>
 <tr class="b">
 <td>Version</td>
-<td>2.3</td></tr>
+<td>2.4</td></tr>
 <tr class="a">
 <td>Type</td>
 <td>pom</td></tr></table></div></div>

Modified: websites/production/maven/components/archetype-archives/archetype-LATEST/sonar.html
==============================================================================
--- websites/production/maven/components/archetype-archives/archetype-LATEST/sonar.html (original)
+++ websites/production/maven/components/archetype-archives/archetype-LATEST/sonar.html Sun Aug  9 18:06:52 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-05
+ | Generated by Apache Maven Doxia at 2015-08-09
  | 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="20150305" />
+    <meta name="Date-Revision-yyyymmdd" content="20150809" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven Archetype &#x2013; Sonar</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -135,8 +135,6 @@
               <ul class="dropdown-menu">
                                   <li>      <a href="surefire-report.html"  title="Surefire Report">Surefire Report</a>
 </li>
-                                  <li>      <a href="checkstyle.html"  title="Checkstyle">Checkstyle</a>
-</li>
                                   <li>      <a href="sonar.html"  title="Sonar">Sonar</a>
 </li>
                               </ul>
@@ -258,8 +256,8 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-05</li> <li class="divider pull-right">|</li>
-              <li id="projectVersion" class="pull-right">Version: 2.3</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-08-09</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 2.4</li>
             
                             </ul>
       </div>
@@ -344,7 +342,7 @@
           <i class="icon-chevron-right"></i>
         Project Information</a>
                   </li>
-                                                                                                                  
+                                                                                                
       <li>
     
                           <a href="project-reports.html" title="Project Reports">
@@ -359,13 +357,6 @@
         Surefire Report</a>
             </li>
                       
-      <li>
-    
-                          <a href="checkstyle.html" title="Checkstyle">
-          <i class="none"></i>
-        Checkstyle</a>
-            </li>
-                      
       <li class="active">
     
             <a href="#"><i class="none"></i>Sonar</a>

Modified: websites/production/maven/components/archetype-archives/archetype-LATEST/source-repository.html
==============================================================================
--- websites/production/maven/components/archetype-archives/archetype-LATEST/source-repository.html (original)
+++ websites/production/maven/components/archetype-archives/archetype-LATEST/source-repository.html Sun Aug  9 18:06:52 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-05
+ | Generated by Apache Maven Doxia at 2015-08-09
  | 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="20150305" />
+    <meta name="Date-Revision-yyyymmdd" content="20150809" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven Archetype &#x2013; Source Repository</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -135,8 +135,6 @@
               <ul class="dropdown-menu">
                                   <li>      <a href="surefire-report.html"  title="Surefire Report">Surefire Report</a>
 </li>
-                                  <li>      <a href="checkstyle.html"  title="Checkstyle">Checkstyle</a>
-</li>
                                   <li>      <a href="sonar.html"  title="Sonar">Sonar</a>
 </li>
                               </ul>
@@ -258,8 +256,8 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-05</li> <li class="divider pull-right">|</li>
-              <li id="projectVersion" class="pull-right">Version: 2.3</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-08-09</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 2.4</li>
             
                             </ul>
       </div>
@@ -449,7 +447,7 @@
             </li>
               </ul>
         </li>
-                                                                                                        
+                                                                                      
       <li>
     
                           <a href="project-reports.html" title="Project Reports">

Modified: websites/production/maven/components/archetype-archives/archetype-LATEST/surefire-report.html
==============================================================================
--- websites/production/maven/components/archetype-archives/archetype-LATEST/surefire-report.html (original)
+++ websites/production/maven/components/archetype-archives/archetype-LATEST/surefire-report.html Sun Aug  9 18:06:52 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-05
+ | Generated by Apache Maven Doxia at 2015-08-09
  | 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="20150305" />
+    <meta name="Date-Revision-yyyymmdd" content="20150809" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven Archetype &#x2013; Surefire Report</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -135,8 +135,6 @@
               <ul class="dropdown-menu">
                                   <li>      <a href="surefire-report.html"  title="Surefire Report">Surefire Report</a>
 </li>
-                                  <li>      <a href="checkstyle.html"  title="Checkstyle">Checkstyle</a>
-</li>
                                   <li>      <a href="sonar.html"  title="Sonar">Sonar</a>
 </li>
                               </ul>
@@ -258,8 +256,8 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-05</li> <li class="divider pull-right">|</li>
-              <li id="projectVersion" class="pull-right">Version: 2.3</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-08-09</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 2.4</li>
             
                             </ul>
       </div>
@@ -344,7 +342,7 @@
           <i class="icon-chevron-right"></i>
         Project Information</a>
                   </li>
-                                                                                                                  
+                                                                                                
       <li>
     
                           <a href="project-reports.html" title="Project Reports">
@@ -359,13 +357,6 @@
                       
       <li>
     
-                          <a href="checkstyle.html" title="Checkstyle">
-          <i class="none"></i>
-        Checkstyle</a>
-            </li>
-                      
-      <li>
-    
                           <a href="sonar.html" title="Sonar">
           <i class="none"></i>
         Sonar</a>

Modified: websites/production/maven/components/archetype-archives/archetype-LATEST/team-list.html
==============================================================================
--- websites/production/maven/components/archetype-archives/archetype-LATEST/team-list.html (original)
+++ websites/production/maven/components/archetype-archives/archetype-LATEST/team-list.html Sun Aug  9 18:06:52 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-03-05
+ | Generated by Apache Maven Doxia at 2015-08-09
  | 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="20150305" />
+    <meta name="Date-Revision-yyyymmdd" content="20150809" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven Archetype &#x2013; Team list</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -135,8 +135,6 @@
               <ul class="dropdown-menu">
                                   <li>      <a href="surefire-report.html"  title="Surefire Report">Surefire Report</a>
 </li>
-                                  <li>      <a href="checkstyle.html"  title="Checkstyle">Checkstyle</a>
-</li>
                                   <li>      <a href="sonar.html"  title="Sonar">Sonar</a>
 </li>
                               </ul>
@@ -258,8 +256,8 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-03-05</li> <li class="divider pull-right">|</li>
-              <li id="projectVersion" class="pull-right">Version: 2.3</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-08-09</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 2.4</li>
             
                             </ul>
       </div>
@@ -449,7 +447,7 @@
             </li>
               </ul>
         </li>
-                                                                                                        
+                                                                                      
       <li>
     
                           <a href="project-reports.html" title="Project Reports">