You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2007/09/27 21:57:38 UTC

svn commit: r580139 [25/28] - in /cocoon/site/site/2.2: ./ blocks/ blocks/ajax/ blocks/ajax/1.0/ blocks/ajax/1.0/apidocs/ blocks/ajax/1.0/css/ blocks/ajax/1.0/images/ blocks/ajax/1.0/images/logos/ blocks/css/ blocks/forms/ blocks/forms/1.0/ blocks/form...

Added: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/css/print.css
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/css/print.css?rev=580139&view=auto
==============================================================================
--- cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/css/print.css (added)
+++ cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/css/print.css Thu Sep 27 12:56:05 2007
@@ -0,0 +1,25 @@
+/*
+ * 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.
+ */
+#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
+  display: none !important;
+}
+#bodyColumn, body.docs div.docs {
+  margin: 0 !important;
+  border: none !important
+}

Added: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/css/site.css
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/css/site.css?rev=580139&view=auto
==============================================================================
--- cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/css/site.css (added)
+++ cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/css/site.css Thu Sep 27 12:56:05 2007
@@ -0,0 +1,83 @@
+/*
+ * 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.
+ */
+
+body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #4c4c4c;
}
a:link, a:visited {
	color: #0086b3;
}
a:hover {
	text-decoration: none;
}
h1 {
+	margin: 25px 0 15px 0;
	padding: 0 0 5px 17px;
	background: url(../images/h1-image.gif) no-repeat left 4px;
	font-size: 130%;
	color: #0086b3;
	border-bottom: 1px solid #0086b3;
}
+h1.docTitle {
+	margin: 0 0 10px 0;
+	padding: 0 0 5px 0;
+	font-size: 150%;
+	background: none; 
+}
+
h2 {
	font-size: 120%;
}
+
+h3, h4, h5 {
+   font-size: 100%;
+   font-weight: bold;
+}
+
ul {
	margin: 5px 0 10px 0;
	padding: 0 0 0 20px;
	list-style: none;
}
li {
	padding-left: 15px;
	padding-bottom: 3px;
}
+ul li {
+	background: url(../images/list.gif) no-repeat left 3px;   
+}
+ol li {
+  padding-left: 5px;
+}
+tt {
+	font-size: 130%;
+}
+pre {
	border:1px solid #aaaaaa;
	background: #efefef;
	font-size: 110%;
	padding:10px;
}
table {
	margin: 0 0 10px 0;
	width: 99.5%;
	border: 1px solid #cce7f0;
}
table th, table td {
	padding: 4px;
}
thead {
	background: #0086b3;
	color: #fff;
}
tbody {
	background: #e5f3f7;
}
table .alt {
	background: #cce7f0;
}
/* Header part
+--------------------------------------*/
+#breadtrail {
	background: #2698be url(../images/breadtrail-bg.gif) repeat-x bottom left;
}
#breadtrail p {
	margin: 0;
	padding: 2px 0 5px 20px;
	color: #fff;
}
#breadtrail a {
	color: #fff;
	text-decoration: none;
}
#breadtrail a:hover {
	text-decoration: underline;
}
#top {
	background: url(../images/top-background.jpg) repeat-x;
}
#header {
	height: 129px;
	background: url(../images/logo-background.jpg) no-repeat;
}
.projectlogo {
	float: left;
}
.logoImage {
	margin: 30px 0 0 34px;
}
.grouplogo {
	margin: 10px 10px 0 0;
	float: right;
}
.grouptitle {
	margin: 0;
	padding-bottom: 5px;
	background: url(../images/group-title-line.gif) repeat-x bottom;
}
.grouptitle a:link, .grouptitle a:visited {
	color: #545454;
	text-decoration: none;
}
.searchbox {
	margin: 3px 0;
	padding: 0;
}
.searchbox input {
	padding: 3px;
	font-size: 11px;
	border: 1px solid #626262;
	color: #626262;
}
.searchbox .searchboxsubmit {
	background: #626262;
	border: none;
	color: #fff;
}

#projectBar
  {
	margin-bottom: 10px;
	height: 25px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}
#projectBar .projectTitle {
	margin: 0;
	padding: 6px 0 0 5px;
	background: none;
	border: none;
	float: left;
	font-size: 100%;
	color: #0086b3;
}
.projectTitle a {
	text-decoration: none;
}
.projectTitle a:hover {
	text-decoration: underline;
}
#projectBar .projectList {
	margin: 5px 15px 0 0;
	padding: 0;
	list-style: none;
	float: right;
}
#projectBar .projectList li {
	padding: 0 8px;
	background: none;
	float: left;
	border-right: 1px solid #f2f2f2;
}
#projectBar .projectList a {
	color: #acacac;
	text-decoration: none;
}
#projectBar .projectList a:hover {
	text-decoration: underline;
}
.projectList img {
	padding-top: 2px;
}
.cocoonHome {
	margin: 0;
	padding: 4px 0 0 10px;
	float: left;
}
.projectBarClear {
	height: 1%;
	clear: both;
}
+/* Menu
+--------------------------------------*/
#menu {
	margin: 0;
	padding: 0;
	width: 170px;
	list-style: none;
	font-weight: bold;
	float: left;
}
#menu li {
	margin-left: 10px;
	padding: 3px 5px 3px 10px;
	background: url(../images/menu-title.gif) no-repeat left 8px;
	color: #7c7c7c;
}
#menu li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
}
#menu li ul li {
	margin: 0;
	padding: 3px 0 0 10px;
	background: url(../images/menu-list.gif) no-repeat left 7px;
	border-bottom: 1px solid #ebebeb;
}
#menu li ul .menuCollapse {
	background: url(../images/menu-collapse.gif) no-repeat left 7px;
}
#menu li ul li a {
	color: #7c7c7c;
	text-decoration: none;
}
#menu li ul li a:hover {
	text-decoration: underline;
}
#menu .menuVersions {
	color: #2e93b5;
}
+/* Content
+--------------------------------------*/
#contentBody {
	margin: 0 20px 0 185px;
	padding: 0;
}
+#contentBody.withSidebar {
+   margin-right: 190px;
+}
+/* IncludedDocs should not add the default margin and padding
+*/
+.includedDoc #contentBody {
+   margin: 0;
+}
+.includedDoc h1.docTitle {
+ 	margin: 0;
	padding: 0 0 0 17px;
	background: url(../images/h1-image.gif) no-repeat bottom left;
	font-size: 130%;
	color: #0086b3;
	border-bottom: 1px solid #0086b3;  
+}
+/* hide the link to Daisy for included documents */
+.includedDoc .editUrl {
+   display: none;
+}
+
+/* Intro on home page
+--------------------------------------*/
+
#intro {
	width: 180px;
	float: right;
	background: #ebebeb;
}
#intro div {
	margin: 2px;
	border: 1px solid #fff;
}
#intro h2 {
	color: #0086b3;
}
#intro p, #intro h2 {
	margin: 8px;
}
+/* Green + blue getting boxes on 
+ * home page
+--------------------------------------*/
#getting {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
}
/* Hide from IE-mac \*/
* html #getting {
	height: 1%;
	width: auto;
}
#getting {
	display: table;
}
/* End hide from IE-mac */
#getting div {
	margin: 0 5px 5px 0;
	padding: 0;
	width: 150px;
	height: 16em;
	background: #9bcd52 url(../images/getting-bottom.gif) no-repeat bottom;
	border: none;
	float: left;
}
#getting div div {
	margin: 0;
+	height: auto;
	padding: 10px 0 0 10px;
	background: url(../images/getting-top.gif) no-repeat;
}
#getting h2 {
	margin: 0 10px;
	padding: 4px 0;
	font-size: 120%;
	color: #fff;
	border-bottom: 1px solid #fff;
}
#getting ul {
	margin: 0 10px 10px 10px;
	padding: 0;
	color: #fff;
	list-style: none;
}
#getting ul li {
	padding: 2px 0 2px 7px;
	background: url(../images/getting-list.gif) no-repeat left 6px;
}
#getting ul li a {
	color: #fff;
}
#getting ul li a:hover {
	text-decoration: none;
}
#getting #gettingDownload {
+	background: #2e93b5 url(../images/download-bottom.gif) no-repeat bottom left;
}
#gettingDownload .downloadVersion {
	margin: 0;
+	height: auto;
	padding: 83px 0 25px 0;
	background: url(../images/download-bg.jpg) no-repeat;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
#getting .moreDownload {
	height: auto;
+	width: auto;
	margin: 0;
	padding: 0 10px;
	background: #2e93b5;
	color: #fff;
}
#getting .moreDownload a {
	color: #fff;
}
/* News section
+--------------------------------------*/
.news {
	margin: 10px 0 0 0;
	padding: 0;
}
.news dt {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 110%;
}
.news dd {
	margin: 0;
	padding: 0;
}
.news .newsMeta {
	margin: 5px 0 15px 0;
	padding-left: 8px;
	background: url(../images/news-meta.gif) no-repeat left 4px;
	font-size: 90%;
	color: #959595;
}
+
.errors, .fixme, .warning, .note {
    margin: 10px 0;
    padding: 0 0 0 45px;
    border: 1px solid #9bcd52;
}
.errors div, .fixme div, .warning div, .note div {
    margin: 5px;
    padding: 8px 0;
}
.errors {
    background: url(../images/errors.gif) no-repeat 10px 7px;
}
.fixme {
    background: url(../images/fixme.gif) no-repeat 10px 7px;
}
.warning {
    background: url(../images/warning.gif) no-repeat 10px 7px;
}
.note {
    background: url(../images/note.gif) no-repeat 10px 7px;
}
+/* Bottom link to Daisy page
+--------------------------------------*/
.editUrl {
+	margin-top: 1em;
	padding: 0 0 0 45px;
	background: url(../images/errors.gif) no-repeat 10px 7px;
	border: 1px solid #9bcd52;
}
.editUrl div {
	margin: 5px;
	padding: 8px 0;
}
+/* Footer
+--------------------------------------*/
#footer {
	border-top: 1px solid #f2f2f2;
	text-align: center;
	clear: both;
}
\ No newline at end of file

Added: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/dependencies.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/dependencies.html?rev=580139&view=auto
==============================================================================
--- cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/dependencies.html (added)
+++ cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/dependencies.html Thu Sep 27 12:56:05 2007
@@ -0,0 +1,227 @@
+<!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
+      </title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+  </head>
+  <body>
+    <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="../../../../"><img
+           src="images/pmc-home.gif"
+           alt="Back to Apache Cocoon homepage"
+           border="0" title="Back to Apache Cocoon homepage" /></a></p>
+           <h1 class="projectTitle"><a href="../../../../">              Cocoon Maven 2 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="../../../../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 Plugins
+            <ul>
+                  
+    <li >
+              <a href="1295_1_1.html">Introduction</a>
+        </li>
+                  
+  
+
+
+              
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class='menuCollapse'>
+              <a href="1359_1_1.html">Reloading Classloader (goal)</a>
+              </li>
+                  
+  
+
+
+              
+      
+            
+      
+            
+      
+              
+        <li class='menuCollapse'>
+              <a href="1361_1_1.html">Deployer (goal)</a>
+              </li>
+              </ul>
+    </li>
+      <li>
+              Project Documentation
+            <ul>
+                  
+  
+
+
+              
+            
+            
+      
+            
+      
+            
+      
+              
+            <li class='menuExpand'>
+              <a href="project-info.html">Project Information</a>
+                <ul>
+                  
+    <li >
+              <strong>Dependencies</strong>
+        </li>
+                  
+    <li >
+              <a href="license.html">Project License</a>
+        </li>
+                  
+    <li >
+              <a href="project-summary.html">Project Summary</a>
+        </li>
+                  
+    <li >
+              <a href="team-list.html">Project Team</a>
+        </li>
+              </ul>
+        </li>
+                  
+  
+
+
+              
+      
+            
+      
+              
+        <li class='menuCollapse'>
+              <a href="project-reports.html">Project Reports</a>
+              </li>
+              </ul>
+    </li>
+      </ul>
+<!--
+                                     <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
+            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+          </a>
+                   <div id="lastPublished">
+                    
+                   Last Published: 26/09/2007 07:11
+       </div>
+-->
+         <div class="section"><h2>Project Dependencies</h2><div class="section"><h3>compile</h3><p>The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:</p><table class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Classifier</th><th>Type</th><th>Optional</th></tr><tr class="b"><td>antlr</td><td>stringtemplate</td><td>2.2</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>commons-configuration</td><td>commons-configuration</td><td>1.3</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>commons-io</td><td>commons-io</td><td>1.3.1</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>commons-lang</td><td>commons-lang</td><td>2.3</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>javax.servlet</td><td>servlet-api</td><td>2.4</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.cocoon</td><td>cocoon-rcl-webapp-wrapper</td
 ><td>1.0.0-RC1-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.maven</td><td>maven-artifact</td><td>2.0.1</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.maven</td><td>maven-model</td><td>2.0.1</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.maven</td><td>maven-plugin-api</td><td>2.0.1</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.maven</td><td>maven-project</td><td>2.0.1</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.maven.plugins</td><td>maven-war-plugin</td><td>2.0.2</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>xalan</td><td>xalan</td><td>2.7.0</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>xml-apis</td><td>xml-apis</td><td>1.3.02</td><td>-</td><td>jar</td><td> </td></tr></table></div><div class="section"><h3>test</h3><p>The following is a list of test dependencies for this project. These dependencies are only required to comp
 ile and run unit tests for the application:</p><table class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Classifier</th><th>Type</th><th>Optional</th></tr><tr class="b"><td>junit</td><td>junit</td><td>3.8.2</td><td>-</td><td>jar</td><td> </td></tr></table></div></div><div class="section"><h2>Project Transitive Dependencies</h2><p>The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.</p><div class="section"><h3>compile</h3><p>The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:</p><table class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Classifier</th><th>Type</th><th>Optional</th></tr><tr class="b"><td>ant</td><td>ant-optional</td><td>1.5.1</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>antlr</td><td>antlr</td><td>2.7.2</td>
 <td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>classworlds</td><td>classworlds</td><td>1.1-alpha-2</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>commons-beanutils</td><td>commons-beanutils</td><td>1.6</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>commons-beanutils</td><td>commons-beanutils-core</td><td>1.7.0</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>commons-codec</td><td>commons-codec</td><td>1.3</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>commons-collections</td><td>commons-collections</td><td>3.2</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>commons-digester</td><td>commons-digester</td><td>1.6</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>commons-jxpath</td><td>commons-jxpath</td><td>1.2</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>commons-logging</td><td>commons-logging</td><td>1.1</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>commons-logging</td><td>com
 mons-logging-api</td><td>1.0.4</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>jdom</td><td>jdom</td><td>1.0</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>log4j</td><td>log4j</td><td>1.2.14</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.cocoon</td><td>cocoon-rcl-spring-reloader</td><td>1.0.0-RC1-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.commons</td><td>commons-jci-core</td><td>1.0</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.commons</td><td>commons-jci-fam</td><td>1.0</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.maven</td><td>maven-archiver</td><td>2.2</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.maven</td><td>maven-artifact-manager</td><td>2.0.1</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.maven</td><td>maven-profile</td><td>2.0.1</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.
 apache.maven</td><td>maven-repository-metadata</td><td>2.0.1</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.maven.wagon</td><td>wagon-provider-api</td><td>1.0-alpha-5</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.codehaus.plexus</td><td>plexus-archiver</td><td>1.0-alpha-7</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.codehaus.plexus</td><td>plexus-container-default</td><td>1.0-alpha-9</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.codehaus.plexus</td><td>plexus-utils</td><td>1.0.5</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>xerces</td><td>xerces</td><td>1.2.3</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>xerces</td><td>xercesImpl</td><td>2.8.1</td><td>-</td><td>jar</td><td> </td></tr></table></div></div><div class="section"><h2>Project Dependency Graph</h2><div class="section"><h3>Dependency Tree</h3><p><ul><li><a href="#org.apache.cocoon:cocoon-maven-plugin:maven-plugin">org
 .apache.cocoon:cocoon-maven-plugin:maven-plugin</a><ul><li><a href="#junit:junit:jar">junit:junit:jar</a></li><li><a href="#javax.servlet:servlet-api:jar">javax.servlet:servlet-api:jar</a></li><li><a href="#commons-io:commons-io:jar">commons-io:commons-io:jar</a></li><li><a href="#xml-apis:xml-apis:jar">xml-apis:xml-apis:jar</a></li><li><a href="#org.apache.maven:maven-model:jar">org.apache.maven:maven-model:jar</a></li><li><a href="#antlr:stringtemplate:jar">antlr:stringtemplate:jar</a><ul><li><a href="#antlr:antlr:jar">antlr:antlr:jar</a></li></ul></li><li><a href="#org.apache.cocoon:cocoon-rcl-webapp-wrapper:jar">org.apache.cocoon:cocoon-rcl-webapp-wrapper:jar</a><ul><li><a href="#org.apache.cocoon:cocoon-rcl-spring-reloader:jar">org.apache.cocoon:cocoon-rcl-spring-reloader:jar</a></li><li><a href="#org.apache.commons:commons-jci-core:jar">org.apache.commons:commons-jci-core:jar</a><ul><li><a href="#org.apache.commons:commons-jci-fam:jar">org.apache.commons:commons-jci-fa
 m:jar</a></li></ul></li><li><a href="#commons-logging:commons-logging:jar">commons-logging:commons-logging:jar</a></li><li><a href="#log4j:log4j:jar">log4j:log4j:jar</a></li></ul></li><li><a href="#org.apache.maven:maven-artifact:jar">org.apache.maven:maven-artifact:jar</a></li><li><a href="#org.apache.maven.plugins:maven-war-plugin:jar">org.apache.maven.plugins:maven-war-plugin:jar</a><ul><li><a href="#org.apache.maven:maven-archiver:jar">org.apache.maven:maven-archiver:jar</a><ul><li><a href="#org.codehaus.plexus:plexus-archiver:jar">org.codehaus.plexus:plexus-archiver:jar</a></li></ul></li></ul></li><li><a href="#commons-lang:commons-lang:jar">commons-lang:commons-lang:jar</a></li><li><a href="#org.apache.maven:maven-project:jar">org.apache.maven:maven-project:jar</a><ul><li><a href="#org.apache.maven:maven-profile:jar">org.apache.maven:maven-profile:jar</a></li><li><a href="#org.apache.maven:maven-artifact-manager:jar">org.apache.maven:maven-artifact-manager:jar</a><ul><
 li><a href="#org.apache.maven:maven-repository-metadata:jar">org.apache.maven:maven-repository-metadata:jar</a></li><li><a href="#org.apache.maven.wagon:wagon-provider-api:jar">org.apache.maven.wagon:wagon-provider-api:jar</a></li></ul></li><li><a href="#org.codehaus.plexus:plexus-container-default:jar">org.codehaus.plexus:plexus-container-default:jar</a><ul><li><a href="#org.codehaus.plexus:plexus-utils:jar">org.codehaus.plexus:plexus-utils:jar</a></li></ul></li></ul></li><li><a href="#xalan:xalan:jar">xalan:xalan:jar</a></li><li><a href="#org.apache.maven:maven-plugin-api:jar">org.apache.maven:maven-plugin-api:jar</a></li><li><a href="#commons-configuration:commons-configuration:jar">commons-configuration:commons-configuration:jar</a><ul><li><a href="#commons-collections:commons-collections:jar">commons-collections:commons-collections:jar</a></li><li><a href="#commons-logging:commons-logging-api:jar">commons-logging:commons-logging-api:jar</a></li><li><a href="#commons-dig
 ester:commons-digester:jar">commons-digester:commons-digester:jar</a></li><li><a href="#commons-beanutils:commons-beanutils-core:jar">commons-beanutils:commons-beanutils-core:jar</a></li><li><a href="#commons-codec:commons-codec:jar">commons-codec:commons-codec:jar</a></li><li><a href="#commons-jxpath:commons-jxpath:jar">commons-jxpath:commons-jxpath:jar</a><ul><li><a href="#xerces:xerces:jar">xerces:xerces:jar</a></li><li><a href="#ant:ant-optional:jar">ant:ant-optional:jar</a></li><li><a href="#jdom:jdom:jar">jdom:jdom:jar</a></li><li><a href="#commons-beanutils:commons-beanutils:jar">commons-beanutils:commons-beanutils:jar</a></li></ul></li><li><a href="#xerces:xercesImpl:jar">xerces:xercesImpl:jar</a></li></ul></li></ul></li></ul></p></div><div class="section"><h3>Dependency Listings</h3><p><a name="org.apache.cocoon:cocoon-maven-plugin:maven-plugin"><b>Cocoon Maven 2 Plugin</b></a></p><p>The Apache Software Foundation provides support for the Apache community of open-so
 urce software projects.
+    The Apache projects are characterized by a collaborative, consensus based development process, an open and
+    pragmatic software license, and a desire to create high quality software that leads the way in its field.
+    We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
+    and users.</p><p><a href="http://cocoon.apache.org/cocoon-tools-modules/cocoon-maven-plugin">http://cocoon.apache.org/cocoon-tools-modules/cocoon-maven-plugin</a></p><p><a name="junit:junit:jar"><b>JUnit</b></a></p><p>JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.</p><p><a href="http://junit.org">http://junit.org</a></p><p><a name="javax.servlet:servlet-api:jar"><b>Unnamed - javax.servlet:servlet-api:jar:2.4</b></a></p><p><a name="commons-io:commons-io:jar"><b>IO</b></a></p><p>Commons-IO contains utility classes, stream implementations, file filters, and endian classes.</p><p><a href="http://jakarta.apache.org/commons/io/">http://jakarta.apache.org/commons/io/</a></p><p><a name="xml-apis:xml-apis:jar"><b>Unnamed - xml-apis:xml-apis:jar:1.3.02</b></a></p><p><a href="http://xml.apache.org/commons/#external">http://xml.apache.org/commons/#external</a></p><p><a name="org.apache.mave
 n:maven-model:jar"><b>Maven Model</b></a></p><p>Maven Model</p><p><a href="http://maven.apache.org/maven-model">http://maven.apache.org/maven-model</a></p><p><a name="antlr:stringtemplate:jar"><b>StringTemplate</b></a></p><p><a name="antlr:antlr:jar"><b>Unnamed - antlr:antlr:jar:2.7.2</b></a></p><p><a name="org.apache.cocoon:cocoon-rcl-webapp-wrapper:jar"><b>Cocoon Reloading ClassLoader - Webapp Wrapper</b></a></p><p>The Apache Software Foundation provides support for the Apache community of open-source software projects.
+    The Apache projects are characterized by a collaborative, consensus based development process, an open and
+    pragmatic software license, and a desire to create high quality software that leads the way in its field.
+    We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
+    and users.</p><p><a href="http://cocoon.apache.org/cocoon-tools-modules/cocoon-rcl/cocoon-rcl-webapp-wrapper">http://cocoon.apache.org/cocoon-tools-modules/cocoon-rcl/cocoon-rcl-webapp-wrapper</a></p><p><a name="org.apache.cocoon:cocoon-rcl-spring-reloader:jar"><b>Cocoon Reloading ClassLoader - Spring reloader</b></a></p><p>This module provides a single class &quot;SpringReloader&quot; that is used by the
+   ReloadingSpringFilter to reload a Spring web application context.
+   In order not to run into NoClassDefFoundErrors, is is important that this
+   class is loaded through the reloading classloader.</p><p><a href="http://cocoon.apache.org/cocoon-tools-modules/cocoon-rcl/cocoon-rcl-spring-reloader">http://cocoon.apache.org/cocoon-tools-modules/cocoon-rcl/cocoon-rcl-spring-reloader</a></p><p><a name="org.apache.commons:commons-jci-core:jar"><b>core</b></a></p><p>Commons JCI core interfaces and implementations.</p><p><a href="http://jakarta.apache.org/commons/jci/commons-jci-core">http://jakarta.apache.org/commons/jci/commons-jci-core</a></p><p><a name="org.apache.commons:commons-jci-fam:jar"><b>fam</b></a></p><p>Commons JCI FileAlterationMonitor (FAM) to monitor local filesystems and get notified about changes.</p><p><a href="http://jakarta.apache.org/commons/jci/commons-jci-fam">http://jakarta.apache.org/commons/jci/commons-jci-fam</a></p><p><a name="commons-logging:commons-logging:jar"><b>Logging</b></a></p><p>Commons Logging is a thin adapter allowing configurable bridging to other,
+    well known logging systems.</p><p><a href="http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/">http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</a></p><p><a name="log4j:log4j:jar"><b>Log4j</b></a></p><p>Log4j</p><p><a href="http://logging.apache.org/log4j/docs/">http://logging.apache.org/log4j/docs/</a></p><p><a name="org.apache.maven:maven-artifact:jar"><b>Maven Artifact</b></a></p><p>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p><p><a href="http://maven.apache.org/maven-artifact">http://maven.apache.org/maven-artifact</a></p><p><a name="org.apache.maven.plugins:maven-war-plugin:jar"><b>Maven War Plugin</b></a
 ></p><p>Maven Plugins</p><p><a href="http://maven.apache.org/plugins/maven-war-plugin">http://maven.apache.org/plugins/maven-war-plugin</a></p><p><a name="org.apache.maven:maven-archiver:jar"><b>Maven Archiver</b></a></p><p>Maven shared components</p><p><a href="http://maven.apache.org/shared/maven-archiver">http://maven.apache.org/shared/maven-archiver</a></p><p><a name="org.codehaus.plexus:plexus-archiver:jar"><b>Plexus Archiver Component</b></a></p><p><a name="commons-lang:commons-lang:jar"><b>Lang</b></a></p><p>Commons.Lang, a package of Java utility classes for the
+        classes that are in java.lang's hierarchy, or are considered to be so
+        standard as to justify existence in java.lang.</p><p><a href="http://jakarta.apache.org/commons/lang/">http://jakarta.apache.org/commons/lang/</a></p><p><a name="org.apache.maven:maven-project:jar"><b>Maven Project Builder</b></a></p><p>This library is used to not only read Maven project object model files, but to assemble inheritence
+    and to retrieve remote models as required.</p><p><a href="http://maven.apache.org/maven-project">http://maven.apache.org/maven-project</a></p><p><a name="org.apache.maven:maven-profile:jar"><b>Maven Profile Model</b></a></p><p>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p><p><a href="http://maven.apache.org/maven-profile">http://maven.apache.org/maven-profile</a></p><p><a name="org.apache.maven:maven-artifact-manager:jar"><b>Maven Artifact Manager</b></a></p><p>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publicatio
 n, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p><p><a href="http://maven.apache.org">http://maven.apache.org</a></p><p><a name="org.apache.maven:maven-repository-metadata:jar"><b>Maven Repository Metadata Model</b></a></p><p>Maven Plugin Mapping</p><p><a href="http://maven.apache.org/maven-repository-metadata">http://maven.apache.org/maven-repository-metadata</a></p><p><a name="org.apache.maven.wagon:wagon-provider-api:jar"><b>Maven Wagon API</b></a></p><p>Tools to manage artifacts and deployment</p><p><a name="org.codehaus.plexus:plexus-container-default:jar"><b>Default Plexus Container</b></a></p><p><a name="org.codehaus.plexus:plexus-utils:jar"><b>Plexus Common Utilities</b></a></p><p><a name="xalan:xalan:jar"><b>Unnamed - xalan:xalan:jar:2.7.0</b></a></p><p><a name="org.apache.maven:maven-plugin-api:jar"><b>Maven Plugin API<
 /b></a></p><p>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p><p><a href="http://maven.apache.org/maven-plugin-api">http://maven.apache.org/maven-plugin-api</a></p><p><a name="commons-configuration:commons-configuration:jar"><b>Commons Configuration</b></a></p><p>Tools to assist in the reading of configuration/preferences files in
+    various formats</p><p><a href="http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/">http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</a></p><p><a name="commons-collections:commons-collections:jar"><b>Collections</b></a></p><p>Types that extend and augment the Java Collections Framework.</p><p><a href="http://jakarta.apache.org/commons/collections/">http://jakarta.apache.org/commons/collections/</a></p><p><a name="commons-logging:commons-logging-api:jar"><b>Unnamed - commons-logging:commons-logging-api:jar:1.0.4</b></a></p><p><a name="commons-digester:commons-digester:jar"><b>Unnamed - commons-digester:commons-digester:jar:1.6</b></a></p><p><a name="commons-beanutils:commons-beanutils-core:jar"><b>Unnamed - commons-beanutils:commons-beanutils-core:jar:1.7.0</b></a></p><p><a name="commons-codec:commons-codec:jar"><b>Codec</b></a></p><p>The codec package contains simple encoder and decoders for
+   various formats such as Base64 and Hexadecimal.  In addition to these
+   widely used encoders and decoders, the codec package also maintains a
+   collection of phonetic encoding utilities.</p><p><a href="http://jakarta.apache.org/commons/codec/">http://jakarta.apache.org/commons/codec/</a></p><p><a name="commons-jxpath:commons-jxpath:jar"><b>JXPath</b></a></p><p>A package of Java utility methods for accessing and modifying object properties</p><p><a href="http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/">http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</a></p><p><a name="xerces:xerces:jar"><b>Unnamed - xerces:xerces:jar:1.2.3</b></a></p><p><a name="ant:ant-optional:jar"><b>Unnamed - ant:ant-optional:jar:1.5.1</b></a></p><p><a name="jdom:jdom:jar"><b>Unnamed - jdom:jdom:jar:1.0</b></a></p><p><a name="commons-beanutils:commons-beanutils:jar"><b>BeanUtils</b></a></p><p>Java Bean Utililities</p><p><a href="http://jakarta.apache.org/commons/beanutils/">http://jakarta.apache.org/commons/beanutils/</a></p><p><a name="xerces:xercesImpl:jar"><b>Xerces2 Java Parser</b></a></p><p>Xerces2 is t
 he next generation of high performance, fully
+		compliant XML parsers in the Apache Xerces family. This new
+		version of Xerces introduces the Xerces Native Interface (XNI),
+		a complete framework for building parser components and
+		configurations that is extremely modular and easy to program.</p><p><a href="http://xerces.apache.org/xerces2-j/">http://xerces.apache.org/xerces2-j/</a></p></div></div>
+    </div>
+    <!-- end of content -->
+    <div id="footer">
+      <p>&#169;  
+          1999-2007
+    
+          The Apache Software Foundation
+        <br/>
+    
+    Last Published: 26/09/2007 07:11
+</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>

Added: 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=580139&view=auto
==============================================================================
--- cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/deploy-mojo.html (added)
+++ cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/deploy-mojo.html Thu Sep 27 12:56:05 2007
@@ -0,0 +1,327 @@
+<!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
+      </title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+  </head>
+  <body>
+    <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="../../../../"><img
+           src="images/pmc-home.gif"
+           alt="Back to Apache Cocoon homepage"
+           border="0" title="Back to Apache Cocoon homepage" /></a></p>
+           <h1 class="projectTitle"><a href="../../../../">              Cocoon Maven 2 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="../../../../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 Plugins
+            <ul>
+                  
+    <li >
+              <a href="1295_1_1.html">Introduction</a>
+        </li>
+                  
+  
+
+
+              
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class='menuCollapse'>
+              <a href="1359_1_1.html">Reloading Classloader (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>
+<!--
+                                     <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
+            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+          </a>
+                   <div id="lastPublished">
+                    
+                   Last Published: 26/09/2007 07:11
+       </div>
+-->
+         
+  
+  
+    <a name="cocoon:deploy"></a><div class="section"><h2>cocoon:deploy</h2>
+      <p>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.</p>
+      <p><b>Mojo Attributes</b>:<ul>
+          <li>Requires a Maven 2.0 project to execute.</li>
+          <li>Requires dependency resolution of artifacts in scope: <code>runtime</code></li>
+          <li>Automatically executes within the lifecycle phase: <code>package</code></li>
+          </ul>
+        
+      <a name="Required Parameters"></a><div class="section"><h3>Required Parameters</h3>
+        <table class="bodyTable">
+          <tr class="a">
+            <th>Name</th>
+            <th>Type</th>
+            <th>Description</th>
+            </tr>
+          <tr class="b">
+            <td><b><a href="#project">project</a></b></td>
+            <td><code>MavenProject</code></td>
+            <td>The project whose project files to create.</td>
+            </tr>
+          <tr class="a">
+            <td><b><a href="#warSourceDirectory">warSourceDirectory</a></b></td>
+            <td><code>File</code></td>
+            <td>Single directory for extra files to include in the WAR.</td>
+            </tr>
+          <tr class="b">
+            <td><b><a href="#webappDirectory">webappDirectory</a></b></td>
+            <td><code>File</code></td>
+            <td>The directory where the webapp is built.</td>
+            </tr>
+          </table>
+        </div>
+      <a name="Optional Parameters"></a><div class="section"><h3>Optional Parameters</h3>
+        <table class="bodyTable">
+          <tr class="a">
+            <th>Name</th>
+            <th>Type</th>
+            <th>Description</th>
+            </tr>
+          <tr class="b">
+            <td><b><a href="#artifactFactory">artifactFactory</a></b></td>
+            <td><code>ArtifactFactory</code></td>
+            <td>Artifact factory, needed to download source jars for inclusion in
+classpath.</td>
+            </tr>
+          <tr class="a">
+            <td><b><a href="#artifactResolver">artifactResolver</a></b></td>
+            <td><code>ArtifactResolver</code></td>
+            <td>Artifact resolver, needed to download source jars for inclusion in
+classpath.</td>
+            </tr>
+          <tr class="b">
+            <td><b><a href="#metadataSource">metadataSource</a></b></td>
+            <td><code>MavenMetadataSource</code></td>
+            <td>Artifact resolver, needed to download source jars for inclusion in
+classpath.</td>
+            </tr>
+          <tr class="a">
+            <td><b><a href="#useShieldingClassLoader">useShieldingClassLoader</a></b></td>
+            <td><code>boolean</code></td>
+            <td>Use shielded classloading</td>
+            </tr>
+          <tr class="b">
+            <td><b><a href="#useShieldingRepository">useShieldingRepository</a></b></td>
+            <td><code>boolean</code></td>
+            <td>Move jars for shielded classloading</td>
+            </tr>
+          <tr class="a">
+            <td><b><a href="#webXml">webXml</a></b></td>
+            <td><code>String</code></td>
+            <td>The path to the web.xml file to use.</td>
+            </tr>
+          </table>
+        </div>
+      <a name="Parameter Details"></a><div class="section"><h3>Parameter Details</h3>
+        <b><a name="artifactFactory">artifactFactory</a></b>
+        Artifact factory, needed to download source jars for inclusion in
+classpath.
+        <ul>
+          <li><b>Type</b>: <code>org.apache.maven.artifact.factory.ArtifactFactory</code></li>
+          <li><b>Required</b>: <code>No</code></li>
+          </ul><hr></hr><b><a name="artifactResolver">artifactResolver</a></b>
+        Artifact resolver, needed to download source jars for inclusion in
+classpath.
+        <ul>
+          <li><b>Type</b>: <code>org.apache.maven.artifact.resolver.ArtifactResolver</code></li>
+          <li><b>Required</b>: <code>No</code></li>
+          </ul><hr></hr><b><a name="metadataSource">metadataSource</a></b>
+        Artifact resolver, needed to download source jars for inclusion in
+classpath.
+        <ul>
+          <li><b>Type</b>: <code>org.apache.maven.project.artifact.MavenMetadataSource</code></li>
+          <li><b>Required</b>: <code>No</code></li>
+          </ul><hr></hr><b><a name="project">project</a></b>
+        The project whose project files to create.
+        <ul>
+          <li><b>Type</b>: <code>org.apache.maven.project.MavenProject</code></li>
+          <li><b>Required</b>: <code>Yes</code></li>
+          <li><b>Expression</b>: <code>${project}</code></li>
+          </ul><hr></hr><b><a name="useShieldingClassLoader">useShieldingClassLoader</a></b>
+        Use shielded classloading
+        <ul>
+          <li><b>Type</b>: <code>boolean</code></li>
+          <li><b>Required</b>: <code>No</code></li>
+          <li><b>Expression</b>: <code>${maven.war.shieldingclassloader}</code></li>
+          </ul><hr></hr><b><a name="useShieldingRepository">useShieldingRepository</a></b>
+        Move jars for shielded classloading
+        <ul>
+          <li><b>Type</b>: <code>boolean</code></li>
+          <li><b>Required</b>: <code>No</code></li>
+          <li><b>Expression</b>: <code>${maven.war.shieldingrepository}</code></li>
+          </ul><hr></hr><b><a name="warSourceDirectory">warSourceDirectory</a></b>
+        Single directory for extra files to include in the WAR.
+        <ul>
+          <li><b>Type</b>: <code>java.io.File</code></li>
+          <li><b>Required</b>: <code>Yes</code></li>
+          <li><b>Expression</b>: <code>${basedir}/src/main/webapp</code></li>
+          </ul><hr></hr><b><a name="webXml">webXml</a></b>
+        The path to the web.xml file to use.
+        <ul>
+          <li><b>Type</b>: <code>java.lang.String</code></li>
+          <li><b>Required</b>: <code>No</code></li>
+          <li><b>Expression</b>: <code>${maven.war.webxml}</code></li>
+          </ul><hr></hr><b><a name="webappDirectory">webappDirectory</a></b>
+        The directory where the webapp is built.
+        <ul>
+          <li><b>Type</b>: <code>java.io.File</code></li>
+          <li><b>Required</b>: <code>Yes</code></li>
+          <li><b>Expression</b>: <code>${project.build.directory}/${project.build.finalName}</code></li>
+          </ul>
+        </div>
+      </div>
+    
+  
+    </div>
+    <!-- end of content -->
+    <div id="footer">
+      <p>&#169;  
+          1999-2007
+    
+          The Apache Software Foundation
+        <br/>
+    
+    Last Published: 26/09/2007 07:11
+</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>

Added: 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=580139&view=auto
==============================================================================
--- cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/deploy-war-mojo.html (added)
+++ cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/deploy-war-mojo.html Thu Sep 27 12:56:05 2007
@@ -0,0 +1,354 @@
+<!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
+      </title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+  </head>
+  <body>
+    <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="../../../../"><img
+           src="images/pmc-home.gif"
+           alt="Back to Apache Cocoon homepage"
+           border="0" title="Back to Apache Cocoon homepage" /></a></p>
+           <h1 class="projectTitle"><a href="../../../../">              Cocoon Maven 2 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="../../../../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 Plugins
+            <ul>
+                  
+    <li >
+              <a href="1295_1_1.html">Introduction</a>
+        </li>
+                  
+  
+
+
+              
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class='menuCollapse'>
+              <a href="1359_1_1.html">Reloading Classloader (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>
+<!--
+                                     <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
+            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+          </a>
+                   <div id="lastPublished">
+                    
+                   Last Published: 26/09/2007 07:11
+       </div>
+-->
+         
+  
+  
+    <a name="cocoon:deploy-war"></a><div class="section"><h2>cocoon:deploy-war</h2>
+      <p>Create a packaged Cocoon web application (.war file) based on a block
+deployment descriptor.</p>
+      <p><b>Mojo Attributes</b>:<ul>
+          <li>Requires a Maven 2.0 project to execute.</li>
+          <li>Automatically executes within the lifecycle phase: <code>package</code></li>
+          </ul>
+        
+      <a name="Required Parameters"></a><div class="section"><h3>Required Parameters</h3>
+        <table class="bodyTable">
+          <tr class="a">
+            <th>Name</th>
+            <th>Type</th>
+            <th>Description</th>
+            </tr>
+          <tr class="b">
+            <td><b><a href="#outputDirectory">outputDirectory</a></b></td>
+            <td><code>String</code></td>
+            <td>The directory for the generated WAR.</td>
+            </tr>
+          <tr class="a">
+            <td><b><a href="#project">project</a></b></td>
+            <td><code>MavenProject</code></td>
+            <td>The project whose project files to create.</td>
+            </tr>
+          <tr class="b">
+            <td><b><a href="#warName">warName</a></b></td>
+            <td><code>String</code></td>
+            <td>The name of the generated war.</td>
+            </tr>
+          <tr class="a">
+            <td><b><a href="#warSourceDirectory">warSourceDirectory</a></b></td>
+            <td><code>File</code></td>
+            <td>Single directory for extra files to include in the WAR.</td>
+            </tr>
+          <tr class="b">
+            <td><b><a href="#webappDirectory">webappDirectory</a></b></td>
+            <td><code>File</code></td>
+            <td>The directory where the webapp is built.</td>
+            </tr>
+          </table>
+        </div>
+      <a name="Optional Parameters"></a><div class="section"><h3>Optional Parameters</h3>
+        <table class="bodyTable">
+          <tr class="a">
+            <th>Name</th>
+            <th>Type</th>
+            <th>Description</th>
+            </tr>
+          <tr class="b">
+            <td><b><a href="#archive">archive</a></b></td>
+            <td><code>MavenArchiveConfiguration</code></td>
+            <td>The maven archive configuration to use.</td>
+            </tr>
+          <tr class="a">
+            <td><b><a href="#artifactFactory">artifactFactory</a></b></td>
+            <td><code>ArtifactFactory</code></td>
+            <td>Artifact factory, needed to download source jars for inclusion in
+classpath.</td>
+            </tr>
+          <tr class="b">
+            <td><b><a href="#artifactResolver">artifactResolver</a></b></td>
+            <td><code>ArtifactResolver</code></td>
+            <td>Artifact resolver, needed to download source jars for inclusion in
+classpath.</td>
+            </tr>
+          <tr class="a">
+            <td><b><a href="#metadataSource">metadataSource</a></b></td>
+            <td><code>MavenMetadataSource</code></td>
+            <td>Artifact resolver, needed to download source jars for inclusion in
+classpath.</td>
+            </tr>
+          <tr class="b">
+            <td><b><a href="#useShieldingClassLoader">useShieldingClassLoader</a></b></td>
+            <td><code>boolean</code></td>
+            <td>Use shielded classloading</td>
+            </tr>
+          <tr class="a">
+            <td><b><a href="#useShieldingRepository">useShieldingRepository</a></b></td>
+            <td><code>boolean</code></td>
+            <td>Move jars for shielded classloading</td>
+            </tr>
+          <tr class="b">
+            <td><b><a href="#webXml">webXml</a></b></td>
+            <td><code>String</code></td>
+            <td>The path to the web.xml file to use.</td>
+            </tr>
+          </table>
+        </div>
+      <a name="Parameter Details"></a><div class="section"><h3>Parameter Details</h3>
+        <b><a name="archive">archive</a></b>
+        <p>The maven archive configuration to use.</p>
+        <ul>
+          <li><b>Type</b>: <code>org.apache.maven.archiver.MavenArchiveConfiguration</code></li>
+          <li><b>Required</b>: <code>No</code></li>
+          </ul><hr></hr><b><a name="artifactFactory">artifactFactory</a></b>
+        Artifact factory, needed to download source jars for inclusion in
+classpath.
+        <ul>
+          <li><b>Type</b>: <code>org.apache.maven.artifact.factory.ArtifactFactory</code></li>
+          <li><b>Required</b>: <code>No</code></li>
+          </ul><hr></hr><b><a name="artifactResolver">artifactResolver</a></b>
+        Artifact resolver, needed to download source jars for inclusion in
+classpath.
+        <ul>
+          <li><b>Type</b>: <code>org.apache.maven.artifact.resolver.ArtifactResolver</code></li>
+          <li><b>Required</b>: <code>No</code></li>
+          </ul><hr></hr><b><a name="metadataSource">metadataSource</a></b>
+        Artifact resolver, needed to download source jars for inclusion in
+classpath.
+        <ul>
+          <li><b>Type</b>: <code>org.apache.maven.project.artifact.MavenMetadataSource</code></li>
+          <li><b>Required</b>: <code>No</code></li>
+          </ul><hr></hr><b><a name="outputDirectory">outputDirectory</a></b>
+        The directory for the generated WAR.
+        <ul>
+          <li><b>Type</b>: <code>java.lang.String</code></li>
+          <li><b>Required</b>: <code>Yes</code></li>
+          <li><b>Expression</b>: <code>${project.build.directory}</code></li>
+          </ul><hr></hr><b><a name="project">project</a></b>
+        The project whose project files to create.
+        <ul>
+          <li><b>Type</b>: <code>org.apache.maven.project.MavenProject</code></li>
+          <li><b>Required</b>: <code>Yes</code></li>
+          <li><b>Expression</b>: <code>${project}</code></li>
+          </ul><hr></hr><b><a name="useShieldingClassLoader">useShieldingClassLoader</a></b>
+        Use shielded classloading
+        <ul>
+          <li><b>Type</b>: <code>boolean</code></li>
+          <li><b>Required</b>: <code>No</code></li>
+          <li><b>Expression</b>: <code>${maven.war.shieldingclassloader}</code></li>
+          </ul><hr></hr><b><a name="useShieldingRepository">useShieldingRepository</a></b>
+        Move jars for shielded classloading
+        <ul>
+          <li><b>Type</b>: <code>boolean</code></li>
+          <li><b>Required</b>: <code>No</code></li>
+          <li><b>Expression</b>: <code>${maven.war.shieldingrepository}</code></li>
+          </ul><hr></hr><b><a name="warName">warName</a></b>
+        The name of the generated war.
+        <ul>
+          <li><b>Type</b>: <code>java.lang.String</code></li>
+          <li><b>Required</b>: <code>Yes</code></li>
+          <li><b>Expression</b>: <code>${project.build.finalName}</code></li>
+          </ul><hr></hr><b><a name="warSourceDirectory">warSourceDirectory</a></b>
+        Single directory for extra files to include in the WAR.
+        <ul>
+          <li><b>Type</b>: <code>java.io.File</code></li>
+          <li><b>Required</b>: <code>Yes</code></li>
+          <li><b>Expression</b>: <code>${basedir}/src/main/webapp</code></li>
+          </ul><hr></hr><b><a name="webXml">webXml</a></b>
+        The path to the web.xml file to use.
+        <ul>
+          <li><b>Type</b>: <code>java.lang.String</code></li>
+          <li><b>Required</b>: <code>No</code></li>
+          <li><b>Expression</b>: <code>${maven.war.webxml}</code></li>
+          </ul><hr></hr><b><a name="webappDirectory">webappDirectory</a></b>
+        The directory where the webapp is built.
+        <ul>
+          <li><b>Type</b>: <code>java.io.File</code></li>
+          <li><b>Required</b>: <code>Yes</code></li>
+          <li><b>Expression</b>: <code>${project.build.directory}/${project.build.finalName}</code></li>
+          </ul>
+        </div>
+      </div>
+    
+  
+    </div>
+    <!-- end of content -->
+    <div id="footer">
+      <p>&#169;  
+          1999-2007
+    
+          The Apache Software Foundation
+        <br/>
+    
+    Last Published: 26/09/2007 07:11
+</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>

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/apache-logo.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/apache-maven-project-2.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/banner.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/bg.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/breadcrumbs.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/breadtrail-bg.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 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=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/cocoon-logo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/cocoon-project-logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 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=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/cocoon_logo.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 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=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/cocoon_logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/collapsed.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/download-bg.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/download-bottom.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/errors.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/expanded.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/fixme.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/getting-better-crnr.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/getting-better.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/getting-bot-left-crnr-blue.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/getting-bot-left-crnr-blue.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/getting-bot-left-crnr-blue.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/getting-bot-left-crnr.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/getting-bot-right-crnr-blue.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/getting-bot-right-crnr-blue.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/getting-bot-right-crnr-blue.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/getting-bot-right-crnr.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/getting-bottom.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/getting-download-button.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/getting-download-crnr.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/getting-involved-crnr.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/getting-involved.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/getting-list.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/getting-started-crnr.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/getting-started.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/getting-top-left-crnr-blue.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/getting-top-left-crnr-blue.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/getting-top-left-crnr-blue.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/getting-top-right-crnr-blue.gif
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/getting-top-right-crnr-blue.gif?rev=580139&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/getting-top-right-crnr-blue.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/getting-top-right-crnr.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/getting-top.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/group-title-line.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/h1-image.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/h3.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/h5.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/icon_error_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/icon_info_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/icon_success_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/icon_warning_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/language-france.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/language-us.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/list.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/logo-background-old.jpg
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/maven-plugin/1.0/images/logo-background-old.jpg?rev=580139&view=auto
==============================================================================
Binary file - no diff available.