svn commit: r1346803 [18/19] - in /cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0: ./ apidocs/ apidocs/org/apache/cocoon/maven/deployer/ apidocs/org/apache/cocoon/maven/deployer/class-use/ apidocs/org/apache/cocoon/maven/deployer/monolithic/ apido...

[email protected]
Newsgroups gmane.text.xml.cocoon.cvs
Message-ID <[email protected]>
Modified: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/deploy-mojo.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/deploy-mojo.html?rev=1346803&r1=1346802&r2=1346803&view=diff
==============================================================================
--- cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/deploy-mojo.html (original)
+++ cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/deploy-mojo.html Wed Jun  6 09:45:04 2012
@@ -27,19 +27,15 @@
 
 <html>
   <head>
-    <title>      Cocoon Maven 2 Plugin - 
+    <title>      
     cocoon:deploy
   </title>
-    <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
-      @import url("./css/site.css");
-    </style>
+    <link rel="stylesheet" href="./css/apache-cocoon-thien-maven-skin.min.css" />
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <script src="./js/getBlank.js" language="javascript" type="text/javascript"></script>
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+    <script src="./js/apache-cocoon-thien-maven-skin.min.js" language="javascript" type="text/javascript"></script>
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   </head>
-  <body>
+  <body onload="javascript:prettyPrint();">
     <div id="breadtrail">
        <p><a href="http://www.apache.org">Apache</a> &raquo; <a href="../../../../">Cocoon</a> &raquo;</p>
     </div>
@@ -63,13 +59,13 @@
          <div id="projectBar">
            <p class="cocoonHome"><a href="./index.html"><img
            src="images/pmc-home.gif"
-           alt="  Cocoon Maven 2 Plugin
+           alt="  Cocoon Maven Plugin
       1.0
    homepage"
-           border="0" title="  Cocoon Maven 2 Plugin
+           border="0" title="  Cocoon Maven Plugin
       1.0
    homepage" /></a></p>
-           <h1 class="projectTitle"><a href="./index.html">  Cocoon Maven 2 Plugin
+           <h1 class="projectTitle"><a href="./index.html">  Cocoon Maven Plugin
       1.0
   </a></h1>
                          <ul class="projectList">
@@ -77,7 +73,7 @@
                 <li><a href="../../../../2.2/core-modules/">Core <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/blocks/">Blocks <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/maven-plugins/">Maven Plugins <span class="pl-version-small">2.2</span></a></li>
-                <li><strong><a href="../../../..//3.0/">Cocoon 3.0 <span class="pl-version-small">[alpha]</span></a></em></strong></li>            
+                <li><strong><a href="../../../..//3.0/">Cocoon 3.0</a></em></strong></li>
                 <li><strong><a href="../../../../subprojects/">Subprojects</a></strong></li>
               </ul>
                     </div>
@@ -88,11 +84,11 @@
     <div id="content">
          <ul id="menu">
         <li>
-              Cocoon Maven 2 Plugins
+              Cocoon Maven 2 Plugin
             <ul>
                   
     <li >
-              <a href="1295_1_1.html">Introduction</a>
+              <a href="index.html">Introduction</a>
         </li>
                   
   
@@ -165,25 +161,24 @@
        <div class="main">
          
   
-  
-    <a name="cocoon:deploy"></a><div class="section"><h2>cocoon:deploy</h2>
-      <p><strong>Full name</strong>:</p>
-      <p>org.apache.cocoon:cocoon-maven-plugin:1.0.0-RC1-SNAPSHOT:deploy</p>
-      <p><strong>Description</strong>:</p>
+    <div class="section"><h2>cocoon:deploy<a name="cocoon:deploy"></a></h2>
+      <p><b>Full name</b>:</p>
+      <p>org.apache.cocoon:cocoon-maven-plugin:1.0.2-SNAPSHOT:deploy</p>
+      <p><b>Description</b>:</p>
       <div>Create a web application that makes use of Cocoon blocks. In the
 case of a web application module, (packaging: war) all referenced
 blocks are added, in the case of block (packaging: jar)
 additionally a minimal Cocoon environemt is created and it is also
 possible to reference <i>other</i> locally available blocks and to
 set custom properties to make development highly dynamic.</div>
-      <p><strong>Attributes</strong>:</p>
+      <p><b>Attributes</b>:</p>
       <ul>
-        <li>Requires a Maven 2.0 project to be executed.</li>
-        <li>Requires dependency resolution of artifacts in scope: <code>runtime</code>.</li>
-        <li>Binds by default to the lifecycle phase: <code>package</code>.</li>
+        <li>Requires a Maven project to be executed.</li>
+        <li>Requires dependency resolution of artifacts in scope: <tt>runtime</tt>.</li>
+        <li>Binds by default to the <a class="externalLink" href="http://maven.apache.org/ref/current/maven-core/lifecycles.html">lifecycle phase</a>: <tt>package</tt>.</li>
       </ul>
-      <a name="Required Parameters"></a><div class="section"><h3>Required Parameters</h3>
-        <table class="bodyTable">
+      <div class="section"><h3>Required Parameters<a name="Required_Parameters"></a></h3>
+        <table class="bodyTable" border="0">
           <tr class="a">
             <th>Name</th>
             <th>Type</th>
@@ -191,27 +186,27 @@ set custom properties to make developmen
             <th>Description</th>
           </tr>
           <tr class="b">
-            <td><strong><a href="#project">project</a></strong></td>
-            <td><code>MavenProject</code></td>
-            <td><code>-</code></td>
-            <td>The project whose project files to create. </td>
+            <td><b><a href="#project">project</a></b></td>
+            <td><tt>MavenProject</tt></td>
+            <td><tt>-</tt></td>
+            <td>The project whose project files to create.<br /><b>User property is</b>: <tt>project</tt>.</td>
           </tr>
           <tr class="a">
-            <td><strong><a href="#warSourceDirectory">warSourceDirectory</a></strong></td>
-            <td><code>File</code></td>
-            <td><code>-</code></td>
-            <td>Single directory for extra files to include in the WAR. </td>
+            <td><b><a href="#warSourceDirectory">warSourceDirectory</a></b></td>
+            <td><tt>File</tt></td>
+            <td><tt>-</tt></td>
+            <td>Single directory for extra files to include in the WAR.<br /></td>
           </tr>
           <tr class="b">
-            <td><strong><a href="#webappDirectory">webappDirectory</a></strong></td>
-            <td><code>File</code></td>
-            <td><code>-</code></td>
-            <td>The directory where the webapp is built. </td>
+            <td><b><a href="#webappDirectory">webappDirectory</a></b></td>
+            <td><tt>File</tt></td>
+            <td><tt>-</tt></td>
+            <td>The directory where the webapp is built.<br /></td>
           </tr>
         </table>
       </div>
-      <a name="Optional Parameters"></a><div class="section"><h3>Optional Parameters</h3>
-        <table class="bodyTable">
+      <div class="section"><h3>Optional Parameters<a name="Optional_Parameters"></a></h3>
+        <table class="bodyTable" border="0">
           <tr class="a">
             <th>Name</th>
             <th>Type</th>
@@ -219,62 +214,62 @@ set custom properties to make developmen
             <th>Description</th>
           </tr>
           <tr class="b">
-            <td><strong><a href="#useShieldingClassLoader">useShieldingClassLoader</a></strong></td>
-            <td><code>boolean</code></td>
-            <td><code>-</code></td>
-            <td>Use shielded classloading </td>
+            <td><b><a href="#useShieldingClassLoader">useShieldingClassLoader</a></b></td>
+            <td><tt>boolean</tt></td>
+            <td><tt>-</tt></td>
+            <td>Use shielded classloading<br /><b>User property is</b>: <tt>maven.war.shieldingclassloader</tt>.</td>
           </tr>
           <tr class="a">
-            <td><strong><a href="#useShieldingRepository">useShieldingRepository</a></strong></td>
-            <td><code>boolean</code></td>
-            <td><code>-</code></td>
-            <td>Move jars for shielded classloading </td>
+            <td><b><a href="#useShieldingRepository">useShieldingRepository</a></b></td>
+            <td><tt>boolean</tt></td>
+            <td><tt>-</tt></td>
+            <td>Move jars for shielded classloading<br /><b>User property is</b>: <tt>maven.war.shieldingrepository</tt>.</td>
           </tr>
           <tr class="b">
-            <td><strong><a href="#webXml">webXml</a></strong></td>
-            <td><code>String</code></td>
-            <td><code>-</code></td>
-            <td>The path to the web.xml file to use. </td>
+            <td><b><a href="#webXml">webXml</a></b></td>
+            <td><tt>String</tt></td>
+            <td><tt>-</tt></td>
+            <td>The path to the web.xml file to use.<br /><b>User property is</b>: <tt>maven.war.webxml</tt>.</td>
           </tr>
         </table>
       </div>
-      <a name="Parameter Details"></a><div class="section"><h3>Parameter Details</h3>
-        <strong><a name="project">project</a>:</strong>
+      <div class="section"><h3>Parameter Details<a name="Parameter_Details"></a></h3>
+        <p><b><a name="project">project</a>:</b></p>
         <div>The project whose project files to create.</div>
         <ul>
-          <li><strong>Type</strong>: <code>org.apache.maven.project.MavenProject</code></li>
-          <li><strong>Required</strong>: <code>Yes</code></li>
-          <li><strong>Expression</strong>: <code>${project}</code></li>
-        </ul><hr></hr><strong><a name="useShieldingClassLoader">useShieldingClassLoader</a>:</strong>
+          <li><b>Type</b>: <tt>org.apache.maven.project.MavenProject</tt></li>
+          <li><b>Required</b>: <tt>Yes</tt></li>
+          <li><b>User Property</b>: <tt>project</tt></li>
+        </ul><hr /><p><b><a name="useShieldingClassLoader">useShieldingClassLoader</a>:</b></p>
         <div>Use shielded classloading</div>
         <ul>
-          <li><strong>Type</strong>: <code>boolean</code></li>
-          <li><strong>Required</strong>: <code>No</code></li>
-          <li><strong>Expression</strong>: <code>${maven.war.shieldingclassloader}</code></li>
-        </ul><hr></hr><strong><a name="useShieldingRepository">useShieldingRepository</a>:</strong>
+          <li><b>Type</b>: <tt>boolean</tt></li>
+          <li><b>Required</b>: <tt>No</tt></li>
+          <li><b>User Property</b>: <tt>maven.war.shieldingclassloader</tt></li>
+        </ul><hr /><p><b><a name="useShieldingRepository">useShieldingRepository</a>:</b></p>
         <div>Move jars for shielded classloading</div>
         <ul>
-          <li><strong>Type</strong>: <code>boolean</code></li>
-          <li><strong>Required</strong>: <code>No</code></li>
-          <li><strong>Expression</strong>: <code>${maven.war.shieldingrepository}</code></li>
-        </ul><hr></hr><strong><a name="warSourceDirectory">warSourceDirectory</a>:</strong>
+          <li><b>Type</b>: <tt>boolean</tt></li>
+          <li><b>Required</b>: <tt>No</tt></li>
+          <li><b>User Property</b>: <tt>maven.war.shieldingrepository</tt></li>
+        </ul><hr /><p><b><a name="warSourceDirectory">warSourceDirectory</a>:</b></p>
         <div>Single directory for extra files to include in the WAR.</div>
         <ul>
-          <li><strong>Type</strong>: <code>java.io.File</code></li>
-          <li><strong>Required</strong>: <code>Yes</code></li>
-          <li><strong>Expression</strong>: <code>${basedir}/src/main/webapp</code></li>
-        </ul><hr></hr><strong><a name="webXml">webXml</a>:</strong>
+          <li><b>Type</b>: <tt>java.io.File</tt></li>
+          <li><b>Required</b>: <tt>Yes</tt></li>
+          <li><b>Expression</b>: <tt>${basedir}/src/main/webapp</tt></li>
+        </ul><hr /><p><b><a name="webXml">webXml</a>:</b></p>
         <div>The path to the web.xml file to use.</div>
         <ul>
-          <li><strong>Type</strong>: <code>java.lang.String</code></li>
-          <li><strong>Required</strong>: <code>No</code></li>
-          <li><strong>Expression</strong>: <code>${maven.war.webxml}</code></li>
-        </ul><hr></hr><strong><a name="webappDirectory">webappDirectory</a>:</strong>
+          <li><b>Type</b>: <tt>java.lang.String</tt></li>
+          <li><b>Required</b>: <tt>No</tt></li>
+          <li><b>User Property</b>: <tt>maven.war.webxml</tt></li>
+        </ul><hr /><p><b><a name="webappDirectory">webappDirectory</a>:</b></p>
         <div>The directory where the webapp is built.</div>
         <ul>
-          <li><strong>Type</strong>: <code>java.io.File</code></li>
-          <li><strong>Required</strong>: <code>Yes</code></li>
-          <li><strong>Expression</strong>: <code>${project.build.directory}/${project.build.finalName}</code></li>
+          <li><b>Type</b>: <tt>java.io.File</tt></li>
+          <li><b>Required</b>: <tt>Yes</tt></li>
+          <li><b>Expression</b>: <tt>${project.build.directory}/${project.build.finalName}</tt></li>
         </ul>
       </div>
     </div>
@@ -285,10 +280,15 @@ set custom properties to make developmen
 
     <!-- end of content -->
     <div id="footer">
-      <p>&#169;  
-          1999-2008
+      <p>Copyright &copy;  
+          1999-2012
     
           The Apache Software Foundation
+      All Rights Reserved.</p>
+
+      <p>
+      Apache Cocoon, Apache, the Apache feather logo, and the Apache Cocoon project logos are trademarks of The Apache Software Foundation.
+      All other marks mentioned may be trademarks or registered trademarks of their respective owners.
       </p>
     </div>
     <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">

Modified: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/deploy-war-mojo.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/deploy-war-mojo.html?rev=1346803&r1=1346802&r2=1346803&view=diff
==============================================================================
--- cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/deploy-war-mojo.html (original)
+++ cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/deploy-war-mojo.html Wed Jun  6 09:45:04 2012
@@ -27,19 +27,15 @@
 
 <html>
   <head>
-    <title>      Cocoon Maven 2 Plugin - 
+    <title>      
     cocoon:deploy-war
   </title>
-    <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
-      @import url("./css/site.css");
-    </style>
+    <link rel="stylesheet" href="./css/apache-cocoon-thien-maven-skin.min.css" />
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <script src="./js/getBlank.js" language="javascript" type="text/javascript"></script>
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+    <script src="./js/apache-cocoon-thien-maven-skin.min.js" language="javascript" type="text/javascript"></script>
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   </head>
-  <body>
+  <body onload="javascript:prettyPrint();">
     <div id="breadtrail">
        <p><a href="http://www.apache.org">Apache</a> &raquo; <a href="../../../../">Cocoon</a> &raquo;</p>
     </div>
@@ -63,13 +59,13 @@
          <div id="projectBar">
            <p class="cocoonHome"><a href="./index.html"><img
            src="images/pmc-home.gif"
-           alt="  Cocoon Maven 2 Plugin
+           alt="  Cocoon Maven Plugin
       1.0
    homepage"
-           border="0" title="  Cocoon Maven 2 Plugin
+           border="0" title="  Cocoon Maven Plugin
       1.0
    homepage" /></a></p>
-           <h1 class="projectTitle"><a href="./index.html">  Cocoon Maven 2 Plugin
+           <h1 class="projectTitle"><a href="./index.html">  Cocoon Maven Plugin
       1.0
   </a></h1>
                          <ul class="projectList">
@@ -77,7 +73,7 @@
                 <li><a href="../../../../2.2/core-modules/">Core <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/blocks/">Blocks <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/maven-plugins/">Maven Plugins <span class="pl-version-small">2.2</span></a></li>
-                <li><strong><a href="../../../..//3.0/">Cocoon 3.0 <span class="pl-version-small">[alpha]</span></a></em></strong></li>            
+                <li><strong><a href="../../../..//3.0/">Cocoon 3.0</a></em></strong></li>
                 <li><strong><a href="../../../../subprojects/">Subprojects</a></strong></li>
               </ul>
                     </div>
@@ -88,11 +84,11 @@
     <div id="content">
          <ul id="menu">
         <li>
-              Cocoon Maven 2 Plugins
+              Cocoon Maven 2 Plugin
             <ul>
                   
     <li >
-              <a href="1295_1_1.html">Introduction</a>
+              <a href="index.html">Introduction</a>
         </li>
                   
   
@@ -165,20 +161,19 @@
        <div class="main">
          
   
-  
-    <a name="cocoon:deploy-war"></a><div class="section"><h2>cocoon:deploy-war</h2>
-      <p><strong>Full name</strong>:</p>
-      <p>org.apache.cocoon:cocoon-maven-plugin:1.0.0-RC1-SNAPSHOT:deploy-war</p>
-      <p><strong>Description</strong>:</p>
+    <div class="section"><h2>cocoon:deploy-war<a name="cocoon:deploy-war"></a></h2>
+      <p><b>Full name</b>:</p>
+      <p>org.apache.cocoon:cocoon-maven-plugin:1.0.2-SNAPSHOT:deploy-war</p>
+      <p><b>Description</b>:</p>
       <div>Create a packaged Cocoon web application (.war file) based on a
 block deployment descriptor.</div>
-      <p><strong>Attributes</strong>:</p>
+      <p><b>Attributes</b>:</p>
       <ul>
-        <li>Requires a Maven 2.0 project to be executed.</li>
-        <li>Binds by default to the lifecycle phase: <code>package</code>.</li>
+        <li>Requires a Maven project to be executed.</li>
+        <li>Binds by default to the <a class="externalLink" href="http://maven.apache.org/ref/current/maven-core/lifecycles.html">lifecycle phase</a>: <tt>package</tt>.</li>
       </ul>
-      <a name="Required Parameters"></a><div class="section"><h3>Required Parameters</h3>
-        <table class="bodyTable">
+      <div class="section"><h3>Required Parameters<a name="Required_Parameters"></a></h3>
+        <table class="bodyTable" border="0">
           <tr class="a">
             <th>Name</th>
             <th>Type</th>
@@ -186,39 +181,39 @@ block deployment descriptor.</div>
             <th>Description</th>
           </tr>
           <tr class="b">
-            <td><strong><a href="#outputDirectory">outputDirectory</a></strong></td>
-            <td><code>String</code></td>
-            <td><code>-</code></td>
-            <td>The directory for the generated WAR. </td>
+            <td><b><a href="#outputDirectory">outputDirectory</a></b></td>
+            <td><tt>String</tt></td>
+            <td><tt>-</tt></td>
+            <td>The directory for the generated WAR.<br /><b>User property is</b>: <tt>project.build.directory</tt>.</td>
           </tr>
           <tr class="a">
-            <td><strong><a href="#project">project</a></strong></td>
-            <td><code>MavenProject</code></td>
-            <td><code>-</code></td>
-            <td>The project whose project files to create. </td>
+            <td><b><a href="#project">project</a></b></td>
+            <td><tt>MavenProject</tt></td>
+            <td><tt>-</tt></td>
+            <td>The project whose project files to create.<br /><b>User property is</b>: <tt>project</tt>.</td>
           </tr>
           <tr class="b">
-            <td><strong><a href="#warName">warName</a></strong></td>
-            <td><code>String</code></td>
-            <td><code>-</code></td>
-            <td>The name of the generated war. </td>
+            <td><b><a href="#warName">warName</a></b></td>
+            <td><tt>String</tt></td>
+            <td><tt>-</tt></td>
+            <td>The name of the generated war.<br /><b>User property is</b>: <tt>project.build.finalName</tt>.</td>
           </tr>
           <tr class="a">
-            <td><strong><a href="#warSourceDirectory">warSourceDirectory</a></strong></td>
-            <td><code>File</code></td>
-            <td><code>-</code></td>
-            <td>Single directory for extra files to include in the WAR. </td>
+            <td><b><a href="#warSourceDirectory">warSourceDirectory</a></b></td>
+            <td><tt>File</tt></td>
+            <td><tt>-</tt></td>
+            <td>Single directory for extra files to include in the WAR.<br /></td>
           </tr>
           <tr class="b">
-            <td><strong><a href="#webappDirectory">webappDirectory</a></strong></td>
-            <td><code>File</code></td>
-            <td><code>-</code></td>
-            <td>The directory where the webapp is built. </td>
+            <td><b><a href="#webappDirectory">webappDirectory</a></b></td>
+            <td><tt>File</tt></td>
+            <td><tt>-</tt></td>
+            <td>The directory where the webapp is built.<br /></td>
           </tr>
         </table>
       </div>
-      <a name="Optional Parameters"></a><div class="section"><h3>Optional Parameters</h3>
-        <table class="bodyTable">
+      <div class="section"><h3>Optional Parameters<a name="Optional_Parameters"></a></h3>
+        <table class="bodyTable" border="0">
           <tr class="a">
             <th>Name</th>
             <th>Type</th>
@@ -226,85 +221,85 @@ block deployment descriptor.</div>
             <th>Description</th>
           </tr>
           <tr class="b">
-            <td><strong><a href="#archive">archive</a></strong></td>
-            <td><code>MavenArchiveConfiguration</code></td>
-            <td><code>-</code></td>
-            <td>The maven archive configuration to use. </td>
+            <td><b><a href="#archive">archive</a></b></td>
+            <td><tt>MavenArchiveConfiguration</tt></td>
+            <td><tt>-</tt></td>
+            <td>The maven archive configuration to use.<br /></td>
           </tr>
           <tr class="a">
-            <td><strong><a href="#useShieldingClassLoader">useShieldingClassLoader</a></strong></td>
-            <td><code>boolean</code></td>
-            <td><code>-</code></td>
-            <td>Use shielded classloading </td>
+            <td><b><a href="#useShieldingClassLoader">useShieldingClassLoader</a></b></td>
+            <td><tt>boolean</tt></td>
+            <td><tt>-</tt></td>
+            <td>Use shielded classloading<br /><b>User property is</b>: <tt>maven.war.shieldingclassloader</tt>.</td>
           </tr>
           <tr class="b">
-            <td><strong><a href="#useShieldingRepository">useShieldingRepository</a></strong></td>
-            <td><code>boolean</code></td>
-            <td><code>-</code></td>
-            <td>Move jars for shielded classloading </td>
+            <td><b><a href="#useShieldingRepository">useShieldingRepository</a></b></td>
+            <td><tt>boolean</tt></td>
+            <td><tt>-</tt></td>
+            <td>Move jars for shielded classloading<br /><b>User property is</b>: <tt>maven.war.shieldingrepository</tt>.</td>
           </tr>
           <tr class="a">
-            <td><strong><a href="#webXml">webXml</a></strong></td>
-            <td><code>String</code></td>
-            <td><code>-</code></td>
-            <td>The path to the web.xml file to use. </td>
+            <td><b><a href="#webXml">webXml</a></b></td>
+            <td><tt>String</tt></td>
+            <td><tt>-</tt></td>
+            <td>The path to the web.xml file to use.<br /><b>User property is</b>: <tt>maven.war.webxml</tt>.</td>
           </tr>
         </table>
       </div>
-      <a name="Parameter Details"></a><div class="section"><h3>Parameter Details</h3>
-        <strong><a name="archive">archive</a>:</strong>
+      <div class="section"><h3>Parameter Details<a name="Parameter_Details"></a></h3>
+        <p><b><a name="archive">archive</a>:</b></p>
         <div>The maven archive configuration to use.</div>
         <ul>
-          <li><strong>Type</strong>: <code>org.apache.maven.archiver.MavenArchiveConfiguration</code></li>
-          <li><strong>Required</strong>: <code>No</code></li>
-        </ul><hr></hr><strong><a name="outputDirectory">outputDirectory</a>:</strong>
+          <li><b>Type</b>: <tt>org.apache.maven.archiver.MavenArchiveConfiguration</tt></li>
+          <li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr /><p><b><a name="outputDirectory">outputDirectory</a>:</b></p>
         <div>The directory for the generated WAR.</div>
         <ul>
-          <li><strong>Type</strong>: <code>java.lang.String</code></li>
-          <li><strong>Required</strong>: <code>Yes</code></li>
-          <li><strong>Expression</strong>: <code>${project.build.directory}</code></li>
-        </ul><hr></hr><strong><a name="project">project</a>:</strong>
+          <li><b>Type</b>: <tt>java.lang.String</tt></li>
+          <li><b>Required</b>: <tt>Yes</tt></li>
+          <li><b>User Property</b>: <tt>project.build.directory</tt></li>
+        </ul><hr /><p><b><a name="project">project</a>:</b></p>
         <div>The project whose project files to create.</div>
         <ul>
-          <li><strong>Type</strong>: <code>org.apache.maven.project.MavenProject</code></li>
-          <li><strong>Required</strong>: <code>Yes</code></li>
-          <li><strong>Expression</strong>: <code>${project}</code></li>
-        </ul><hr></hr><strong><a name="useShieldingClassLoader">useShieldingClassLoader</a>:</strong>
+          <li><b>Type</b>: <tt>org.apache.maven.project.MavenProject</tt></li>
+          <li><b>Required</b>: <tt>Yes</tt></li>
+          <li><b>User Property</b>: <tt>project</tt></li>
+        </ul><hr /><p><b><a name="useShieldingClassLoader">useShieldingClassLoader</a>:</b></p>
         <div>Use shielded classloading</div>
         <ul>
-          <li><strong>Type</strong>: <code>boolean</code></li>
-          <li><strong>Required</strong>: <code>No</code></li>
-          <li><strong>Expression</strong>: <code>${maven.war.shieldingclassloader}</code></li>
-        </ul><hr></hr><strong><a name="useShieldingRepository">useShieldingRepository</a>:</strong>
+          <li><b>Type</b>: <tt>boolean</tt></li>
+          <li><b>Required</b>: <tt>No</tt></li>
+          <li><b>User Property</b>: <tt>maven.war.shieldingclassloader</tt></li>
+        </ul><hr /><p><b><a name="useShieldingRepository">useShieldingRepository</a>:</b></p>
         <div>Move jars for shielded classloading</div>
         <ul>
-          <li><strong>Type</strong>: <code>boolean</code></li>
-          <li><strong>Required</strong>: <code>No</code></li>
-          <li><strong>Expression</strong>: <code>${maven.war.shieldingrepository}</code></li>
-        </ul><hr></hr><strong><a name="warName">warName</a>:</strong>
+          <li><b>Type</b>: <tt>boolean</tt></li>
+          <li><b>Required</b>: <tt>No</tt></li>
+          <li><b>User Property</b>: <tt>maven.war.shieldingrepository</tt></li>
+        </ul><hr /><p><b><a name="warName">warName</a>:</b></p>
         <div>The name of the generated war.</div>
         <ul>
-          <li><strong>Type</strong>: <code>java.lang.String</code></li>
-          <li><strong>Required</strong>: <code>Yes</code></li>
-          <li><strong>Expression</strong>: <code>${project.build.finalName}</code></li>
-        </ul><hr></hr><strong><a name="warSourceDirectory">warSourceDirectory</a>:</strong>
+          <li><b>Type</b>: <tt>java.lang.String</tt></li>
+          <li><b>Required</b>: <tt>Yes</tt></li>
+          <li><b>User Property</b>: <tt>project.build.finalName</tt></li>
+        </ul><hr /><p><b><a name="warSourceDirectory">warSourceDirectory</a>:</b></p>
         <div>Single directory for extra files to include in the WAR.</div>
         <ul>
-          <li><strong>Type</strong>: <code>java.io.File</code></li>
-          <li><strong>Required</strong>: <code>Yes</code></li>
-          <li><strong>Expression</strong>: <code>${basedir}/src/main/webapp</code></li>
-        </ul><hr></hr><strong><a name="webXml">webXml</a>:</strong>
+          <li><b>Type</b>: <tt>java.io.File</tt></li>
+          <li><b>Required</b>: <tt>Yes</tt></li>
+          <li><b>Expression</b>: <tt>${basedir}/src/main/webapp</tt></li>
+        </ul><hr /><p><b><a name="webXml">webXml</a>:</b></p>
         <div>The path to the web.xml file to use.</div>
         <ul>
-          <li><strong>Type</strong>: <code>java.lang.String</code></li>
-          <li><strong>Required</strong>: <code>No</code></li>
-          <li><strong>Expression</strong>: <code>${maven.war.webxml}</code></li>
-        </ul><hr></hr><strong><a name="webappDirectory">webappDirectory</a>:</strong>
+          <li><b>Type</b>: <tt>java.lang.String</tt></li>
+          <li><b>Required</b>: <tt>No</tt></li>
+          <li><b>User Property</b>: <tt>maven.war.webxml</tt></li>
+        </ul><hr /><p><b><a name="webappDirectory">webappDirectory</a>:</b></p>
         <div>The directory where the webapp is built.</div>
         <ul>
-          <li><strong>Type</strong>: <code>java.io.File</code></li>
-          <li><strong>Required</strong>: <code>Yes</code></li>
-          <li><strong>Expression</strong>: <code>${project.build.directory}/${project.build.finalName}</code></li>
+          <li><b>Type</b>: <tt>java.io.File</tt></li>
+          <li><b>Required</b>: <tt>Yes</tt></li>
+          <li><b>Expression</b>: <tt>${project.build.directory}/${project.build.finalName}</tt></li>
         </ul>
       </div>
     </div>
@@ -315,10 +310,15 @@ block deployment descriptor.</div>
 
     <!-- end of content -->
     <div id="footer">
-      <p>&#169;  
-          1999-2008
+      <p>Copyright &copy;  
+          1999-2012
     
           The Apache Software Foundation
+      All Rights Reserved.</p>
+
+      <p>
+      Apache Cocoon, Apache, the Apache feather logo, and the Apache Cocoon project logos are trademarks of The Apache Software Foundation.
+      All other marks mentioned may be trademarks or registered trademarks of their respective owners.
       </p>
     </div>
     <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">

Added: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/close.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/close.gif?rev=1346803&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/close.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Modified: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/cocoon-logo.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/cocoon-logo.gif?rev=1346803&r1=1346802&r2=1346803&view=diff
==============================================================================
Binary files - no diff available.

Modified: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/cocoon_logo.jpg
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/cocoon_logo.jpg?rev=1346803&r1=1346802&r2=1346803&view=diff
==============================================================================
Binary files - no diff available.

Modified: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/cocoon_logo.png
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/cocoon_logo.png?rev=1346803&r1=1346802&r2=1346803&view=diff
==============================================================================
Binary files - no diff available.

Added: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/external.png
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/external.png?rev=1346803&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/external.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/index.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/index.html?rev=1346803&r1=1346802&r2=1346803&view=diff
==============================================================================
--- cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/index.html (original)
+++ cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/index.html Wed Jun  6 09:45:04 2012
@@ -1 +1,223 @@
-<head><meta http-equiv="refresh" content="0; URL=1295_1_1.html"></head>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>      Cocoon Maven 2 Plugin - Introduction
+  </title>
+    <link rel="stylesheet" href="./css/apache-cocoon-thien-maven-skin.min.css" />
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+    <script src="./js/apache-cocoon-thien-maven-skin.min.js" language="javascript" type="text/javascript"></script>
+          <meta name="author" content="Apache Cocoon Documentation Team" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+  </head>
+  <body onload="javascript:prettyPrint();">
+    <div id="breadtrail">
+       <p><a href="http://www.apache.org">Apache</a> &raquo; <a href="../../../../">Cocoon</a> &raquo;</p>
+    </div>
+    <div id="top">
+      <div id="header">
+          <div class="projectlogo">
+             <a href="../../../../"><img class="logoImage"
+               src="images/cocoon_logo.jpg"
+                alt="Apache Cocoon" border="0" /></a>
+          </div>
+          <div class="grouplogo">
+             <p class="grouptitle"><a href="../../../../">The Apache Cocoon Project</a><img
+               src="images/apache-logo.jpg" alt="Cocoon Project Logo" /></p>
+             <form class="searchbox" action="http://www.google.com/search" method="get">
+               <input value="cocoon.apache.org" name="sitesearch" type="hidden" />
+               <input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google" />&nbsp;
+               <input class="searchboxsubmit" name="Search" value="Search" type="submit" />
+             </form>
+         </div>
+         </div>
+         <div id="projectBar">
+           <p class="cocoonHome"><a href="./index.html"><img
+           src="images/pmc-home.gif"
+           alt="  Cocoon Maven Plugin
+      1.0
+   homepage"
+           border="0" title="  Cocoon Maven Plugin
+      1.0
+   homepage" /></a></p>
+           <h1 class="projectTitle"><a href="./index.html">  Cocoon Maven Plugin
+      1.0
+  </a></h1>
+                         <ul class="projectList">
+                <li><strong><a href="../../../../2.2/">Cocoon 2.2</a></em></strong></li>
+                <li><a href="../../../../2.2/core-modules/">Core <span class="pl-version-small">2.2</span></a></li>
+                <li><a href="../../../../2.2/blocks/">Blocks <span class="pl-version-small">2.2</span></a></li>
+                <li><a href="../../../../2.2/maven-plugins/">Maven Plugins <span class="pl-version-small">2.2</span></a></li>
+                <li><strong><a href="../../../..//3.0/">Cocoon 3.0</a></em></strong></li>
+                <li><strong><a href="../../../../subprojects/">Subprojects</a></strong></li>
+              </ul>
+                    </div>
+         <div class="projectBarClear"><!-- --></div>
+      </div>
+    <!-- end of top -->
+
+    <div id="content">
+         <ul id="menu">
+        <li>
+              Cocoon Maven 2 Plugin
+            <ul>
+                  
+    <li >
+              <strong>Introduction</strong>
+        </li>
+                  
+  
+
+
+              
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class='menuCollapse'>
+              <a href="1359_1_1.html">Block Prepare (goal)</a>
+              </li>
+                  
+  
+
+
+              
+      
+            
+      
+            
+      
+              
+        <li class='menuCollapse'>
+              <a href="1361_1_1.html">Deployer (goal)</a>
+              </li>
+              </ul>
+    </li>
+      <li>
+              Project Documentation
+            <ul>
+                  
+  
+
+
+              
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class='menuCollapse'>
+              <a href="project-info.html">Project Information</a>
+              </li>
+                  
+  
+
+
+              
+      
+            
+      
+            
+      
+              
+        <li class='menuCollapse'>
+              <a href="project-reports.html">Project Reports</a>
+              </li>
+              </ul>
+    </li>
+      </ul>
+       <div class="main">
+         <!-- Licensed to the Apache Software Foundation (ASF) under one
+      or more contributor license agreements.  See the NOTICE file
+      distributed with this work for additional information
+      regarding copyright ownership.  The ASF licenses this file
+      to you under the Apache License, Version 2.0 (the
+      "License"); you may not use this file except in compliance
+      with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+      Unless required by applicable law or agreed to in writing,
+      software distributed under the License is distributed on an
+      "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+      KIND, either express or implied.  See the License for the
+      specific language governing permissions and limitations
+      under the License. -->
+         <div id="contentBody"><div id="bodyText"><h1 class="docTitle">Introduction</h1><p>The Cocoon Maven 2 plugin provides some goals that make the developer's life
+easier. Currently it contains</p><ul>
+<li><a href="1297_1_1.html">Cocoon Block preparation goal<br />
+</a></li>
+<li><a href="1358_1_1.html">Cocoon Deployer goal</a></li>
+</ul><h1>Cocoon Block preparation goal</h1>The purpose of the <a href="1297_1_1.html">block preparation goal</a> is making
+a block runnable as web application and enabling <b>rapid application
+development</b>. It uses the
+<a class="externalLink" href="http://commons.apache.org/jci/">Apache Commons JCI</a>
+library which provides a reloading classloader. As the names already promises,
+it is able to watch resources (e.g. <tt>.class</tt> files) for changes. In such
+a case the classloader will use the latest version of the resources in the
+future.Some Java servlet containers already provide the automatic reload of loaded
+servlet contexts in the case of changes but this comes with the downside that
+you might lose&#xa0; the application state and that you are not allowed to change the
+signatures of classes and methods.<h1>Cocoon Deployer goal</h1><p>The <a href="1358_1_1.html">Cocoon Deployer goal </a>provides two features that
+rewrite a web application in order to add functionality that comes from</p><ul>
+<li>reversing the classloader hierarchy</li>
+<li>patching your web.xml</li>
+</ul></div></div>
+       
+       </div>
+    </div>
+
+    <!-- end of content -->
+    <div id="footer">
+      <p>Copyright &copy;  
+          1999-2012
+    
+          The Apache Software Foundation
+      All Rights Reserved.</p>
+
+      <p>
+      Apache Cocoon, Apache, the Apache feather logo, and the Apache Cocoon project logos are trademarks of The Apache Software Foundation.
+      All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+      </p>
+    </div>
+    <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
+    </script>
+    <script type="text/javascript">
+      _uacct = "UA-1740622-3";
+      urchinTracker();
+    </script>
+
+  </body>
+</html>
\ No newline at end of file

Added: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/js/apache-cocoon-thien-maven-skin.min.js
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/js/apache-cocoon-thien-maven-skin.min.js?rev=1346803&view=auto
==============================================================================
--- cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/js/apache-cocoon-thien-maven-skin.min.js (added)
+++ cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/js/apache-cocoon-thien-maven-skin.min.js Wed Jun  6 09:45:04 2012
@@ -0,0 +1 @@
+function getBlank(b,a){if(b.value==a){b.value=""}return true}var q=null;window.PR_SHOULD_USE_CONTINUATION=!0;(function(){function d(F){function w(J){var K=J.charCodeAt(0);if(K!==92){return K}var I=J.charAt(1);return(K=k[I])?K:"0"<=I&&I<="7"?parseInt(J.substring(1),8):I==="u"||I==="x"?parseInt(J.substring(2),16):J.charCodeAt(1)}function C(I){if(I<32){return(I<16?"\\x0":"\\x")+I.toString(16)}I=String.fromCharCode(I);if(I==="\\"||I==="-"||I==="["||I==="]"){I="\\"+I}return I}function A(J){for(var M=J.substring(1,J.length-1).match(/\\u[\dA-Fa-f]{4}|\\x[\dA-Fa-f]{2}|\\[0-3][0-7]{0,2}|\\[0-7]{1,2}|\\[\S\s]|[^\\]/g),J=[],I=[],O=M[0]==="^",P=O?1:0,L=M.length;P<L;++P){var K=M[P];if(/\\[bdsw]/i.test(K)){J.push(K)}else{var K=w(K),N;P+2<L&&"-"===M[P+1]?(N=w(M[P+2]),P+=2):N=K;I.push([K,N]);N<65||K>122|
 |(N<65||K>90||I.push([Math.max(65,K)|32,Math.min(N,90)|32]),N<97||K>122||I.push([Math.max(97,K)&-33,Math.min(N,122)&-33]))}}I.sort(function(Q,R){return Q[0]-R[0]||R[1]-Q[1]});M=[];K=[NaN,NaN
 ];for(P=0;P<I.length;++P){L=I[P],L[0]<=K[1]+1?K[1]=Math.max(K[1],L[1]):M.push(K=L)}I=["["];O&&I.push("^");I.push.apply(I,J);for(P=0;P<M.length;++P){L=M[P],I.push(C(L[0])),L[1]>L[0]&&(L[1]+1>L[0]&&I.push("-"),I.push(C(L[1])))}I.push("]");return I.join("")}function E(J){for(var M=J.source.match(/\[(?:[^\\\]]|\\[\S\s])*]|\\u[\dA-Fa-f]{4}|\\x[\dA-Fa-f]{2}|\\\d+|\\[^\dux]|\(\?[!:=]|[()^]|[^()[\\^]+/g),I=M.length,N=[],O=0,L=0;O<I;++O){var K=M[O];K==="("?++L:"\\"===K.charAt(0)&&(K=+K.substring(1))&&K<=L&&(N[K]=-1)}for(O=1;O<N.length;++O){-1===N[O]&&(N[O]=++G)}for(L=O=0;O<I;++O){K=M[O],K==="("?(++L,N[L]===void 0&&(M[O]="(?:")):"\\"===K.charAt(0)&&(K=+K.substring(1))&&K<=L&&(M[O]="\\"+N[L])}for(L=O=0;O<I;++O){"^"===M[O]&&"^"!==M[O+1]&&(M[O]="")}if(J.ignoreCase&&H){for(O=0;O<I;++O){K=M[O],J=K.charA
 t(0),K.length>=2&&J==="["?M[O]=A(K):J!=="\\"&&(M[O]=K.replace(/[A-Za-z]/g,function(P){P=P.charCodeAt(0);return"["+String.fromCharCode(P&-33,P|32)+"]"}))}}return M.join("")}for(var G=0,H=!1,x
 =!1,u=0,D=F.length;u<D;++u){var B=F[u];if(B.ignoreCase){x=!0}else{if(/[a-z]/i.test(B.source.replace(/\\u[\da-f]{4}|\\x[\da-f]{2}|\\[^UXux]/gi,""))){H=!0;x=!1;break}}}for(var k={b:8,t:9,n:10,v:11,f:12,r:13},v=[],u=0,D=F.length;u<D;++u){B=F[u];if(B.global||B.multiline){throw Error(""+B)}v.push("(?:"+E(B)+")")}return RegExp(v.join("|"),x?"gi":"g")}function c(B){function u(E){switch(E.nodeType){case 1:if(x.test(E.className)){break}for(var F=E.firstChild;F;F=F.nextSibling){u(F)}F=E.nodeName;if("BR"===F||"LI"===F){w[D]="\n",C[D<<1]=A++,C[D++<<1|1]=E}break;case 3:case 4:F=E.nodeValue,F.length&&(F=k?F.replace(/\r\n?/g,"\n"):F.replace(/[\t\n\r ]+/g," "),w[D]=F,C[D<<1]=A,A+=F.length,C[D++<<1|1]=E)}}var x=/(?:^|\s)nocode(?:\s|$)/,w=[],A=0,C=[],D=0,v;B.currentStyle?v=B.currentStyle.whiteSpace:window.
 getComputedStyle&&(v=document.defaultView.getComputedStyle(B,q).getPropertyValue("white-space"));var k=v&&"pre"===v.substring(0,3);u(B);return{a:w.join("").replace(/\n$/,""),c:C}}function t(
 u,k,w,v){k&&(u={a:k,d:u},w(u),v.push.apply(v,u.e))}function h(u,k){function x(P){for(var F=P.d,C=[F,"pln"],L=0,J=P.a.match(A)||[],B={},E=0,N=J.length;E<N;++E){var K=J[E],O=B[K],D=void 0,M;if(typeof O==="string"){M=!1}else{var I=w[K.charAt(0)];if(I){D=K.match(I[1]),O=I[0]}else{for(M=0;M<v;++M){if(I=k[M],D=K.match(I[1])){O=I[0];break}}D||(O="pln")}if((M=O.length>=5&&"lang-"===O.substring(0,5))&&!(D&&typeof D[1]==="string")){M=!1,O="src"}M||(B[K]=O)}I=L;L+=K.length;if(M){M=D[1];var H=K.indexOf(M),G=H+M.length;D[2]&&(G=K.length-D[2].length,H=G-M.length);O=O.substring(5);t(F+I,K.substring(0,H),x,C);t(F+I+H,M,s(O,M),C);t(F+I+G,K.substring(G),x,C)}else{C.push(F+I,O)}}P.e=C}var w={},A;(function(){for(var G=u.concat(k),B=[],F={},H=0,E=G.length;H<E;++H){var D=G[H],I=D[3];if(I){for(var C=I.length;--
 C>=0;){w[I.charAt(C)]=D}}D=D[1];I=""+D;F.hasOwnProperty(I)||(B.push(D),F[I]=q)}B.push(/[\S\s]/);A=d(B)})();var v=k.length;return x}function o(u){var k=[],w=[];u.tripleQuotedStrings?k.push(["
 str",/^(?:'''(?:[^'\\]|\\[\S\s]|''?(?=[^']))*(?:'''|$)|"""(?:[^"\\]|\\[\S\s]|""?(?=[^"]))*(?:"""|$)|'(?:[^'\\]|\\[\S\s])*(?:'|$)|"(?:[^"\\]|\\[\S\s])*(?:"|$))/,q,"'\""]):u.multiLineStrings?k.push(["str",/^(?:'(?:[^'\\]|\\[\S\s])*(?:'|$)|"(?:[^"\\]|\\[\S\s])*(?:"|$)|`(?:[^\\`]|\\[\S\s])*(?:`|$))/,q,"'\"`"]):k.push(["str",/^(?:'(?:[^\n\r'\\]|\\.)*(?:'|$)|"(?:[^\n\r"\\]|\\.)*(?:"|$))/,q,"\"'"]);u.verbatimStrings&&w.push(["str",/^@"(?:[^"]|"")*(?:"|$)/,q]);var v=u.hashComments;v&&(u.cStyleComments?(v>1?k.push(["com",/^#(?:##(?:[^#]|#(?!##))*(?:###|$)|.*)/,q,"#"]):k.push(["com",/^#(?:(?:define|elif|else|endif|error|ifdef|include|ifndef|line|pragma|undef|warning)\b|[^\n\r]*)/,q,"#"]),w.push(["str",/^<(?:(?:(?:\.\.\/)*|\/?)(?:[\w-]+(?:\/[\w-]+)+)?[\w-]+\.h|[a-z]\w*)>/,q])):k.push(["com",/^#[^\n\
 r]*/,q,"#"]));u.cStyleComments&&(w.push(["com",/^\/\/[^\n\r]*/,q]),w.push(["com",/^\/\*[\S\s]*?(?:\*\/|$)/,q]));u.regexLiterals&&w.push(["lang-regex",/^(?:^^\.?|[!+-]|!=|!==|#|%|%=|&|&&|&&=|
 &=|\(|\*|\*=|\+=|,|-=|->|\/|\/=|:|::|;|<|<<|<<=|<=|=|==|===|>|>=|>>|>>=|>>>|>>>=|[?@[^]|\^=|\^\^|\^\^=|{|\||\|=|\|\||\|\|=|~|break|case|continue|delete|do|else|finally|instanceof|return|throw|try|typeof)\s*(\/(?=[^*/])(?:[^/[\\]|\\[\S\s]|\[(?:[^\\\]]|\\[\S\s])*(?:]|$))+\/)/]);(v=u.types)&&w.push(["typ",v]);u=(""+u.keywords).replace(/^ | $/g,"");u.length&&w.push(["kwd",RegExp("^(?:"+u.replace(/[\s,]+/g,"|")+")\\b"),q]);k.push(["pln",/^\s+/,q," \r\n\t\xa0"]);w.push(["lit",/^@[$_a-z][\w$@]*/i,q],["typ",/^(?:[@_]?[A-Z]+[a-z][\w$@]*|\w+_t\b)/,q],["pln",/^[$_a-z][\w$@]*/i,q],["lit",/^(?:0x[\da-f]+|(?:\d(?:_\d+)*\d*(?:\.\d*)?|\.\d\+)(?:e[+-]?\d+)?)[a-z]*/i,q,"0123456789"],["pln",/^\\[\S\s]?/,q],["pun",/^.[^\s\w"-$'./@\\`]*/,q]);return h(k,w)}function r(H,x){function E(K){switch(K.nodeType){case 
 1:if(B.test(K.className)){break}if("BR"===K.nodeName){C(K),K.parentNode&&K.parentNode.removeChild(K)}else{for(K=K.firstChild;K;K=K.nextSibling){E(K)}}break;case 3:case 4:if(v){var k=K.nodeVa
 lue,L=k.match(I);if(L){var M=k.substring(0,L.index);K.nodeValue=M;(k=k.substring(L.index+L[0].length))&&K.parentNode.insertBefore(J.createTextNode(k),K.nextSibling);C(K);M||K.parentNode.removeChild(K)}}}}function C(K){function k(M,R){var Q=R?M.cloneNode(!1):M,P=M.parentNode;if(P){var P=k(P,1),O=M.nextSibling;P.appendChild(Q);for(var N=O;N;N=O){O=N.nextSibling,P.appendChild(N)}}return Q}for(;!K.nextSibling;){if(K=K.parentNode,!K){return}}for(var K=k(K.nextSibling,0),L;(L=K.parentNode)&&L.nodeType===1;){K=L}F.push(K)}var B=/(?:^|\s)nocode(?:\s|$)/,I=/\r\n?|\n/,J=H.ownerDocument,A;H.currentStyle?A=H.currentStyle.whiteSpace:window.getComputedStyle&&(A=J.defaultView.getComputedStyle(H,q).getPropertyValue("white-space"));var v=A&&"pre"===A.substring(0,3);for(A=J.createElement("LI");H.firstChild
 ;){A.appendChild(H.firstChild)}for(var F=[A],D=0;D<F.length;++D){E(F[D])}x===(x|0)&&F[0].setAttribute("value",x);var u=J.createElement("OL");u.className="linenums";for(var w=Math.max(0,x-1|0
 )||0,D=0,G=F.length;D<G;++D){A=F[D],A.className="L"+(D+w)%10,A.firstChild||A.appendChild(J.createTextNode("\xa0")),u.appendChild(A)}H.appendChild(u)}function z(u,k){for(var w=k.length;--w>=0;){var v=k[w];y.hasOwnProperty(v)?window.console&&console.warn("cannot override language handler %s",v):y[v]=u}}function s(u,k){if(!u||!y.hasOwnProperty(u)){u=/^\s*</.test(k)?"default-markup":"default-code"}return y[u]}function p(X){var L=X.g;try{var T=c(X.h),Q=T.a;X.a=Q;X.c=T.c;X.d=0;s(L,Q)(X);var N=/\bMSIE\b/.test(navigator.userAgent),L=/\n/g,F=X.a,G=F.length,T=0,M=X.c,I=M.length,Q=0,U=X.e,R=U.length,X=0;U[R]=G;var H,K;for(K=H=0;K<R;){U[K]!==U[K+2]?(U[H++]=U[K++],U[H++]=U[K++]):K+=2}R=H;for(K=H=0;K<R;){for(var A=U[K],S=U[K+1],W=K+2;W+2<=R&&U[W+1]===S;){W+=2}U[H++]=A;U[H++]=S;K=W}for(U.length=H;Q<I;){
 var J=M[Q+2]||G,V=U[X+2]||G,W=Math.min(J,V),P=M[Q+1],O;if(P.nodeType!==1&&(O=F.substring(T,W))){N&&(O=O.replace(L,"\r"));P.nodeValue=O;var E=P.ownerDocument,D=E.createElement("SPAN");D.class
 Name=U[X+1];var B=P.parentNode;B.replaceChild(D,P);D.appendChild(P);T<J&&(M[Q+1]=P=E.createTextNode(F.substring(W,J)),B.insertBefore(P,D.nextSibling))}T=W;T>=J&&(Q+=2);T>=V&&(X+=2)}}catch(C){"console" in window&&console.log(C&&C.stack?C.stack:C)}}var m=["break,continue,do,else,for,if,return,while"],j=[[m,"auto,case,char,const,default,double,enum,extern,float,goto,int,long,register,short,signed,sizeof,static,struct,switch,typedef,union,unsigned,void,volatile"],"catch,class,delete,false,import,new,operator,private,protected,public,this,throw,true,try,typeof"],n=[j,"alignof,align_union,asm,axiom,bool,concept,concept_map,const_cast,constexpr,decltype,dynamic_cast,explicit,export,friend,inline,late_check,mutable,namespace,nullptr,reinterpret_cast,static_assert,static_cast,template,typeid,typen
 ame,using,virtual,where"],l=[j,"abstract,boolean,byte,extends,final,finally,implements,import,instanceof,null,native,package,strictfp,super,synchronized,throws,transient"],i=[l,"as,base,by,c
 hecked,decimal,delegate,descending,dynamic,event,fixed,foreach,from,group,implicit,in,interface,internal,into,is,lock,object,out,override,orderby,params,partial,readonly,ref,sbyte,sealed,stackalloc,string,select,uint,ulong,unchecked,unsafe,ushort,var"],j=[j,"debugger,eval,export,function,get,null,set,undefined,var,with,Infinity,NaN"],g=[m,"and,as,assert,class,def,del,elif,except,exec,finally,from,global,import,in,is,lambda,nonlocal,not,or,pass,print,raise,try,with,yield,False,True,None"],f=[m,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],m=[m,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"],e=/^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?
 iterator|(multi)?(set|map)|bitset|u?(int|float)\d*)/,b=/\S/,a=o({keywords:[n,i,j,"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package
 ,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END"+g,f,m],hashComments:!0,cStyleComments:!0,multiLineStrings:!0,regexLiterals:!0}),y={};z(a,["default-code"]);z(h([],[["pln",/^[^<?]+/],["dec",/^<!\w[^>]*(?:>|$)/],["com",/^<\!--[\S\s]*?(?:--\>|$)/],["lang-",/^<\?([\S\s]+?)(?:\?>|$)/],["lang-",/^<%([\S\s]+?)(?:%>|$)/],["pun",/^(?:<[%?]|[%?]>)/],["lang-",/^<xmp\b[^>]*>([\S\s]+?)<\/xmp\b[^>]*>/i],["lang-js",/^<script\b[^>]*>([\S\s]*?)(<\/script\b[^>]*>)/i],["lang-css",/^<style\b[^>]*>([\S\s]*?)(<\/style\b[^>]*>)/i],["lang-in.tag",/^(<\/?[a-z][^<>]*>)/i]]),["default-markup","htm","html","mxml","xhtml","xml","xsl"]);z(h([["pln",/^\s+/,q," \t\r\n"],["atv",/^(?:"[^"]*"?|'[^']*'?)/,q,"\"'"]],[["tag",/^^<\/?[a-z](?:[\w-.:]*\w)?|\/?>$/i],["atn",/^(?!style[\s=]|on)[a-z](?:[\w:-]*\w)?/
 i],["lang-uq.val",/^=\s*([^\s"'>]*(?:[^\s"'/>]|\/(?=\s)))/],["pun",/^[/<->]+/],["lang-js",/^on\w+\s*=\s*"([^"]+)"/i],["lang-js",/^on\w+\s*=\s*'([^']+)'/i],["lang-js",/^on\w+\s*=\s*([^\s"'>]+
 )/i],["lang-css",/^style\s*=\s*"([^"]+)"/i],["lang-css",/^style\s*=\s*'([^']+)'/i],["lang-css",/^style\s*=\s*([^\s"'>]+)/i]]),["in.tag"]);z(h([],[["atv",/^[\S\s]+/]]),["uq.val"]);z(o({keywords:n,hashComments:!0,cStyleComments:!0,types:e}),["c","cc","cpp","cxx","cyc","m"]);z(o({keywords:"null,true,false"}),["json"]);z(o({keywords:i,hashComments:!0,cStyleComments:!0,verbatimStrings:!0,types:e}),["cs"]);z(o({keywords:l,cStyleComments:!0}),["java"]);z(o({keywords:m,hashComments:!0,multiLineStrings:!0}),["bsh","csh","sh"]);z(o({keywords:g,hashComments:!0,multiLineStrings:!0,tripleQuotedStrings:!0}),["cv","py"]);z(o({keywords:"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN
 ,END",hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["perl","pl","pm"]);z(o({keywords:f,hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["rb"]);z(o({keywords:j,cStyleComments
 :!0,regexLiterals:!0}),["js"]);z(o({keywords:"all,and,by,catch,class,else,extends,false,finally,for,if,in,is,isnt,loop,new,no,not,null,of,off,on,or,return,super,then,true,try,unless,until,when,while,yes",hashComments:3,cStyleComments:!0,multilineStrings:!0,tripleQuotedStrings:!0,regexLiterals:!0}),["coffee"]);z(h([],[["str",/^[\S\s]+/]]),["regex"]);window.prettyPrintOne=function(u,k,w){var v=document.createElement("PRE");v.innerHTML=u;w&&r(v,w);p({g:k,i:w,h:v});return v.innerHTML};window.prettyPrint=function(E){function v(){for(var L=window.PR_SHOULD_USE_CONTINUATION?w.now()+250:Infinity;u<A.length&&w.now()<L;u++){var O=A[u],I=O.className;if(I.indexOf("prettyprint")>=0){var I=I.match(B),K,H;if(H=!I){H=O;for(var M=void 0,N=H.firstChild;N;N=N.nextSibling){var J=N.nodeType,M=J===1?M?H:N:J===
 3?b.test(N.nodeValue)?H:M:M}H=(K=M===H?void 0:M)&&"CODE"===K.tagName}H&&(I=K.className.match(B));I&&(I=I[1]);H=!1;for(M=O.parentNode;M;M=M.parentNode){if((M.tagName==="pre"||M.tagName==="cod
 e"||M.tagName==="xmp")&&M.className&&M.className.indexOf("prettyprint")>=0){H=!0;break}}H||((H=(H=O.className.match(/\blinenums\b(?::(\d+))?/))?H[1]&&H[1].length?+H[1]:!0:!1)&&r(O,H),D={g:I,h:O,i:H},p(D))}}u<A.length?setTimeout(v,250):E&&E()}for(var C=[document.getElementsByTagName("pre"),document.getElementsByTagName("code"),document.getElementsByTagName("xmp")],A=[],x=0;x<C.length;++x){for(var F=0,G=C[x].length;F<G;++F){A.push(C[x][F])}}var C=q,w=Date;w.now||(w={now:function(){return +new Date}});var u=0,D,B=/\blang(?:uage)?-([\w.]+)(?!\S)/;v()};window.PR={createSimpleLexer:h,registerLangHandler:z,sourceDecorator:o,PR_ATTRIB_NAME:"atn",PR_ATTRIB_VALUE:"atv",PR_COMMENT:"com",PR_DECLARATION:"dec",PR_KEYWORD:"kwd",PR_LITERAL:"lit",PR_NOCODE:"nocode",PR_PLAIN:"pln",PR_PUNCTUATION:"pun",PR_S
 OURCE:"src",PR_STRING:"str",PR_TAG:"tag",PR_TYPE:"typ"}})();
\ No newline at end of file

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/js/apache-cocoon-thien-maven-skin.min.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/js/apache-cocoon-thien-maven-skin.min.js
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/js/apache-cocoon-thien-maven-skin.min.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/license.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/license.html?rev=1346803&r1=1346802&r2=1346803&view=diff
==============================================================================
--- cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/license.html (original)
+++ cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/license.html Wed Jun  6 09:45:04 2012
@@ -27,18 +27,14 @@
 
 <html>
   <head>
-    <title>      Cocoon Maven 2 Plugin - Project License
+    <title>      Project License
   </title>
-    <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
-      @import url("./css/site.css");
-    </style>
+    <link rel="stylesheet" href="./css/apache-cocoon-thien-maven-skin.min.css" />
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <script src="./js/getBlank.js" language="javascript" type="text/javascript"></script>
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+    <script src="./js/apache-cocoon-thien-maven-skin.min.js" language="javascript" type="text/javascript"></script>
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   </head>
-  <body>
+  <body onload="javascript:prettyPrint();">
     <div id="breadtrail">
        <p><a href="http://www.apache.org">Apache</a> &raquo; <a href="../../../../">Cocoon</a> &raquo;</p>
     </div>
@@ -62,13 +58,13 @@
          <div id="projectBar">
            <p class="cocoonHome"><a href="./index.html"><img
            src="images/pmc-home.gif"
-           alt="  Cocoon Maven 2 Plugin
+           alt="  Cocoon Maven Plugin
       1.0
    homepage"
-           border="0" title="  Cocoon Maven 2 Plugin
+           border="0" title="  Cocoon Maven Plugin
       1.0
    homepage" /></a></p>
-           <h1 class="projectTitle"><a href="./index.html">  Cocoon Maven 2 Plugin
+           <h1 class="projectTitle"><a href="./index.html">  Cocoon Maven Plugin
       1.0
   </a></h1>
                          <ul class="projectList">
@@ -76,7 +72,7 @@
                 <li><a href="../../../../2.2/core-modules/">Core <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/blocks/">Blocks <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/maven-plugins/">Maven Plugins <span class="pl-version-small">2.2</span></a></li>
-                <li><strong><a href="../../../..//3.0/">Cocoon 3.0 <span class="pl-version-small">[alpha]</span></a></em></strong></li>            
+                <li><strong><a href="../../../..//3.0/">Cocoon 3.0</a></em></strong></li>
                 <li><strong><a href="../../../../subprojects/">Subprojects</a></strong></li>
               </ul>
                     </div>
@@ -87,11 +83,11 @@
     <div id="content">
          <ul id="menu">
         <li>
-              Cocoon Maven 2 Plugins
+              Cocoon Maven 2 Plugin
             <ul>
                   
     <li >
-              <a href="1295_1_1.html">Introduction</a>
+              <a href="index.html">Introduction</a>
         </li>
                   
   
@@ -180,7 +176,7 @@
     </li>
       </ul>
        <div class="main">
-         <div class="section"><h2>Overview</h2><p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p></div><div class="section"><h2>Project License</h2><div class="section"><h3>The Apache Software License, Version 2.0</h3><div class="source"><pre>
+         <div class="section"><h2>Overview<a name="Overview"></a></h2><a name="Overview"></a><p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p></div><div class="section"><h2>Project License<a name="Project_License"></a></h2><a name="Project_License"></a><div class="section"><h3>The Apache Software License, Version 2.0<a name="The_Apache_Software_License_Version_2.0"></a></h3><a name="The_Apache_Software_License_Version_2.0"></a><div class="source"><pre class="prettyprint">
                                  Apache License
                            Version 2.0, January 2004
                         http://www.apache.org/licenses/
@@ -388,10 +384,15 @@
 
     <!-- end of content -->
     <div id="footer">
-      <p>&#169;  
-          1999-2008
+      <p>Copyright &copy;  
+          1999-2012
     
           The Apache Software Foundation
+      All Rights Reserved.</p>
+
+      <p>
+      Apache Cocoon, Apache, the Apache feather logo, and the Apache Cocoon project logos are trademarks of The Apache Software Foundation.
+      All other marks mentioned may be trademarks or registered trademarks of their respective owners.
       </p>
     </div>
     <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">

Modified: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/plugin-info.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/plugin-info.html?rev=1346803&r1=1346802&r2=1346803&view=diff
==============================================================================
--- cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/plugin-info.html (original)
+++ cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/plugin-info.html Wed Jun  6 09:45:04 2012
@@ -27,18 +27,14 @@
 
 <html>
   <head>
-    <title>      Cocoon Maven 2 Plugin - Plugin Documentation
+    <title>      Plugin Documentation
   </title>
-    <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
-      @import url("./css/site.css");
-    </style>
+    <link rel="stylesheet" href="./css/apache-cocoon-thien-maven-skin.min.css" />
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <script src="./js/getBlank.js" language="javascript" type="text/javascript"></script>
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+    <script src="./js/apache-cocoon-thien-maven-skin.min.js" language="javascript" type="text/javascript"></script>
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   </head>
-  <body>
+  <body onload="javascript:prettyPrint();">
     <div id="breadtrail">
        <p><a href="http://www.apache.org">Apache</a> &raquo; <a href="../../../../">Cocoon</a> &raquo;</p>
     </div>
@@ -62,13 +58,13 @@
          <div id="projectBar">
            <p class="cocoonHome"><a href="./index.html"><img
            src="images/pmc-home.gif"
-           alt="  Cocoon Maven 2 Plugin
+           alt="  Cocoon Maven Plugin
       1.0
    homepage"
-           border="0" title="  Cocoon Maven 2 Plugin
+           border="0" title="  Cocoon Maven Plugin
       1.0
    homepage" /></a></p>
-           <h1 class="projectTitle"><a href="./index.html">  Cocoon Maven 2 Plugin
+           <h1 class="projectTitle"><a href="./index.html">  Cocoon Maven Plugin
       1.0
   </a></h1>
                          <ul class="projectList">
@@ -76,7 +72,7 @@
                 <li><a href="../../../../2.2/core-modules/">Core <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/blocks/">Blocks <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/maven-plugins/">Maven Plugins <span class="pl-version-small">2.2</span></a></li>
-                <li><strong><a href="../../../..//3.0/">Cocoon 3.0 <span class="pl-version-small">[alpha]</span></a></em></strong></li>            
+                <li><strong><a href="../../../..//3.0/">Cocoon 3.0</a></em></strong></li>
                 <li><strong><a href="../../../../subprojects/">Subprojects</a></strong></li>
               </ul>
                     </div>
@@ -87,11 +83,11 @@
     <div id="content">
          <ul id="menu">
         <li>
-              Cocoon Maven 2 Plugins
+              Cocoon Maven 2 Plugin
             <ul>
                   
     <li >
-              <a href="1295_1_1.html">Introduction</a>
+              <a href="index.html">Introduction</a>
         </li>
                   
   
@@ -176,14 +172,14 @@
     </li>
       </ul>
        <div class="main">
-         <div class="section"><h2>Plugin Documentation</h2><p>Goals available for this plugin:</p><table class="bodyTable"><tr class="a"><th>Goal</th><th>Description</th></tr><tr class="b"><td><a href="deploy-mojo.html">cocoon:deploy</a></td><td>Create a web application that makes use of Cocoon blocks. In the
+         <div class="section"><h2>Plugin Documentation<a name="Plugin_Documentation"></a></h2><a name="Plugin_Documentation"></a><p>Goals available for this plugin:</p><table border="0" class="bodyTable"><tr class="a"><th>Goal</th><th>Description</th></tr><tr class="b"><td><a href="deploy-mojo.html">cocoon:deploy</a></td><td>Create a web application that makes use of Cocoon blocks. In the
 case of a web application module, (packaging: war) all referenced
 blocks are added, in the case of block (packaging: jar)
 additionally a minimal Cocoon environemt is created and it is also
 possible to reference <i>other</i> locally available blocks and to
 set custom properties to make development highly dynamic.</td></tr><tr class="a"><td><a href="deploy-war-mojo.html">cocoon:deploy-war</a></td><td>Create a packaged Cocoon web application (.war file) based on a
 block deployment descriptor.</td></tr><tr class="b"><td><a href="prepare-mojo.html">cocoon:prepare</a></td><td>Create a web application environment for a Cocoon block, including
-support for the reloading classloader.</td></tr><tr class="a"><td><a href="rcl-mojo.html">cocoon:rcl</a></td><td><strong>Deprecated.</strong> Use <code>PrepareWebappMojo</code> instead.</td></tr></table></div><div class="section"><h2>System Requirements</h2><p>The following specifies the minimum requirements to run this Maven plugin:</p><table class="bodyTable"><tr class="b"><td>Maven</td><td>2.0</td></tr><tr class="a"><td>JDK</td><td>1.4</td></tr><tr class="b"><td>Memory</td><td>No minimum requirement.</td></tr><tr class="a"><td>Disk Space</td><td>No minimum requirement.</td></tr></table></div><div class="section"><h2>Usage</h2><p>You could run 'mvn -up' to get the latest version of this plugin, or specify the version in your project's plugin configuration:<div class="source"><pre>&lt;pr
 oject&gt;
+support for the reloading classloader.</td></tr></table><div class="section"><h3>System Requirements<a name="System_Requirements"></a></h3><a name="System_Requirements"></a><p>The following specifies the minimum requirements to run this Maven plugin:</p><table border="0" class="bodyTable"><tr class="a"><td>Maven</td><td>2.0</td></tr><tr class="b"><td>JDK</td><td>1.5</td></tr><tr class="a"><td>Memory</td><td>No minimum requirement.</td></tr><tr class="b"><td>Disk Space</td><td>No minimum requirement.</td></tr></table></div><div class="section"><h3>Usage<a name="Usage"></a></h3><a name="Usage"></a><p>You should specify the version in your project's plugin configuration:</p><div class="source"><pre class="prettyprint">&lt;project&gt;
   ...
   &lt;build&gt;
     &lt;!-- To define the plugin version in your parent POM --&gt;
@@ -192,7 +188,7 @@ support for the reloading classloader.</
         &lt;plugin&gt;
           &lt;groupId&gt;org.apache.cocoon&lt;/groupId&gt;
           &lt;artifactId&gt;cocoon-maven-plugin&lt;/artifactId&gt;
-          &lt;version&gt;1.0.0-RC1-SNAPSHOT&lt;/version&gt;
+          &lt;version&gt;1.0.2-SNAPSHOT&lt;/version&gt;
         &lt;/plugin&gt;
         ...
       &lt;/plugins&gt;
@@ -202,23 +198,28 @@ support for the reloading classloader.</
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.cocoon&lt;/groupId&gt;
         &lt;artifactId&gt;cocoon-maven-plugin&lt;/artifactId&gt;
-        &lt;version&gt;1.0.0-RC1-SNAPSHOT&lt;/version&gt;
+        &lt;version&gt;1.0.2-SNAPSHOT&lt;/version&gt;
       &lt;/plugin&gt;
       ...
     &lt;/plugins&gt;
   &lt;/build&gt;
   ...
 &lt;/project&gt;
-</pre></div>For more information, see <a href="http://maven.apache.org/guides/mini/guide-configuring-plugins.html">&quot;Guide to Configuring Plug-ins&quot;</a></p></div>
+</pre></div><p>For more information, see <a class="externalLink" href="http://maven.apache.org/guides/mini/guide-configuring-plugins.html">&quot;Guide to Configuring Plug-ins&quot;</a></p></div></div>
        </div>
     </div>
 
     <!-- end of content -->
     <div id="footer">
-      <p>&#169;  
-          1999-2008
+      <p>Copyright &copy;  
+          1999-2012
     
           The Apache Software Foundation
+      All Rights Reserved.</p>
+
+      <p>
+      Apache Cocoon, Apache, the Apache feather logo, and the Apache Cocoon project logos are trademarks of The Apache Software Foundation.
+      All other marks mentioned may be trademarks or registered trademarks of their respective owners.
       </p>
     </div>
     <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">

Modified: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/prepare-mojo.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/prepare-mojo.html?rev=1346803&r1=1346802&r2=1346803&view=diff
==============================================================================
--- cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/prepare-mojo.html (original)
+++ cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/prepare-mojo.html Wed Jun  6 09:45:04 2012
@@ -27,19 +27,15 @@
 
 <html>
   <head>
-    <title>      Cocoon Maven 2 Plugin - 
+    <title>      
     cocoon:prepare
   </title>
-    <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
-      @import url("./css/site.css");
-    </style>
+    <link rel="stylesheet" href="./css/apache-cocoon-thien-maven-skin.min.css" />
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <script src="./js/getBlank.js" language="javascript" type="text/javascript"></script>
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+    <script src="./js/apache-cocoon-thien-maven-skin.min.js" language="javascript" type="text/javascript"></script>
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   </head>
-  <body>
+  <body onload="javascript:prettyPrint();">
     <div id="breadtrail">
        <p><a href="http://www.apache.org">Apache</a> &raquo; <a href="../../../../">Cocoon</a> &raquo;</p>
     </div>
@@ -63,13 +59,13 @@
          <div id="projectBar">
            <p class="cocoonHome"><a href="./index.html"><img
            src="images/pmc-home.gif"
-           alt="  Cocoon Maven 2 Plugin
+           alt="  Cocoon Maven Plugin
       1.0
    homepage"
-           border="0" title="  Cocoon Maven 2 Plugin
+           border="0" title="  Cocoon Maven Plugin
       1.0
    homepage" /></a></p>
-           <h1 class="projectTitle"><a href="./index.html">  Cocoon Maven 2 Plugin
+           <h1 class="projectTitle"><a href="./index.html">  Cocoon Maven Plugin
       1.0
   </a></h1>
                          <ul class="projectList">
@@ -77,7 +73,7 @@
                 <li><a href="../../../../2.2/core-modules/">Core <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/blocks/">Blocks <span class="pl-version-small">2.2</span></a></li>
                 <li><a href="../../../../2.2/maven-plugins/">Maven Plugins <span class="pl-version-small">2.2</span></a></li>
-                <li><strong><a href="../../../..//3.0/">Cocoon 3.0 <span class="pl-version-small">[alpha]</span></a></em></strong></li>            
+                <li><strong><a href="../../../..//3.0/">Cocoon 3.0</a></em></strong></li>
                 <li><strong><a href="../../../../subprojects/">Subprojects</a></strong></li>
               </ul>
                     </div>
@@ -88,11 +84,11 @@
     <div id="content">
          <ul id="menu">
         <li>
-              Cocoon Maven 2 Plugins
+              Cocoon Maven 2 Plugin
             <ul>
                   
     <li >
-              <a href="1295_1_1.html">Introduction</a>
+              <a href="index.html">Introduction</a>
         </li>
                   
   
@@ -165,21 +161,20 @@
        <div class="main">
          
   
-  
-    <a name="cocoon:prepare"></a><div class="section"><h2>cocoon:prepare</h2>
-      <p><strong>Full name</strong>:</p>
-      <p>org.apache.cocoon:cocoon-maven-plugin:1.0.0-RC1-SNAPSHOT:prepare</p>
-      <p><strong>Description</strong>:</p>
+    <div class="section"><h2>cocoon:prepare<a name="cocoon:prepare"></a></h2>
+      <p><b>Full name</b>:</p>
+      <p>org.apache.cocoon:cocoon-maven-plugin:1.0.2-SNAPSHOT:prepare</p>
+      <p><b>Description</b>:</p>
       <div>Create a web application environment for a Cocoon block, including
 support for the reloading classloader.</div>
-      <p><strong>Attributes</strong>:</p>
+      <p><b>Attributes</b>:</p>
       <ul>
-        <li>Requires a Maven 2.0 project to be executed.</li>
-        <li>Requires dependency resolution of artifacts in scope: <code>runtime</code>.</li>
-        <li>Invokes the execution of the lifecycle phase <code>process-classes</code> prior to executing itself.</li>
+        <li>Requires a Maven project to be executed.</li>
+        <li>Requires dependency resolution of artifacts in scope: <tt>runtime</tt>.</li>
+        <li>Invokes the execution of the <a class="externalLink" href="http://maven.apache.org/ref/current/maven-core/lifecycles.html">lifecycle phase</a> <tt>process-classes</tt> prior to executing itself.</li>
       </ul>
-      <a name="Required Parameters"></a><div class="section"><h3>Required Parameters</h3>
-        <table class="bodyTable">
+      <div class="section"><h3>Required Parameters<a name="Required_Parameters"></a></h3>
+        <table class="bodyTable" border="0">
           <tr class="a">
             <th>Name</th>
             <th>Type</th>
@@ -187,15 +182,15 @@ support for the reloading classloader.</
             <th>Description</th>
           </tr>
           <tr class="b">
-            <td><strong><a href="#project">project</a></strong></td>
-            <td><code>MavenProject</code></td>
-            <td><code>-</code></td>
-            <td>The project whose project files to create. </td>
+            <td><b><a href="#project">project</a></b></td>
+            <td><tt>MavenProject</tt></td>
+            <td><tt>-</tt></td>
+            <td>The project whose project files to create.<br /><b>User property is</b>: <tt>project</tt>.</td>
           </tr>
         </table>
       </div>
-      <a name="Optional Parameters"></a><div class="section"><h3>Optional Parameters</h3>
-        <table class="bodyTable">
+      <div class="section"><h3>Optional Parameters<a name="Optional_Parameters"></a></h3>
+        <table class="bodyTable" border="0">
           <tr class="a">
             <th>Name</th>
             <th>Type</th>
@@ -203,103 +198,105 @@ support for the reloading classloader.</
             <th>Description</th>
           </tr>
           <tr class="b">
-            <td><strong><a href="#customLog4jXconf">customLog4jXconf</a></strong></td>
-            <td><code>String</code></td>
-            <td><code>-</code></td>
-            <td>Logging: Use a custom log4j xml configuration file. </td>
+            <td><b><a href="#customLoggingConf">customLoggingConf</a></b></td>
+            <td><tt>String</tt></td>
+            <td><tt>-</tt></td>
+            <td>Logging: Use a custom log4j (cocoon-22) / logback (ssf) xml
+configuration file.<br /></td>
           </tr>
           <tr class="a">
-            <td><strong><a href="#customWebappDirectory">customWebappDirectory</a></strong></td>
-            <td><code>File</code></td>
-            <td><code>-</code></td>
-            <td>Use a custom web application directory. </td>
+            <td><b><a href="#customWebappDirectory">customWebappDirectory</a></b></td>
+            <td><tt>File</tt></td>
+            <td><tt>-</tt></td>
+            <td>Use a custom web application directory.<br /></td>
           </tr>
           <tr class="b">
-            <td><strong><a href="#rclPropertiesFile">rclPropertiesFile</a></strong></td>
-            <td><code>File</code></td>
-            <td><code>-</code></td>
+            <td><b><a href="#rclPropertiesFile">rclPropertiesFile</a></b></td>
+            <td><tt>File</tt></td>
+            <td><tt>-</tt></td>
             <td>The central property file that contains all information about where
-to find blocks. </td>
+to find blocks.<br /></td>
           </tr>
           <tr class="a">
-            <td><strong><a href="#reloadingClassLoaderEnabled">reloadingClassLoaderEnabled</a></strong></td>
-            <td><code>boolean</code></td>
-            <td><code>-</code></td>
+            <td><b><a href="#reloadingClassLoaderEnabled">reloadingClassLoaderEnabled</a></b></td>
+            <td><tt>boolean</tt></td>
+            <td><tt>-</tt></td>
             <td>Enable the reloading class loader. Default value is
-<code>true</code>. </td>
+<tt>true</tt>.<br /></td>
           </tr>
           <tr class="b">
-            <td><strong><a href="#reloadingSpringEnabled">reloadingSpringEnabled</a></strong></td>
-            <td><code>boolean</code></td>
-            <td><code>-</code></td>
+            <td><b><a href="#reloadingSpringEnabled">reloadingSpringEnabled</a></b></td>
+            <td><tt>boolean</tt></td>
+            <td><tt>-</tt></td>
             <td>Enable reloading of the Spring application context. Note: The
 reload of the application context doesn't work properly if it
 contains beans which are based on proxies with interfaces which are
 loaded by the reloading class loader. As a workaround you can put
 all those interfaces into a separate module which is NOT loaded by
-the reloading class loader. </td>
+the reloading class loader.<br /></td>
           </tr>
           <tr class="a">
-            <td><strong><a href="#target">target</a></strong></td>
-            <td><code>File</code></td>
-            <td><code>-</code></td>
-            <td>The directory that contains the Cocoon web application. </td>
+            <td><b><a href="#target">target</a></b></td>
+            <td><tt>File</tt></td>
+            <td><tt>-</tt></td>
+            <td>The directory that contains the Cocoon web application.<br /></td>
           </tr>
           <tr class="b">
-            <td><strong><a href="#useConsoleAppender">useConsoleAppender</a></strong></td>
-            <td><code>boolean</code></td>
-            <td><code>-</code></td>
-            <td>Logging: Use console appender? </td>
+            <td><b><a href="#useConsoleAppender">useConsoleAppender</a></b></td>
+            <td><tt>boolean</tt></td>
+            <td><tt>-</tt></td>
+            <td>Logging: Use console appender?<br /></td>
           </tr>
           <tr class="a">
-            <td><strong><a href="#useSocketAppender">useSocketAppender</a></strong></td>
-            <td><code>boolean</code></td>
-            <td><code>-</code></td>
-            <td>Logging: Use socket appender? </td>
+            <td><b><a href="#useSocketAppender">useSocketAppender</a></b></td>
+            <td><tt>boolean</tt></td>
+            <td><tt>-</tt></td>
+            <td>Logging: Use socket appender?<br /></td>
           </tr>
           <tr class="b">
-            <td><strong><a href="#webappProfile">webappProfile</a></strong></td>
-            <td><code>String</code></td>
-            <td><code>-</code></td>
+            <td><b><a href="#webappProfile">webappProfile</a></b></td>
+            <td><tt>String</tt></td>
+            <td><tt>-</tt></td>
             <td>This goal prepares a minimal Cocoon web application using the
 default profile 'cocoon-22' that can be used to run a block.
 Alternatively a 'ssf' (servlet-service framework) profile is
 supported, which creates a web application that want to use the
-servlet-service framework only. </td>
+servlet-service framework only.<br /></td>
           </tr>
         </table>
       </div>
-      <a name="Parameter Details"></a><div class="section"><h3>Parameter Details</h3>
-        <strong><a name="customLog4jXconf">customLog4jXconf</a>:</strong>
-        <div>Logging: Use a custom log4j xml configuration file.</div>
+      <div class="section"><h3>Parameter Details<a name="Parameter_Details"></a></h3>
+        <p><b><a name="customLoggingConf">customLoggingConf</a>:</b></p>
+        <div>Logging: Use a custom log4j (cocoon-22) / logback (ssf) xml
+configuration file.</div>
         <ul>
-          <li><strong>Type</strong>: <code>java.lang.String</code></li>
-          <li><strong>Required</strong>: <code>No</code></li>
-        </ul><hr></hr><strong><a name="customWebappDirectory">customWebappDirectory</a>:</strong>
+          <li><b>Type</b>: <tt>java.lang.String</tt></li>
+          <li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr /><p><b><a name="customWebappDirectory">customWebappDirectory</a>:</b></p>
         <div>Use a custom web application directory.</div>
         <ul>
-          <li><strong>Type</strong>: <code>java.io.File</code></li>
-          <li><strong>Required</strong>: <code>No</code></li>
-        </ul><hr></hr><strong><a name="project">project</a>:</strong>
+          <li><b>Type</b>: <tt>java.io.File</tt></li>
+          <li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr /><p><b><a name="project">project</a>:</b></p>
         <div>The project whose project files to create.</div>
         <ul>
-          <li><strong>Type</strong>: <code>org.apache.maven.project.MavenProject</code></li>
-          <li><strong>Required</strong>: <code>Yes</code></li>
-          <li><strong>Expression</strong>: <code>${project}</code></li>
-        </ul><hr></hr><strong><a name="rclPropertiesFile">rclPropertiesFile</a>:</strong>
+          <li><b>Type</b>: <tt>org.apache.maven.project.MavenProject</tt></li>
+          <li><b>Required</b>: <tt>Yes</tt></li>
+          <li><b>User Property</b>: <tt>project</tt></li>
+        </ul><hr /><p><b><a name="rclPropertiesFile">rclPropertiesFile</a>:</b></p>
         <div>The central property file that contains all information about where
 to find blocks.</div>
         <ul>
-          <li><strong>Type</strong>: <code>java.io.File</code></li>
-          <li><strong>Required</strong>: <code>No</code></li>
-          <li><strong>Expression</strong>: <code>./rcl.properties</code></li>
-        </ul><hr></hr><strong><a name="reloadingClassLoaderEnabled">reloadingClassLoaderEnabled</a>:</strong>
+          <li><b>Type</b>: <tt>java.io.File</tt></li>
+          <li><b>Required</b>: <tt>No</tt></li>
+          <li><b>Expression</b>: <tt>./rcl.properties</tt></li>
+        </ul><hr /><p><b><a name="reloadingClassLoaderEnabled">reloadingClassLoaderEnabled</a>:</b></p>
         <div>Enable the reloading class loader. Default value is
-<code>true</code>.</div>
+<tt>true</tt>.</div>
         <ul>
-          <li><strong>Type</strong>: <code>boolean</code></li>
-          <li><strong>Required</strong>: <code>No</code></li>
-        </ul><hr></hr><strong><a name="reloadingSpringEnabled">reloadingSpringEnabled</a>:</strong>
+          <li><b>Type</b>: <tt>boolean</tt></li>
+          <li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr /><p><b><a name="reloadingSpringEnabled">reloadingSpringEnabled</a>:</b></p>
         <div>Enable reloading of the Spring application context. Note: The
 reload of the application context doesn't work properly if it
 contains beans which are based on proxies with interfaces which are
@@ -307,33 +304,33 @@ loaded by the reloading class loader. As
 all those interfaces into a separate module which is NOT loaded by
 the reloading class loader.</div>
         <ul>
-          <li><strong>Type</strong>: <code>boolean</code></li>
-          <li><strong>Required</strong>: <code>No</code></li>
-        </ul><hr></hr><strong><a name="target">target</a>:</strong>
+          <li><b>Type</b>: <tt>boolean</tt></li>
+          <li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr /><p><b><a name="target">target</a>:</b></p>
         <div>The directory that contains the Cocoon web application.</div>
         <ul>
-          <li><strong>Type</strong>: <code>java.io.File</code></li>
-          <li><strong>Required</strong>: <code>No</code></li>
-          <li><strong>Expression</strong>: <code>./target/rcl</code></li>
-        </ul><hr></hr><strong><a name="useConsoleAppender">useConsoleAppender</a>:</strong>
+          <li><b>Type</b>: <tt>java.io.File</tt></li>
+          <li><b>Required</b>: <tt>No</tt></li>
+          <li><b>Expression</b>: <tt>./target/rcl</tt></li>
+        </ul><hr /><p><b><a name="useConsoleAppender">useConsoleAppender</a>:</b></p>
         <div>Logging: Use console appender?</div>
         <ul>
-          <li><strong>Type</strong>: <code>boolean</code></li>
-          <li><strong>Required</strong>: <code>No</code></li>
-        </ul><hr></hr><strong><a name="useSocketAppender">useSocketAppender</a>:</strong>
+          <li><b>Type</b>: <tt>boolean</tt></li>
+          <li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr /><p><b><a name="useSocketAppender">useSocketAppender</a>:</b></p>
         <div>Logging: Use socket appender?</div>
         <ul>
-          <li><strong>Type</strong>: <code>boolean</code></li>
-          <li><strong>Required</strong>: <code>No</code></li>
-        </ul><hr></hr><strong><a name="webappProfile">webappProfile</a>:</strong>
+          <li><b>Type</b>: <tt>boolean</tt></li>
+          <li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr /><p><b><a name="webappProfile">webappProfile</a>:</b></p>
         <div>This goal prepares a minimal Cocoon web application using the
 default profile 'cocoon-22' that can be used to run a block.
 Alternatively a 'ssf' (servlet-service framework) profile is
 supported, which creates a web application that want to use the
 servlet-service framework only.</div>
         <ul>
-          <li><strong>Type</strong>: <code>java.lang.String</code></li>
-          <li><strong>Required</strong>: <code>No</code></li>
+          <li><b>Type</b>: <tt>java.lang.String</tt></li>
+          <li><b>Required</b>: <tt>No</tt></li>
         </ul>
       </div>
     </div>
@@ -344,10 +341,15 @@ servlet-service framework only.</div>
 
     <!-- end of content -->
     <div id="footer">
-      <p>&#169;  
-          1999-2008
+      <p>Copyright &copy;  
+          1999-2012
     
           The Apache Software Foundation
+      All Rights Reserved.</p>
+
+      <p>
+      Apache Cocoon, Apache, the Apache feather logo, and the Apache Cocoon project logos are trademarks of The Apache Software Foundation.
+      All other marks mentioned may be trademarks or registered trademarks of their respective owners.
       </p>
     </div>
     <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.