You are viewing a plain text version of this content. The canonical link for it is here.
Posted to nmaven-commits@incubator.apache.org by si...@apache.org on 2007/02/05 22:01:47 UTC

svn commit: r503893 [4/13] - in /incubator/nmaven/www: ./ css/ images/ images/logos/ plugins/ plugins/maven-compile-plugin/ plugins/maven-compile-plugin/css/ plugins/maven-compile-plugin/images/ plugins/maven-compile-plugin/images/logos/ plugins/maven-...

Added: incubator/nmaven/www/plugins/maven-install-plugin/css/maven-base.css
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-install-plugin/css/maven-base.css?view=auto&rev=503893
==============================================================================
--- incubator/nmaven/www/plugins/maven-install-plugin/css/maven-base.css (added)
+++ incubator/nmaven/www/plugins/maven-install-plugin/css/maven-base.css Mon Feb  5 14:01:37 2007
@@ -0,0 +1,148 @@
+body {
+  margin: 0px;
+  padding: 0px;
+}
+img {
+  border:none;
+}
+table {
+  padding:0px;
+  width: 100%;
+  margin-left: -2px;
+  margin-right: -2px;
+}
+acronym {
+  cursor: help;
+  border-bottom: 1px dotted #feb;
+}
+table.bodyTable th, table.bodyTable td {
+  padding: 2px 4px 2px 4px;
+  vertical-align: top;
+}
+div.clear{
+  clear:both;
+  visibility: hidden;
+}
+div.clear hr{
+  display: none;
+}
+#bannerLeft, #bannerRight {
+  font-size: xx-large;
+  font-weight: bold;
+}
+#bannerLeft img, #bannerRight img {
+  margin: 0px;
+}
+.xleft, #bannerLeft img {
+  float:left;
+  text-shadow: #7CFC00;
+}
+.xright, #bannerRight img {
+  float:right;
+  text-shadow: #7CFC00;
+}
+#banner {
+  padding: 0px;
+}
+#banner img {
+  border: none;
+}
+#breadcrumbs {
+  padding: 3px 10px 3px 10px;
+}
+#leftColumn {
+ width: 170px;
+ float:left;
+ overflow: auto;
+}
+#bodyColumn {
+  margin-right: 1.5em;
+  margin-left: 197px;
+}
+#legend {
+  padding: 8px 0 8px 0;
+}
+#navcolumn {
+  padding: 8px 4px 0 8px;
+}
+#navcolumn h5 {
+  margin: 0;
+  padding: 0;
+  font-size: small;
+}
+#navcolumn ul {
+  margin: 0;
+  padding: 0;
+  font-size: small;
+}
+#navcolumn li {
+  list-style-type: none;
+  background-image: none;
+  background-repeat: no-repeat;
+  background-position: 0 0.4em;
+  padding-left: 16px;
+  list-style-position: outside;
+  line-height: 1.2em;
+  font-size: smaller;
+}
+#navcolumn li.expanded {
+  background-image: url(../images/expanded.gif);
+}
+#navcolumn li.collapsed {
+  background-image: url(../images/collapsed.gif);
+}
+#poweredBy {
+  text-align: center;
+}
+#navcolumn img {
+  margin-top: 10px;
+  margin-bottom: 3px;
+}
+#poweredBy img {
+  display:block;
+  margin: 20px 0 20px 17px;
+  border: 1px solid black;
+  width: 90px;
+  height: 30px;
+}
+#search img {
+    margin: 0px;
+    display: block;
+}
+#search #q, #search #btnG {
+    border: 1px solid #999;
+    margin-bottom:10px;
+}
+#search form {
+    margin: 0px;
+}
+#lastPublished {
+  font-size: x-small;
+}
+.navSection {
+  margin-bottom: 2px;
+  padding: 8px;
+}
+.navSectionHead {
+  font-weight: bold;
+  font-size: x-small;
+}
+.section {
+  padding: 4px;
+}
+#footer {
+  padding: 3px 10px 3px 10px;
+  font-size: x-small;
+}
+#breadcrumbs {
+  font-size: x-small;
+  margin: 0pt;
+}
+.source {
+  padding: 12px;
+  margin: 1em 7px 1em 7px;
+}
+.source pre {
+  margin: 0px;
+  padding: 0px;
+}

Propchange: incubator/nmaven/www/plugins/maven-install-plugin/css/maven-base.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/nmaven/www/plugins/maven-install-plugin/css/maven-theme.css
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-install-plugin/css/maven-theme.css?view=auto&rev=503893
==============================================================================
--- incubator/nmaven/www/plugins/maven-install-plugin/css/maven-theme.css (added)
+++ incubator/nmaven/www/plugins/maven-install-plugin/css/maven-theme.css Mon Feb  5 14:01:37 2007
@@ -0,0 +1,141 @@
+body {
+  padding: 0px 0px 10px 0px;
+}
+body, td, select, input, li{
+  font-family: Verdana, Helvetica, Arial, sans-serif;
+  font-size: 13px;
+}
+code{
+  font-family: Courier, monospace;
+  font-size: 13px;
+}
+a {
+  text-decoration: none;
+}
+a:link {
+  color:#36a;
+}
+a:visited  {
+  color:#47a;
+}
+a:active, a:hover {
+  color:#69c;
+}
+#legend li.externalLink {
+  background: url(../images/external.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
+  background: url(../images/external.png) right center no-repeat;
+  padding-right: 18px;
+}
+#legend li.newWindow {
+  background: url(../images/newwindow.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
+  background: url(../images/newwindow.png) right center no-repeat;
+  padding-right: 18px;
+}
+h2 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #999;
+  color: #900;
+  background-color: #ddd;
+  font-weight:900;
+  font-size: x-large;
+}
+h3 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #aaa;
+  color: #900;
+  background-color: #eee;
+  font-weight: normal;
+  font-size: large;
+}
+h4 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #bbb;
+  color: #900;
+  background-color: #fff;
+  font-weight: normal;
+  font-size: large;
+}
+h5 {
+  padding: 4px 4px 4px 6px;
+  color: #900;
+  font-size: normal;
+}
+p {
+  line-height: 1.3em;
+  font-size: small;
+}
+#breadcrumbs {
+  border-top: 1px solid #aaa;
+  border-bottom: 1px solid #aaa;
+  background-color: #ccc;
+}
+#leftColumn {
+  margin: 10px 0 0 5px;
+  border: 1px solid #999;
+  background-color: #eee;
+}
+#navcolumn h5 {
+  font-size: smaller;
+  border-bottom: 1px solid #aaaaaa;
+  padding-top: 2px;
+  color: #000;
+}
+
+table.bodyTable th {
+  color: white;
+  background-color: #bbb;
+  text-align: left;
+  font-weight: bold;
+}
+
+table.bodyTable th, table.bodyTable td {
+  font-size: 1em;
+}
+
+table.bodyTable tr.a {
+  background-color: #ddd;
+}
+
+table.bodyTable tr.b {
+  background-color: #eee;
+}
+
+.source {
+  border: 1px solid #999;
+}
+dl {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #aaa;
+  background-color: #ffc;
+}
+dt {
+  color: #900;
+}
+#organizationLogo img, #projectLogo img, #projectLogo span{
+  margin: 8px;
+}
+#banner {
+  border-bottom: 1px solid #fff;
+}
+.errormark, .warningmark, .donemark, .infomark {
+  background: url(../images/icon_error_sml.gif) no-repeat;
+}
+
+.warningmark {
+  background-image: url(../images/icon_warning_sml.gif);
+}
+
+.donemark {
+  background-image: url(../images/icon_success_sml.gif);
+}
+
+.infomark {
+  background-image: url(../images/icon_info_sml.gif);
+}
+

Propchange: incubator/nmaven/www/plugins/maven-install-plugin/css/maven-theme.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/nmaven/www/plugins/maven-install-plugin/css/print.css
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-install-plugin/css/print.css?view=auto&rev=503893
==============================================================================
--- incubator/nmaven/www/plugins/maven-install-plugin/css/print.css (added)
+++ incubator/nmaven/www/plugins/maven-install-plugin/css/print.css Mon Feb  5 14:01:37 2007
@@ -0,0 +1,7 @@
+#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
+	display: none !important;
+}
+#bodyColumn, body.docs div.docs {
+	margin: 0 !important;
+	border: none !important
+}

Propchange: incubator/nmaven/www/plugins/maven-install-plugin/css/print.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/nmaven/www/plugins/maven-install-plugin/dependencies.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-install-plugin/dependencies.html?view=auto&rev=503893
==============================================================================
--- incubator/nmaven/www/plugins/maven-install-plugin/dependencies.html (added)
+++ incubator/nmaven/www/plugins/maven-install-plugin/dependencies.html Mon Feb  5 14:01:37 2007
@@ -0,0 +1,181 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>NMaven - Project Dependencies</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 class="composite">
+    <div id="banner">
+                    <span id="bannerLeft">
+    
+            maven-install-plugin
+    
+            </span>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+  
+  
+            <div class="xleft">
+        Last Published: 02/05/2007
+                      </div>
+            <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
+          |
+          <a href="http://incubator.apache.org/nmaven">NMaven</a>
+          |
+          <a href="http://svn.apache.org/repos/asf/incubator/nmaven/">NMaven SVN</a>
+          |
+          <a href="http://maven.apache.org/">Maven</a>
+          |
+          <a href="http://www.mono-project.com/">Mono Project</a>
+          |
+          <a href="http://dotgnu.org/">DotGNU</a>
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+  
+  
+                   <h5>General Info</h5>
+        <ul>
+              
+    <li class="none">
+              <a href="index.html">About</a>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+      
+            
+            
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+            <li class="expanded">
+              <a href="project-info.html">Project Information</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="integration.html">Continuous Integration</a>
+        </li>
+                  
+    <li class="none">
+              <strong>Dependencies</strong>
+        </li>
+                  
+    <li class="none">
+              <a href="issue-tracking.html">Issue Tracking</a>
+        </li>
+                  
+    <li class="none">
+              <a href="mail-lists.html">Mailing Lists</a>
+        </li>
+                  
+    <li class="none">
+              <a href="license.html">Project License</a>
+        </li>
+                  
+    <li class="none">
+              <a href="project-summary.html">Project Summary</a>
+        </li>
+                  
+    <li class="none">
+              <a href="team-list.html">Project Team</a>
+        </li>
+                  
+    <li class="none">
+              <a href="source-repository.html">Source Repository</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>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <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>org.apache.maven.dotnet</td><td>dotnet-artifact</td><td>0.14-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.maven.dotnet</td><td>dotnet-assembler</td><td>0.14-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.maven.dotnet</td><td>dotnet-executable</td><td>0.14-SNAPSHOT</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 depende
 ncies.</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>classworlds</td><td>classworlds</td><td>1.1-alpha-2</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>junit</td><td>junit</td><td>3.8.1</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>kxml2</td><td>kxml2</td><td>2.1.8</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.maven</td><td>maven-artifact</td><td>2.0.4</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.maven</td><td>maven-artifact-manager</td><td>2.0.4</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.maven</td><td>maven-model</td><td>2.0.4</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.4</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.maven</td><td>maven-profile</td><td>2.0.4</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.maven</td><td>maven-project</td><td>2.0.4</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.4</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.maven</td><td>maven-settings</td><td>2.0.4</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.maven.dotnet</td><td>dotnet-core</td><td>0.14-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.maven.dotnet</td><td>dotnet-model-assembly-plugins</td><td>0.14-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.maven.dotnet</td><td>dotnet-model-compiler-plugins</td><td>0.14-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>o
 rg.apache.maven.dotnet</td><td>dotnet-model-executable-plugins</td><td>0.14-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.maven.dotnet</td><td>dotnet-model-netdependency</td><td>0.14-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.maven.dotnet</td><td>dotnet-model-settings</td><td>0.14-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.maven.dotnet</td><td>dotnet-registry</td><td>0.14-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.maven.dotnet</td><td>dotnet-vendor</td><td>0.14-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.maven.wagon</td><td>wagon-provider-api</td><td>1.0-alpha-6</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.
 4</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>xmlpull</td><td>xmlpull</td><td>1.1.3.4a</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.maven.dotnet.plugins:maven-install-plugin:maven-plugin">org.apache.maven.dotnet.plugins:maven-install-plugin:maven-plugin</a><ul><li><a href="#org.apache.maven.dotnet:dotnet-assembler:jar">org.apache.maven.dotnet:dotnet-assembler:jar</a><ul><li><a href="#org.apache.maven.dotnet:dotnet-model-assembly-plugins:jar">org.apache.maven.dotnet:dotnet-model-assembly-plugins:jar</a></li><li><a href="#org.apache.maven:maven-project:jar">org.apache.maven:maven-project:jar</a><ul><li><a href="#org.codehaus.plexus:plexus-container-default:jar">org.codehaus.plexus:plexus-container-default:jar</a><ul><li><a href="#classworlds:classworlds:jar">classworlds:classworlds:jar</a></li><li><a href="#junit:juni
 t:jar">junit:junit:jar</a></li></ul></li><li><a href="#org.apache.maven:maven-settings:jar">org.apache.maven:maven-settings: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.wagon:wagon-provider-api:jar">org.apache.maven.wagon:wagon-provider-api:jar</a></li><li><a href="#org.apache.maven:maven-repository-metadata:jar">org.apache.maven:maven-repository-metadata:jar</a></li></ul></li><li><a href="#org.apache.maven:maven-model:jar">org.apache.maven:maven-model:jar</a></li><li><a href="#org.apache.maven:maven-profile:jar">org.apache.maven:maven-profile:jar</a></li></ul></li><li><a href="#org.apache.maven:maven-plugin-api:jar">org.apache.maven:maven-plugin-api:jar</a></li><li><a href="#org.apache.maven.dotnet:dotnet-core:jar">org.apache.maven.dotnet:dotnet-core:jar</a><ul><li><a href="#org.apache.maven.dotnet:dotnet-registry:jar">org.apache.maven.dotnet:dotnet-registry:jar</a><u
 l><li><a href="#kxml2:kxml2:jar">kxml2:kxml2:jar</a></li><li><a href="#xmlpull:xmlpull:jar">xmlpull:xmlpull:jar</a></li></ul></li></ul></li></ul></li><li><a href="#org.apache.maven.dotnet:dotnet-executable:jar">org.apache.maven.dotnet:dotnet-executable:jar</a><ul><li><a href="#org.apache.maven.dotnet:dotnet-model-compiler-plugins:jar">org.apache.maven.dotnet:dotnet-model-compiler-plugins:jar</a></li><li><a href="#org.apache.maven.dotnet:dotnet-model-executable-plugins:jar">org.apache.maven.dotnet:dotnet-model-executable-plugins:jar</a></li><li><a href="#org.apache.maven.dotnet:dotnet-vendor:jar">org.apache.maven.dotnet:dotnet-vendor:jar</a><ul><li><a href="#org.apache.maven.dotnet:dotnet-model-settings:jar">org.apache.maven.dotnet:dotnet-model-settings:jar</a></li></ul></li></ul></li><li><a href="#org.apache.maven.dotnet:dotnet-artifact:jar">org.apache.maven.dotnet:dotnet-artifact:jar</a><ul><li><a href="#org.apache.maven:maven-artifact:jar">org.apache.maven:maven-artifact:j
 ar</a><ul><li><a href="#org.codehaus.plexus:plexus-utils:jar">org.codehaus.plexus:plexus-utils:jar</a></li></ul></li><li><a href="#org.apache.maven.dotnet:dotnet-model-netdependency:jar">org.apache.maven.dotnet:dotnet-model-netdependency:jar</a></li></ul></li></ul></li></ul></p></div><div class="section"><h3>Dependency Listings</h3><p><a name="org.apache.maven.dotnet.plugins:maven-install-plugin:maven-plugin"><b>maven-install-plugin</b></a></p><p>Maven Plugin for .NET</p><p><a name="org.apache.maven.dotnet:dotnet-assembler:jar"><b>dotnet-assembler</b></a></p><p>NMaven</p><p><a name="org.apache.maven.dotnet:dotnet-model-assembly-plugins:jar"><b>dotnet-model-assembly-plugins</b></a></p><p>Assembly Model</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.codehaus.plexus:plexus-container-default:jar"><b>Default Plexus Container</b></a></p><p><a name="classworlds:classworlds:jar"><b>classworlds</b></a></p><p></p><p><a href="http://classworlds.codehaus.org/">http://classworlds.codehaus.org/</a></p><p><a name="junit:junit:jar"><b>Unnamed - junit:junit:jar:3.8.1</b></a></p><p><a name="org.apache.maven:maven-settings:jar"><b>Maven Local Settings 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.o
 rg/maven-settings">http://maven.apache.org/maven-settings</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 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-manager">http://maven.apache.org/maven-artifact-manager</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.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: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="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-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 obj
 ect 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="org.apache.maven.dotnet:dotnet-core:jar"><b>dotnet-core</b></a></p><p>NMaven</p><p><a name="org.apache.maven.dotnet:dotnet-registry:jar"><b>dotnet-registry</b></a></p><p><a name="kxml2:kxml2:jar"><b>Unnamed - kxml2:kxml2:jar:2.1.8</b></a></p><p><a name="xmlpull:xmlpull:jar"><b>Unnamed - xmlpull:xmlpull:jar:1.1.3.4a</b></a></p><p><a name="org.apache.maven.dotnet:dotnet-executable:jar"><b>dotnet-executable</b></a></p><p>NMaven</p><p><a name="org.apache.maven.dotnet:dotnet-model-compiler-plugins:jar"><b>dotnet-model-compiler-plugins</b></a></p><p>Compiler Model</p><p><a name="org.apache.maven.
 dotnet:dotnet-model-executable-plugins:jar"><b>dotnet-model-executable-plugins</b></a></p><p>Executable Model</p><p><a name="org.apache.maven.dotnet:dotnet-vendor:jar"><b>dotnet-vendor</b></a></p><p>NMaven</p><p><a name="org.apache.maven.dotnet:dotnet-model-settings:jar"><b>dotnet-model-settings</b></a></p><p>Net Dependency Model</p><p><a name="org.apache.maven.dotnet:dotnet-artifact:jar"><b>dotnet-artifact</b></a></p><p>Maven Plugin for .NET</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/m
 aven-artifact</a></p><p><a name="org.codehaus.plexus:plexus-utils:jar"><b>Plexus Common Utilities</b></a></p><p><a name="org.apache.maven.dotnet:dotnet-model-netdependency:jar"><b>dotnet-model-netdependency</b></a></p><p>Net Dependency Model</p></div></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2007
+    
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: incubator/nmaven/www/plugins/maven-install-plugin/images/collapsed.gif
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-install-plugin/images/collapsed.gif?view=auto&rev=503893
==============================================================================
Binary file - no diff available.

Propchange: incubator/nmaven/www/plugins/maven-install-plugin/images/collapsed.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/nmaven/www/plugins/maven-install-plugin/images/expanded.gif
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-install-plugin/images/expanded.gif?view=auto&rev=503893
==============================================================================
Binary file - no diff available.

Propchange: incubator/nmaven/www/plugins/maven-install-plugin/images/expanded.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/nmaven/www/plugins/maven-install-plugin/images/external.png
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-install-plugin/images/external.png?view=auto&rev=503893
==============================================================================
Binary file - no diff available.

Propchange: incubator/nmaven/www/plugins/maven-install-plugin/images/external.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/nmaven/www/plugins/maven-install-plugin/images/icon_error_sml.gif
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-install-plugin/images/icon_error_sml.gif?view=auto&rev=503893
==============================================================================
Binary file - no diff available.

Propchange: incubator/nmaven/www/plugins/maven-install-plugin/images/icon_error_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/nmaven/www/plugins/maven-install-plugin/images/icon_info_sml.gif
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-install-plugin/images/icon_info_sml.gif?view=auto&rev=503893
==============================================================================
Binary file - no diff available.

Propchange: incubator/nmaven/www/plugins/maven-install-plugin/images/icon_info_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/nmaven/www/plugins/maven-install-plugin/images/icon_success_sml.gif
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-install-plugin/images/icon_success_sml.gif?view=auto&rev=503893
==============================================================================
Binary file - no diff available.

Propchange: incubator/nmaven/www/plugins/maven-install-plugin/images/icon_success_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/nmaven/www/plugins/maven-install-plugin/images/icon_warning_sml.gif
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-install-plugin/images/icon_warning_sml.gif?view=auto&rev=503893
==============================================================================
Binary file - no diff available.

Propchange: incubator/nmaven/www/plugins/maven-install-plugin/images/icon_warning_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/nmaven/www/plugins/maven-install-plugin/images/logos/maven-feather.png
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-install-plugin/images/logos/maven-feather.png?view=auto&rev=503893
==============================================================================
Binary file - no diff available.

Propchange: incubator/nmaven/www/plugins/maven-install-plugin/images/logos/maven-feather.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/nmaven/www/plugins/maven-install-plugin/images/newwindow.png
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-install-plugin/images/newwindow.png?view=auto&rev=503893
==============================================================================
Binary file - no diff available.

Propchange: incubator/nmaven/www/plugins/maven-install-plugin/images/newwindow.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/nmaven/www/plugins/maven-install-plugin/index.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-install-plugin/index.html?view=auto&rev=503893
==============================================================================
--- incubator/nmaven/www/plugins/maven-install-plugin/index.html (added)
+++ incubator/nmaven/www/plugins/maven-install-plugin/index.html Mon Feb  5 14:01:37 2007
@@ -0,0 +1,184 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>NMaven - 
+    maven-install-plugin - Overview</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 class="composite">
+    <div id="banner">
+                    <span id="bannerLeft">
+    
+            maven-install-plugin
+    
+            </span>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+  
+  
+            <div class="xleft">
+        Last Published: 02/05/2007
+                      </div>
+            <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
+          |
+          <a href="http://incubator.apache.org/nmaven">NMaven</a>
+          |
+          <a href="http://svn.apache.org/repos/asf/incubator/nmaven/">NMaven SVN</a>
+          |
+          <a href="http://maven.apache.org/">Maven</a>
+          |
+          <a href="http://www.mono-project.com/">Mono Project</a>
+          |
+          <a href="http://dotgnu.org/">DotGNU</a>
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+  
+  
+                   <h5>General Info</h5>
+        <ul>
+              
+    <li class="none">
+              <strong>About</strong>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+              <a href="project-info.html">Project Information</a>
+              </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>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        
+  
+  
+    <a name="maven-install-plugin"></a><div class="section"><h2>maven-install-plugin</h2>
+      <p>Goals available: </p>
+      <table class="bodyTable">
+        <tr class="a">
+          <th>Goal</th>
+          <th>Description</th>
+        </tr>
+        <tr class="b">
+          <td>
+            <a href="install-file-mojo.html">
+              <code>install:install-file</code>
+            </a>
+          </td>
+          <td>No description.</td>
+        </tr>
+        <tr class="a">
+          <td>
+            <a href="install-mojo.html">
+              <code>install:install</code>
+            </a>
+          </td>
+          <td>No description.</td>
+        </tr>
+        <tr class="b">
+          <td>
+            <a href="target-install-mojo.html">
+              <code>install:target-install</code>
+            </a>
+          </td>
+          <td>Installs .NET modules into the project's target directory.</td>
+        </tr>
+      </table>
+    </div>
+  
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2007
+    
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: incubator/nmaven/www/plugins/maven-install-plugin/install-file-mojo.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-install-plugin/install-file-mojo.html?view=auto&rev=503893
==============================================================================
--- incubator/nmaven/www/plugins/maven-install-plugin/install-file-mojo.html (added)
+++ incubator/nmaven/www/plugins/maven-install-plugin/install-file-mojo.html Mon Feb  5 14:01:37 2007
@@ -0,0 +1,297 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>NMaven - 
+    maven-install-plugin - install:install-file</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 class="composite">
+    <div id="banner">
+                    <span id="bannerLeft">
+    
+            maven-install-plugin
+    
+            </span>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+  
+  
+            <div class="xleft">
+        Last Published: 02/05/2007
+                      </div>
+            <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
+          |
+          <a href="http://incubator.apache.org/nmaven">NMaven</a>
+          |
+          <a href="http://svn.apache.org/repos/asf/incubator/nmaven/">NMaven SVN</a>
+          |
+          <a href="http://maven.apache.org/">Maven</a>
+          |
+          <a href="http://www.mono-project.com/">Mono Project</a>
+          |
+          <a href="http://dotgnu.org/">DotGNU</a>
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+  
+  
+                   <h5>General Info</h5>
+        <ul>
+              
+    <li class="none">
+              <a href="index.html">About</a>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+              <a href="project-info.html">Project Information</a>
+              </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>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        
+  
+  
+    <a name="install:install-file"></a><div class="section"><h2>install:install-file</h2>
+      <p></p>
+      <p>Parameters for the goal: </p>
+      <table class="bodyTable">
+        <tr class="a">
+          <th>Parameter</th>
+          <th>Type</th>
+          <th>Expression</th>
+          <th>Default Value</th>
+          <th>Description</th>
+        </tr>
+        <tr class="b">
+          <td>
+            <code>artifactContext</code> <i>(Optional)</i> <i>(Discovered)</i></td>
+          <td>
+            <code title="org.apache.maven.dotnet.artifact.ArtifactContext">ArtifactContext</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>No description.</td>
+        </tr>
+        <tr class="a">
+          <td>
+            <code>artifactId</code>
+          </td>
+          <td>
+            <code title="java.lang.String">String</code>
+          </td>
+          <td>
+            <code>${artifactId}</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>No description.</td>
+        </tr>
+        <tr class="b">
+          <td>
+            <code>groupId</code>
+          </td>
+          <td>
+            <code title="java.lang.String">String</code>
+          </td>
+          <td>
+            <code>${groupId}</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>No description.</td>
+        </tr>
+        <tr class="a">
+          <td>
+            <code>localRepository</code>
+          </td>
+          <td>
+            <code title="java.io.File">File</code>
+          </td>
+          <td>
+            <code>${settings.localRepository}</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>No description.</td>
+        </tr>
+        <tr class="b">
+          <td>
+            <code>nmavenRegistry</code> <i>(Optional)</i> <i>(Discovered)</i></td>
+          <td>
+            <code title="org.apache.maven.dotnet.NMavenRepositoryRegistry">NMavenRepositoryRegistry</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>No description.</td>
+        </tr>
+        <tr class="a">
+          <td>
+            <code>packaging</code>
+          </td>
+          <td>
+            <code title="java.lang.String">String</code>
+          </td>
+          <td>
+            <code>${packaging}</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>No description.</td>
+        </tr>
+        <tr class="b">
+          <td>
+            <code>pomFile</code>
+          </td>
+          <td>
+            <code title="java.io.File">File</code>
+          </td>
+          <td>
+            <code>${file}</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>No description.</td>
+        </tr>
+        <tr class="a">
+          <td>
+            <code>project</code>
+          </td>
+          <td>
+            <code title="org.apache.maven.project.MavenProject">MavenProject</code>
+          </td>
+          <td>
+            <code>${project}</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>The maven project.</td>
+        </tr>
+        <tr class="b">
+          <td>
+            <code>version</code>
+          </td>
+          <td>
+            <code title="java.lang.String">String</code>
+          </td>
+          <td>
+            <code>${version}</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>No description.</td>
+        </tr>
+      </table>
+    </div>
+  
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2007
+    
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: incubator/nmaven/www/plugins/maven-install-plugin/install-mojo.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-install-plugin/install-mojo.html?view=auto&rev=503893
==============================================================================
--- incubator/nmaven/www/plugins/maven-install-plugin/install-mojo.html (added)
+++ incubator/nmaven/www/plugins/maven-install-plugin/install-mojo.html Mon Feb  5 14:01:37 2007
@@ -0,0 +1,237 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>NMaven - 
+    maven-install-plugin - install:install</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 class="composite">
+    <div id="banner">
+                    <span id="bannerLeft">
+    
+            maven-install-plugin
+    
+            </span>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+  
+  
+            <div class="xleft">
+        Last Published: 02/05/2007
+                      </div>
+            <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
+          |
+          <a href="http://incubator.apache.org/nmaven">NMaven</a>
+          |
+          <a href="http://svn.apache.org/repos/asf/incubator/nmaven/">NMaven SVN</a>
+          |
+          <a href="http://maven.apache.org/">Maven</a>
+          |
+          <a href="http://www.mono-project.com/">Mono Project</a>
+          |
+          <a href="http://dotgnu.org/">DotGNU</a>
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+  
+  
+                   <h5>General Info</h5>
+        <ul>
+              
+    <li class="none">
+              <a href="index.html">About</a>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+              <a href="project-info.html">Project Information</a>
+              </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>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        
+  
+  
+    <a name="install:install"></a><div class="section"><h2>install:install</h2>
+      <p></p>
+      <p>Parameters for the goal: </p>
+      <table class="bodyTable">
+        <tr class="a">
+          <th>Parameter</th>
+          <th>Type</th>
+          <th>Expression</th>
+          <th>Default Value</th>
+          <th>Description</th>
+        </tr>
+        <tr class="b">
+          <td>
+            <code>artifactContext</code> <i>(Optional)</i> <i>(Discovered)</i></td>
+          <td>
+            <code title="org.apache.maven.dotnet.artifact.ArtifactContext">ArtifactContext</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>No description.</td>
+        </tr>
+        <tr class="a">
+          <td>
+            <code>artifactInstaller</code> <i>(Optional)</i> <i>(Discovered)</i></td>
+          <td>
+            <code title="org.apache.maven.artifact.installer.ArtifactInstaller">ArtifactInstaller</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>No description.</td>
+        </tr>
+        <tr class="b">
+          <td>
+            <code>localRepository</code>
+          </td>
+          <td>
+            <code title="java.io.File">File</code>
+          </td>
+          <td>
+            <code>${settings.localRepository}</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>No description.</td>
+        </tr>
+        <tr class="a">
+          <td>
+            <code>pomFile</code>
+          </td>
+          <td>
+            <code title="java.io.File">File</code>
+          </td>
+          <td>
+            <code>${project.file}</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>No description.</td>
+        </tr>
+        <tr class="b">
+          <td>
+            <code>project</code>
+          </td>
+          <td>
+            <code title="org.apache.maven.project.MavenProject">MavenProject</code>
+          </td>
+          <td>
+            <code>${project}</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>The maven project.</td>
+        </tr>
+      </table>
+    </div>
+  
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2007
+    
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: incubator/nmaven/www/plugins/maven-install-plugin/integration.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-install-plugin/integration.html?view=auto&rev=503893
==============================================================================
--- incubator/nmaven/www/plugins/maven-install-plugin/integration.html (added)
+++ incubator/nmaven/www/plugins/maven-install-plugin/integration.html Mon Feb  5 14:01:37 2007
@@ -0,0 +1,180 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>NMaven - Continuous Integration</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 class="composite">
+    <div id="banner">
+                    <span id="bannerLeft">
+    
+            maven-install-plugin
+    
+            </span>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+  
+  
+            <div class="xleft">
+        Last Published: 02/05/2007
+                      </div>
+            <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
+          |
+          <a href="http://incubator.apache.org/nmaven">NMaven</a>
+          |
+          <a href="http://svn.apache.org/repos/asf/incubator/nmaven/">NMaven SVN</a>
+          |
+          <a href="http://maven.apache.org/">Maven</a>
+          |
+          <a href="http://www.mono-project.com/">Mono Project</a>
+          |
+          <a href="http://dotgnu.org/">DotGNU</a>
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+  
+  
+                   <h5>General Info</h5>
+        <ul>
+              
+    <li class="none">
+              <a href="index.html">About</a>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+            
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+            <li class="expanded">
+              <a href="project-info.html">Project Information</a>
+                <ul>
+                  
+    <li class="none">
+              <strong>Continuous Integration</strong>
+        </li>
+                  
+    <li class="none">
+              <a href="dependencies.html">Dependencies</a>
+        </li>
+                  
+    <li class="none">
+              <a href="issue-tracking.html">Issue Tracking</a>
+        </li>
+                  
+    <li class="none">
+              <a href="mail-lists.html">Mailing Lists</a>
+        </li>
+                  
+    <li class="none">
+              <a href="license.html">Project License</a>
+        </li>
+                  
+    <li class="none">
+              <a href="project-summary.html">Project Summary</a>
+        </li>
+                  
+    <li class="none">
+              <a href="team-list.html">Project Team</a>
+        </li>
+                  
+    <li class="none">
+              <a href="source-repository.html">Source Repository</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>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Continuous Integration</h2><p>No continuous integration management system is defined. Please check back at a later date.</p></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2007
+    
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Propchange: incubator/nmaven/www/plugins/maven-install-plugin/integration.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/nmaven/www/plugins/maven-install-plugin/issue-tracking.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-install-plugin/issue-tracking.html?view=auto&rev=503893
==============================================================================
--- incubator/nmaven/www/plugins/maven-install-plugin/issue-tracking.html (added)
+++ incubator/nmaven/www/plugins/maven-install-plugin/issue-tracking.html Mon Feb  5 14:01:37 2007
@@ -0,0 +1,180 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>NMaven - Issue Tracking</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 class="composite">
+    <div id="banner">
+                    <span id="bannerLeft">
+    
+            maven-install-plugin
+    
+            </span>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+  
+  
+            <div class="xleft">
+        Last Published: 02/05/2007
+                      </div>
+            <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
+          |
+          <a href="http://incubator.apache.org/nmaven">NMaven</a>
+          |
+          <a href="http://svn.apache.org/repos/asf/incubator/nmaven/">NMaven SVN</a>
+          |
+          <a href="http://maven.apache.org/">Maven</a>
+          |
+          <a href="http://www.mono-project.com/">Mono Project</a>
+          |
+          <a href="http://dotgnu.org/">DotGNU</a>
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+  
+  
+                   <h5>General Info</h5>
+        <ul>
+              
+    <li class="none">
+              <a href="index.html">About</a>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+      
+            
+      
+            
+            
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+            <li class="expanded">
+              <a href="project-info.html">Project Information</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="integration.html">Continuous Integration</a>
+        </li>
+                  
+    <li class="none">
+              <a href="dependencies.html">Dependencies</a>
+        </li>
+                  
+    <li class="none">
+              <strong>Issue Tracking</strong>
+        </li>
+                  
+    <li class="none">
+              <a href="mail-lists.html">Mailing Lists</a>
+        </li>
+                  
+    <li class="none">
+              <a href="license.html">Project License</a>
+        </li>
+                  
+    <li class="none">
+              <a href="project-summary.html">Project Summary</a>
+        </li>
+                  
+    <li class="none">
+              <a href="team-list.html">Project Team</a>
+        </li>
+                  
+    <li class="none">
+              <a href="source-repository.html">Source Repository</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>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Issue Tracking</h2><p>No issue management system is defined. Please check back at a later date.</p></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2007
+    
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Propchange: incubator/nmaven/www/plugins/maven-install-plugin/issue-tracking.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/nmaven/www/plugins/maven-install-plugin/license.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-install-plugin/license.html?view=auto&rev=503893
==============================================================================
--- incubator/nmaven/www/plugins/maven-install-plugin/license.html (added)
+++ incubator/nmaven/www/plugins/maven-install-plugin/license.html Mon Feb  5 14:01:37 2007
@@ -0,0 +1,180 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>NMaven - 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/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+      </head>
+  <body class="composite">
+    <div id="banner">
+                    <span id="bannerLeft">
+    
+            maven-install-plugin
+    
+            </span>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+  
+  
+            <div class="xleft">
+        Last Published: 02/05/2007
+                      </div>
+            <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
+          |
+          <a href="http://incubator.apache.org/nmaven">NMaven</a>
+          |
+          <a href="http://svn.apache.org/repos/asf/incubator/nmaven/">NMaven SVN</a>
+          |
+          <a href="http://maven.apache.org/">Maven</a>
+          |
+          <a href="http://www.mono-project.com/">Mono Project</a>
+          |
+          <a href="http://dotgnu.org/">DotGNU</a>
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+  
+  
+                   <h5>General Info</h5>
+        <ul>
+              
+    <li class="none">
+              <a href="index.html">About</a>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+            
+            
+      
+            
+      
+            
+      
+              
+            <li class="expanded">
+              <a href="project-info.html">Project Information</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="integration.html">Continuous Integration</a>
+        </li>
+                  
+    <li class="none">
+              <a href="dependencies.html">Dependencies</a>
+        </li>
+                  
+    <li class="none">
+              <a href="issue-tracking.html">Issue Tracking</a>
+        </li>
+                  
+    <li class="none">
+              <a href="mail-lists.html">Mailing Lists</a>
+        </li>
+                  
+    <li class="none">
+              <strong>Project License</strong>
+        </li>
+                  
+    <li class="none">
+              <a href="project-summary.html">Project Summary</a>
+        </li>
+                  
+    <li class="none">
+              <a href="team-list.html">Project Team</a>
+        </li>
+                  
+    <li class="none">
+              <a href="source-repository.html">Source Repository</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>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Project License</h2><p>No project license is defined for this project.</p></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2007
+    
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Propchange: incubator/nmaven/www/plugins/maven-install-plugin/license.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/nmaven/www/plugins/maven-install-plugin/mail-lists.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-install-plugin/mail-lists.html?view=auto&rev=503893
==============================================================================
--- incubator/nmaven/www/plugins/maven-install-plugin/mail-lists.html (added)
+++ incubator/nmaven/www/plugins/maven-install-plugin/mail-lists.html Mon Feb  5 14:01:37 2007
@@ -0,0 +1,180 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>NMaven - Project Mailing Lists</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 class="composite">
+    <div id="banner">
+                    <span id="bannerLeft">
+    
+            maven-install-plugin
+    
+            </span>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+  
+  
+            <div class="xleft">
+        Last Published: 02/05/2007
+                      </div>
+            <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
+          |
+          <a href="http://incubator.apache.org/nmaven">NMaven</a>
+          |
+          <a href="http://svn.apache.org/repos/asf/incubator/nmaven/">NMaven SVN</a>
+          |
+          <a href="http://maven.apache.org/">Maven</a>
+          |
+          <a href="http://www.mono-project.com/">Mono Project</a>
+          |
+          <a href="http://dotgnu.org/">DotGNU</a>
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+  
+  
+                   <h5>General Info</h5>
+        <ul>
+              
+    <li class="none">
+              <a href="index.html">About</a>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+            
+            
+      
+            
+      
+            
+      
+            
+      
+              
+            <li class="expanded">
+              <a href="project-info.html">Project Information</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="integration.html">Continuous Integration</a>
+        </li>
+                  
+    <li class="none">
+              <a href="dependencies.html">Dependencies</a>
+        </li>
+                  
+    <li class="none">
+              <a href="issue-tracking.html">Issue Tracking</a>
+        </li>
+                  
+    <li class="none">
+              <strong>Mailing Lists</strong>
+        </li>
+                  
+    <li class="none">
+              <a href="license.html">Project License</a>
+        </li>
+                  
+    <li class="none">
+              <a href="project-summary.html">Project Summary</a>
+        </li>
+                  
+    <li class="none">
+              <a href="team-list.html">Project Team</a>
+        </li>
+                  
+    <li class="none">
+              <a href="source-repository.html">Source Repository</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>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Project Mailing Lists</h2><p>There are no mailing lists currently associated with this project.</p></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2007
+    
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Propchange: incubator/nmaven/www/plugins/maven-install-plugin/mail-lists.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/nmaven/www/plugins/maven-install-plugin/project-info.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-install-plugin/project-info.html?view=auto&rev=503893
==============================================================================
--- incubator/nmaven/www/plugins/maven-install-plugin/project-info.html (added)
+++ incubator/nmaven/www/plugins/maven-install-plugin/project-info.html Mon Feb  5 14:01:37 2007
@@ -0,0 +1,180 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>NMaven - Project Information</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 class="composite">
+    <div id="banner">
+                    <span id="bannerLeft">
+    
+            maven-install-plugin
+    
+            </span>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+  
+  
+            <div class="xleft">
+        Last Published: 02/05/2007
+                      </div>
+            <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
+          |
+          <a href="http://incubator.apache.org/nmaven">NMaven</a>
+          |
+          <a href="http://svn.apache.org/repos/asf/incubator/nmaven/">NMaven SVN</a>
+          |
+          <a href="http://maven.apache.org/">Maven</a>
+          |
+          <a href="http://www.mono-project.com/">Mono Project</a>
+          |
+          <a href="http://dotgnu.org/">DotGNU</a>
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+  
+  
+                   <h5>General Info</h5>
+        <ul>
+              
+    <li class="none">
+              <a href="index.html">About</a>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+            <li class="expanded">
+              <strong>Project Information</strong>
+                <ul>
+                  
+    <li class="none">
+              <a href="integration.html">Continuous Integration</a>
+        </li>
+                  
+    <li class="none">
+              <a href="dependencies.html">Dependencies</a>
+        </li>
+                  
+    <li class="none">
+              <a href="issue-tracking.html">Issue Tracking</a>
+        </li>
+                  
+    <li class="none">
+              <a href="mail-lists.html">Mailing Lists</a>
+        </li>
+                  
+    <li class="none">
+              <a href="license.html">Project License</a>
+        </li>
+                  
+    <li class="none">
+              <a href="project-summary.html">Project Summary</a>
+        </li>
+                  
+    <li class="none">
+              <a href="team-list.html">Project Team</a>
+        </li>
+                  
+    <li class="none">
+              <a href="source-repository.html">Source Repository</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>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Project Information</h2><p>This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by <a href="http://maven.apache.org">Maven</a> on behalf of the project.</p><div class="section"><h3>Overview</h3><table class="bodyTable"><tr class="a"><th>Document</th><th>Description</th></tr><tr class="b"><td><a href="integration.html">Continuous Integration</a></td><td>This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.</td></tr><tr class="a"><td><a href="dependencies.html">Dependencies</a></td><td>This document lists the projects dependencies and provides information on each dependency.</td></tr><tr class="b"><td><a href="issue-tracking.html">Issue Tracking</a></td><td>This is a link to the issue management system for this project. Issues (bugs, features, change req
 uests) can be created and queried using this link.</td></tr><tr class="a"><td><a href="mail-lists.html">Mailing Lists</a></td><td>This document provides subscription and archive information for this project's mailing lists.</td></tr><tr class="b"><td><a href="license.html">Project License</a></td><td>This is a link to the definitions of project licenses.</td></tr><tr class="a"><td><a href="project-summary.html">Project Summary</a></td><td>This document lists other related information of this project</td></tr><tr class="b"><td><a href="team-list.html">Project Team</a></td><td>This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.</td></tr><tr class="a"><td><a href="source-repository.html">Source Repository</a></td><td>This is a link to the online source repository that can be viewed via a web browser.</td></tr></table></div></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2007
+    
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Propchange: incubator/nmaven/www/plugins/maven-install-plugin/project-info.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/nmaven/www/plugins/maven-install-plugin/project-summary.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-install-plugin/project-summary.html?view=auto&rev=503893
==============================================================================
--- incubator/nmaven/www/plugins/maven-install-plugin/project-summary.html (added)
+++ incubator/nmaven/www/plugins/maven-install-plugin/project-summary.html Mon Feb  5 14:01:37 2007
@@ -0,0 +1,180 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>NMaven - Project Summary</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 class="composite">
+    <div id="banner">
+                    <span id="bannerLeft">
+    
+            maven-install-plugin
+    
+            </span>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+  
+  
+            <div class="xleft">
+        Last Published: 02/05/2007
+                      </div>
+            <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
+          |
+          <a href="http://incubator.apache.org/nmaven">NMaven</a>
+          |
+          <a href="http://svn.apache.org/repos/asf/incubator/nmaven/">NMaven SVN</a>
+          |
+          <a href="http://maven.apache.org/">Maven</a>
+          |
+          <a href="http://www.mono-project.com/">Mono Project</a>
+          |
+          <a href="http://dotgnu.org/">DotGNU</a>
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+  
+  
+                   <h5>General Info</h5>
+        <ul>
+              
+    <li class="none">
+              <a href="index.html">About</a>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+            
+            
+      
+            
+      
+              
+            <li class="expanded">
+              <a href="project-info.html">Project Information</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="integration.html">Continuous Integration</a>
+        </li>
+                  
+    <li class="none">
+              <a href="dependencies.html">Dependencies</a>
+        </li>
+                  
+    <li class="none">
+              <a href="issue-tracking.html">Issue Tracking</a>
+        </li>
+                  
+    <li class="none">
+              <a href="mail-lists.html">Mailing Lists</a>
+        </li>
+                  
+    <li class="none">
+              <a href="license.html">Project License</a>
+        </li>
+                  
+    <li class="none">
+              <strong>Project Summary</strong>
+        </li>
+                  
+    <li class="none">
+              <a href="team-list.html">Project Team</a>
+        </li>
+                  
+    <li class="none">
+              <a href="source-repository.html">Source Repository</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>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Project Summary</h2><div class="section"><h3>Project Information</h3><table class="bodyTable"><tr class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>Name</td><td>maven-install-plugin</td></tr><tr class="a"><td>Description</td><td>Maven Plugin for .NET</td></tr><tr class="b"><td>Homepage</td><td></td></tr></table></div><div class="section"><h3>Project Organization</h3><p>This project does not belong to an organization.</p></div><div class="section"><h3>Build Information</h3><table class="bodyTable"><tr class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>GroupId</td><td>org.apache.maven.dotnet.plugins</td></tr><tr class="a"><td>ArtifactId</td><td>maven-install-plugin</td></tr><tr class="b"><td>Version</td><td>0.14-SNAPSHOT</td></tr><tr class="a"><td>Type</td><td>maven-plugin</td></tr></table></div></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2007
+    
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Propchange: incubator/nmaven/www/plugins/maven-install-plugin/project-summary.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/nmaven/www/plugins/maven-install-plugin/source-repository.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-install-plugin/source-repository.html?view=auto&rev=503893
==============================================================================
--- incubator/nmaven/www/plugins/maven-install-plugin/source-repository.html (added)
+++ incubator/nmaven/www/plugins/maven-install-plugin/source-repository.html Mon Feb  5 14:01:37 2007
@@ -0,0 +1,180 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>NMaven - Source Repository</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 class="composite">
+    <div id="banner">
+                    <span id="bannerLeft">
+    
+            maven-install-plugin
+    
+            </span>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+  
+  
+            <div class="xleft">
+        Last Published: 02/05/2007
+                      </div>
+            <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
+          |
+          <a href="http://incubator.apache.org/nmaven">NMaven</a>
+          |
+          <a href="http://svn.apache.org/repos/asf/incubator/nmaven/">NMaven SVN</a>
+          |
+          <a href="http://maven.apache.org/">Maven</a>
+          |
+          <a href="http://www.mono-project.com/">Mono Project</a>
+          |
+          <a href="http://dotgnu.org/">DotGNU</a>
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+  
+  
+                   <h5>General Info</h5>
+        <ul>
+              
+    <li class="none">
+              <a href="index.html">About</a>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+            
+              
+            <li class="expanded">
+              <a href="project-info.html">Project Information</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="integration.html">Continuous Integration</a>
+        </li>
+                  
+    <li class="none">
+              <a href="dependencies.html">Dependencies</a>
+        </li>
+                  
+    <li class="none">
+              <a href="issue-tracking.html">Issue Tracking</a>
+        </li>
+                  
+    <li class="none">
+              <a href="mail-lists.html">Mailing Lists</a>
+        </li>
+                  
+    <li class="none">
+              <a href="license.html">Project License</a>
+        </li>
+                  
+    <li class="none">
+              <a href="project-summary.html">Project Summary</a>
+        </li>
+                  
+    <li class="none">
+              <a href="team-list.html">Project Team</a>
+        </li>
+                  
+    <li class="none">
+              <strong>Source Repository</strong>
+        </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>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Source Repository</h2><p>No source configuration management system is defined. Please check back at a later date.</p></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2007
+    
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Propchange: incubator/nmaven/www/plugins/maven-install-plugin/source-repository.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/nmaven/www/plugins/maven-install-plugin/target-install-mojo.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-install-plugin/target-install-mojo.html?view=auto&rev=503893
==============================================================================
--- incubator/nmaven/www/plugins/maven-install-plugin/target-install-mojo.html (added)
+++ incubator/nmaven/www/plugins/maven-install-plugin/target-install-mojo.html Mon Feb  5 14:01:37 2007
@@ -0,0 +1,222 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>NMaven - 
+    maven-install-plugin - install:target-install</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 class="composite">
+    <div id="banner">
+                    <span id="bannerLeft">
+    
+            maven-install-plugin
+    
+            </span>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+  
+  
+            <div class="xleft">
+        Last Published: 02/05/2007
+                      </div>
+            <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
+          |
+          <a href="http://incubator.apache.org/nmaven">NMaven</a>
+          |
+          <a href="http://svn.apache.org/repos/asf/incubator/nmaven/">NMaven SVN</a>
+          |
+          <a href="http://maven.apache.org/">Maven</a>
+          |
+          <a href="http://www.mono-project.com/">Mono Project</a>
+          |
+          <a href="http://dotgnu.org/">DotGNU</a>
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+  
+  
+                   <h5>General Info</h5>
+        <ul>
+              
+    <li class="none">
+              <a href="index.html">About</a>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+              <a href="project-info.html">Project Information</a>
+              </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>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        
+  
+  
+    <a name="install:target-install"></a><div class="section"><h2>install:target-install</h2>
+      <p>Installs .NET modules into the project's target directory.</p>
+      <p>Parameters for the goal: </p>
+      <table class="bodyTable">
+        <tr class="a">
+          <th>Parameter</th>
+          <th>Type</th>
+          <th>Expression</th>
+          <th>Default Value</th>
+          <th>Description</th>
+        </tr>
+        <tr class="b">
+          <td>
+            <code>artifactContext</code> <i>(Optional)</i> <i>(Discovered)</i></td>
+          <td>
+            <code title="org.apache.maven.dotnet.artifact.ArtifactContext">ArtifactContext</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>No description.</td>
+        </tr>
+        <tr class="a">
+          <td>
+            <code>localRepository</code>
+          </td>
+          <td>
+            <code title="java.io.File">File</code>
+          </td>
+          <td>
+            <code>${settings.localRepository}</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>No description.</td>
+        </tr>
+        <tr class="b">
+          <td>
+            <code>nmavenRegistry</code> <i>(Optional)</i> <i>(Discovered)</i></td>
+          <td>
+            <code title="org.apache.maven.dotnet.NMavenRepositoryRegistry">NMavenRepositoryRegistry</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>No description.</td>
+        </tr>
+        <tr class="a">
+          <td>
+            <code>project</code>
+          </td>
+          <td>
+            <code title="org.apache.maven.project.MavenProject">MavenProject</code>
+          </td>
+          <td>
+            <code>${project}</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>The maven project.</td>
+        </tr>
+      </table>
+    </div>
+  
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2007
+    
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>