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 br...@apache.org on 2008/06/16 02:47:00 UTC

svn commit: r668043 [1/2] - in /incubator/nmaven/www/0.16: ./ css/ images/ images/logos/

Author: brett
Date: Sun Jun 15 19:46:59 2008
New Revision: 668043

URL: http://svn.apache.org/viewvc?rev=668043&view=rev
Log:
Upload by wagon-svn

Added:
    incubator/nmaven/www/0.16/images/apache-maven-project-2.png
    incubator/nmaven/www/0.16/images/banner.jpg
    incubator/nmaven/www/0.16/images/bg.jpg
    incubator/nmaven/www/0.16/images/breadcrumbs.jpg
    incubator/nmaven/www/0.16/images/h3.jpg
    incubator/nmaven/www/0.16/images/h5.jpg
    incubator/nmaven/www/0.16/images/logo_apache.jpg
    incubator/nmaven/www/0.16/images/logo_maven.jpg
    incubator/nmaven/www/0.16/images/maven-logo-2.gif
Modified:
    incubator/nmaven/www/0.16/css/maven-base.css
    incubator/nmaven/www/0.16/css/maven-theme.css
    incubator/nmaven/www/0.16/css/print.css
    incubator/nmaven/www/0.16/css/site.css
    incubator/nmaven/www/0.16/dependencies.html
    incubator/nmaven/www/0.16/features.html
    incubator/nmaven/www/0.16/getting-started.html
    incubator/nmaven/www/0.16/images/collapsed.gif
    incubator/nmaven/www/0.16/images/expanded.gif
    incubator/nmaven/www/0.16/images/external.png
    incubator/nmaven/www/0.16/images/icon_error_sml.gif
    incubator/nmaven/www/0.16/images/icon_info_sml.gif
    incubator/nmaven/www/0.16/images/icon_success_sml.gif
    incubator/nmaven/www/0.16/images/icon_warning_sml.gif
    incubator/nmaven/www/0.16/images/logos/build-by-maven-black.png
    incubator/nmaven/www/0.16/images/logos/build-by-maven-white.png
    incubator/nmaven/www/0.16/images/logos/maven-feather.png
    incubator/nmaven/www/0.16/images/newwindow.png
    incubator/nmaven/www/0.16/index.html
    incubator/nmaven/www/0.16/integration.html
    incubator/nmaven/www/0.16/issue-tracking.html
    incubator/nmaven/www/0.16/license.html
    incubator/nmaven/www/0.16/mail-lists.html
    incubator/nmaven/www/0.16/project-info.html
    incubator/nmaven/www/0.16/project-summary.html
    incubator/nmaven/www/0.16/source-repository.html
    incubator/nmaven/www/0.16/team-list.html

Modified: incubator/nmaven/www/0.16/css/maven-base.css
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.16/css/maven-base.css?rev=668043&r1=668042&r2=668043&view=diff
==============================================================================
    (empty)

Modified: incubator/nmaven/www/0.16/css/maven-theme.css
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.16/css/maven-theme.css?rev=668043&r1=668042&r2=668043&view=diff
==============================================================================
--- incubator/nmaven/www/0.16/css/maven-theme.css (original)
+++ incubator/nmaven/www/0.16/css/maven-theme.css Sun Jun 15 19:46:59 2008
@@ -1,25 +1,50 @@
+/*
+ * 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 {
-  padding: 0px 0px 10px 0px;
-}
-body, td, select, input, li{
+  background-color: #fff;
   font-family: Verdana, Helvetica, Arial, sans-serif;
+  margin-left: auto;
+  margin-right: auto;
+  background-repeat: repeat-y;
   font-size: 13px;
+  padding: 0px;
+}
+td, select, input, li{
+  font-family: Verdana, Helvetica, Arial, sans-serif;
+  font-size: 12px;
+  color:#333333;
 }
 code{
-  font-family: Courier, monospace;
-  font-size: 13px;
+  font-size: 12px;
 }
 a {
   text-decoration: none;
 }
 a:link {
-  color:#36a;
+  color:#47a;
 }
 a:visited  {
-  color:#47a;
+  color:#666666;
 }
 a:active, a:hover {
-  color:#69c;
+  color:#990000;
 }
 #legend li.externalLink {
   background: url(../images/external.png) left top no-repeat;
@@ -38,53 +63,55 @@
   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;
+  font-size: 17px;
+  color: #333333;  
 }
 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;
+  padding: 4px 4px 4px 24px;
+  color: #666;
+  background-color: #ccc;
+  font-weight: bold;
+  font-size: 14px;
+  background-image: url(../images/h3.jpg);
+  background-repeat: no-repeat;
+  background-position: left bottom;
 }
 p {
   line-height: 1.3em;
-  font-size: small;
+  font-size: 12px;
+  color: #000;
 }
 #breadcrumbs {
-  border-top: 1px solid #aaa;
-  border-bottom: 1px solid #aaa;
-  background-color: #ccc;
+  height: 13px;
+  background-image: url(../images/breadcrumbs.jpg);
+  padding: 5px 10px 14px 20px;
+}
+* html #breadcrumbs {
+  padding-bottom: 8px;
 }
 #leftColumn {
-  margin: 10px 0 0 5px;
-  border: 1px solid #999;
-  background-color: #eee;
+  margin: 10px 0 10px 0;
+  border-top-color: #ccc;
+  border-top-style: solid;
+  border-top-width: 1px;
+  border-right-color: #ccc;
+  border-right-style: solid;
+  border-right-width: 1px;
+  border-bottom-color: #ccc;
+  border-bottom-style: solid;
+  border-bottom-width: 1px;
+  padding-right: 5px;
+  padding-left: 5px;
 }
 #navcolumn h5 {
   font-size: smaller;
   border-bottom: 1px solid #aaaaaa;
   padding-top: 2px;
-  color: #000;
+  padding-left: 9px;
+  color: #49635a;
+  background-image: url(../images/h5.jpg);
+  background-repeat: no-repeat;
+  background-position: left bottom;
 }
 
 table.bodyTable th {
@@ -95,7 +122,7 @@
 }
 
 table.bodyTable th, table.bodyTable td {
-  font-size: 1em;
+  font-size: 11px;
 }
 
 table.bodyTable tr.a {
@@ -108,21 +135,67 @@
 
 .source {
   border: 1px solid #999;
-}
-dl {
-  padding: 4px 4px 4px 6px;
-  border: 1px solid #aaa;
-  background-color: #ffc;
+  overflow:auto
 }
 dt {
-  color: #900;
+  padding: 4px 4px 4px 24px;
+  color: #333333;
+  background-color: #ccc;
+  font-weight: bold;
+  font-size: 14px;
+  background-image: url(../images/h3.jpg);
+  background-repeat: no-repeat;
+  background-position: left bottom;
+}
+.subsectionTitle {
+  font-size: 13px;
+  font-weight: bold;
+  color: #666;
+
+}
+
+table {
+  font-size: 10px;
 }
-#organizationLogo img, #projectLogo img, #projectLogo span{
-  margin: 8px;
+.xright a:link, .xright a:visited, .xright a:active {
+  color: #666;
+}
+.xright a:hover {
+  color: #003300;
 }
 #banner {
-  border-bottom: 1px solid #fff;
+  height: 93px;
+  background: url(../images/banner.jpg);
+}
+#navcolumn ul {
+  margin: 5px 0 15px -0em;
+}
+#navcolumn ul a {
+  color: #333333;
+}
+#navcolumn ul a:hover {
+  color: red;
+}
+#intro {
+  border: solid #ccc 1px;
+  margin: 6px 0px 0px 0px;
+  padding: 10px 40px 10px 40px;
 }
+.subsection {
+  margin-left: 3px;
+  color: #333333;
+}
+
+.subsection p {
+  font-size: 12px;
+}
+#footer {
+  padding: 10px;
+  margin: 20px 0px 20px 0px;
+  border-top: solid #ccc 1px; 
+  color: #333333;
+}
+
 .errormark, .warningmark, .donemark, .infomark {
   background: url(../images/icon_error_sml.gif) no-repeat;
 }

Modified: incubator/nmaven/www/0.16/css/print.css
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.16/css/print.css?rev=668043&r1=668042&r2=668043&view=diff
==============================================================================
    (empty)

Modified: incubator/nmaven/www/0.16/css/site.css
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.16/css/site.css?rev=668043&r1=668042&r2=668043&view=diff
==============================================================================
    (empty)

Modified: incubator/nmaven/www/0.16/dependencies.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.16/dependencies.html?rev=668043&r1=668042&r2=668043&view=diff
==============================================================================
--- incubator/nmaven/www/0.16/dependencies.html (original)
+++ incubator/nmaven/www/0.16/dependencies.html Sun Jun 15 19:46:59 2008
@@ -20,14 +20,19 @@
     </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>
+                                                    
+<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+                                                        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+                    </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://maven.apache.org/" id="bannerLeft">
     
-            Apache NMaven 0.16
+                                    <img src="http://maven.apache.org/images/apache-maven-project-2.png" alt="" />
     
-            </span>
+            </a>
                           <span id="bannerRight">
     
                                             <img src="./images/apache-incubator-logo.png" alt="" />
@@ -43,27 +48,24 @@
 
   
     
-  
+            
   
     
             <div class="xleft">
-        Last Published: 2008-03-24
+        Last Published: 2008-06-16
+                  &nbsp;| Version: 0.16-incubating-SNAPSHOT
                       </div>
-            <div class="xright">            <a href="../../../projects/nmaven.html">Project Site</a>
+            <div class="xright">            <a href="../../../projects/nmaven.html">Incubator Status</a>
             |
                 <a href="../..">NMaven</a>
             |
-                <a href="http://svn.apache.org/repos/asf/incubator/nmaven/" class="externalLink">NMaven SVN</a>
-            |
                 <a href="http://maven.apache.org/" class="externalLink">Maven</a>
-            |
-                <a href="http://www.mono-project.com/" class="externalLink">Mono Project</a>
             
   
 
   
     
-  
+            
   
     
   </div>
@@ -78,7 +80,7 @@
 
   
     
-  
+            
   
     
                    <h5>General Info</h5>
@@ -116,8 +118,6 @@
       
             
       
-            
-      
               
             <li class="expanded">
                     <a href="project-info.html">Project Information</a>
@@ -132,10 +132,6 @@
         </li>
                   
     <li class="none">
-                    <a href="dependency-convergence.html">Dependency Convergence</a>
-          </li>
-                  
-    <li class="none">
                     <a href="issue-tracking.html">Issue Tracking</a>
           </li>
                   
@@ -169,77 +165,167 @@
 
   
     
-  
+            
   
     
         </div>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Project Dependencies</h2>
-<div class="section"><h3>test</h3>
-<p>The following is a list of test dependencies for this project. These dependencies are only required to compile 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>4.4</td>
-<td>-</td>
-<td>jar</td>
-<td> </td>
-</tr>
-<tr class="a"><td>org.easymock</td>
-<td>easymock</td>
-<td>2.0</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>
-<div class="section"><h2>Project Dependency Graph</h2>
-<div class="section"><h3>Dependency Tree</h3>
-<p><ul><li><a href="#org.apache.maven.dotnet:maven-site-versioned:pom">org.apache.maven.dotnet:maven-site-versioned:pom</a>
-<ul><li><a href="#org.easymock:easymock:jar">org.easymock:easymock:jar</a>
-</li>
-<li><a href="#junit:junit:jar">junit:junit:jar</a>
-</li>
-</ul>
-</p>
-</li>
-</ul>
-</p>
-</div>
-<div class="section"><h3>Dependency Listings</h3>
-<p><a name="org.apache.maven.dotnet:maven-site-versioned:pom"><b>Apache NMaven 0.16</b>
-</a>
-</p>
-<p>Maven is a software project management and comprehension tool. Based on the concept of a project object model   (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.</p>
-<p><a class="externalLink" href="http://incubator.apache.org/nmaven/maven-site/maven-site-versioned">http://incubator.apache.org/nmaven/maven-site/maven-site-versioned</a>
-</p>
-<p><a name="org.easymock:easymock:jar"><b>EasyMock 2.0</b>
-</a>
-</p>
-<p>EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism. Due to EasyMock's unique style of recording expectations, most refactorings will not affect the Mock Objects. So EasyMock is a perfect fit for Test-Driven Development.</p>
-<p><a class="externalLink" href="http://www.easymock.org">http://www.easymock.org</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 class="externalLink" href="http://junit.org">http://junit.org</a>
-</p>
-</div>
-</div>
+        <div class="section"><h2>Project Dependencies</h2>
+<div class="section"><h3>test</h3>
+<p>The following is a list of test dependencies for this project. These dependencies are only required to compile 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>4.4</td>
+<td>-</td>
+<td>jar</td>
+<td> </td>
+</tr>
+<tr class="a"><td>org.easymock</td>
+<td>easymock</td>
+<td>2.0</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>test</h3>
+<p>The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:</p>
+<table class="bodyTable"><tr class="b"><th>GroupId</th>
+<th>ArtifactId</th>
+<th>Version</th>
+<th>Classifier</th>
+<th>Type</th>
+<th>Optional</th>
+</tr>
+<tr class="a"><td>junit</td>
+<td>junit</td>
+<td>4.4</td>
+<td>-</td>
+<td>jar</td>
+<td> </td>
+</tr>
+<tr class="b"><td>org.easymock</td>
+<td>easymock</td>
+<td>2.0</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:maven-site-versioned:pom">org.apache.maven.dotnet:maven-site-versioned:pom</a>
+<ul><li><a href="#org.easymock:easymock:jar">org.easymock:easymock:jar</a>
+</li>
+<li><a href="#junit:junit:jar">junit:junit:jar</a>
+</li>
+</ul>
+</p>
+</li>
+</ul>
+</p>
+</div>
+<div class="section"><h3>Dependency Listings</h3>
+<p><a name="org.apache.maven.dotnet:maven-site-versioned:pom"><b>Apache NMaven 0.16</b>
+</a>
+</p>
+<p>Maven is a software project management and comprehension tool. Based on the concept of a project object model   (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.</p>
+<p><a href="http://incubator.apache.org/nmaven/maven-site/maven-site-versioned" class="externalLink">http://incubator.apache.org/nmaven/maven-site/maven-site-versioned</a>
+</p>
+<p>Project License: <a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a>
+</p>
+<hr />
+<p><a name="org.easymock:easymock:jar"><b>EasyMock 2.0</b>
+</a>
+</p>
+<p>EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism. Due to EasyMock's unique style of recording expectations, most refactorings will not affect the Mock Objects. So EasyMock is a perfect fit for Test-Driven Development.</p>
+<p><a href="http://www.easymock.org" class="externalLink">http://www.easymock.org</a>
+</p>
+<p>Project License: No project license is defined for this project.</p>
+<hr />
+<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" class="externalLink">http://junit.org</a>
+</p>
+<p>Project License: <a href="http://www.opensource.org/licenses/cpl1.0.txt" class="externalLink">Common Public License Version 1.0</a>
+</p>
+<hr />
+</div>
+</div>
+<div class="section"><h2>Licenses</h2>
+<p><b>Unknown: </b>
+EasyMock 2.0 </p>
+<p><b>The Apache Software License, Version 2.0: </b>
+Apache NMaven 0.16 </p>
+<p><b>Common Public License Version 1.0: </b>
+JUnit </p>
+</div>
+<div class="section"><h2>Dependency File Details</h2>
+<table class="bodyTable"><tr class="a"><th>Filename</th>
+<th>Size</th>
+<th>Entries</th>
+<th>Classes</th>
+<th>Packages</th>
+<th>JDK Rev</th>
+<th>Debug</th>
+<th>Sealed</th>
+</tr>
+<tbody><tr class="b"><td align="left">junit-4.4.jar</td>
+<td align="right">161,477</td>
+<td align="right">188</td>
+<td align="right">154</td>
+<td align="right">20</td>
+<td align="center">1.5</td>
+<td align="center">debug</td>
+<td align="center">-</td>
+</tr>
+<tr class="a"><td align="left">easymock-2.0.jar</td>
+<td align="right">60,381</td>
+<td align="right">62</td>
+<td align="right">56</td>
+<td align="right">3</td>
+<td align="center">1.5</td>
+<td align="center">debug</td>
+<td align="center">-</td>
+</tr>
+<tr class="b"><th align="left">Total</th>
+<th align="right">Size</th>
+<th align="right">Entries</th>
+<th align="right">Classes</th>
+<th align="right">Packages</th>
+<th align="center">JDK Rev</th>
+<th align="center">Debug</th>
+<th align="center">Sealed</th>
+</tr>
+<tr class="a"><td align="left">2 total dependencies</td>
+<td align="right">221,858</td>
+<td align="right">250</td>
+<td align="right">210</td>
+<td align="right">23</td>
+<td align="center">1.5</td>
+<td align="center">2</td>
+<td align="center">0</td>
+</tr>
+</tbody>
+</table>
+</div>
 
       </div>
     </div>
@@ -256,7 +342,7 @@
 
   
     
-  
+            
   
     
   </div>

Modified: incubator/nmaven/www/0.16/features.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.16/features.html?rev=668043&r1=668042&r2=668043&view=diff
==============================================================================
--- incubator/nmaven/www/0.16/features.html (original)
+++ incubator/nmaven/www/0.16/features.html Sun Jun 15 19:46:59 2008
@@ -20,14 +20,19 @@
     </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>
+                                                    
+<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+                                                        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+                    </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://maven.apache.org/" id="bannerLeft">
     
-            Apache NMaven 0.16
+                                    <img src="http://maven.apache.org/images/apache-maven-project-2.png" alt="" />
     
-            </span>
+            </a>
                           <span id="bannerRight">
     
                                             <img src="./images/apache-incubator-logo.png" alt="" />
@@ -43,27 +48,24 @@
 
   
     
-  
+            
   
     
             <div class="xleft">
-        Last Published: 2008-03-24
+        Last Published: 2008-06-16
+                  &nbsp;| Version: 0.16-incubating-SNAPSHOT
                       </div>
-            <div class="xright">            <a href="../../../projects/nmaven.html">Project Site</a>
+            <div class="xright">            <a href="../../../projects/nmaven.html">Incubator Status</a>
             |
                 <a href="../..">NMaven</a>
             |
-                <a href="http://svn.apache.org/repos/asf/incubator/nmaven/" class="externalLink">NMaven SVN</a>
-            |
                 <a href="http://maven.apache.org/" class="externalLink">Maven</a>
-            |
-                <a href="http://www.mono-project.com/" class="externalLink">Mono Project</a>
             
   
 
   
     
-  
+            
   
     
   </div>
@@ -78,7 +80,7 @@
 
   
     
-  
+            
   
     
                    <h5>General Info</h5>
@@ -116,8 +118,6 @@
       
             
       
-            
-      
               
         <li class="collapsed">
                     <a href="project-info.html">Project Information</a>
@@ -131,28 +131,28 @@
 
   
     
-  
+            
   
     
         </div>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Key Features</h2>
-<div class="section"><h3>Platforms</h3>
-<ul><li>Mono Support: C#</li>
-<li>Microsoft Support: C#</li>
-<li>Framework Version Support: Microsoft - 1.1/2.0; Mono 2.0</li>
-</ul>
-</div>
-<div class="section"><h3>Compatible with Standard Maven Plugins/Functionality</h3>
-<ul><li>Resolving from remote repository</li>
-<li>Snapshot support</li>
-<li>Deploying artifacts</li>
-<li>Artifact dependency scope</li>
-</ul>
-</div>
-</div>
+        <div class="section"><h2>Key Features</h2>
+<div class="section"><h3>Platforms</h3>
+<ul><li>Mono Support: C#</li>
+<li>Microsoft Support: C#</li>
+<li>Framework Version Support: Microsoft - 1.1/2.0; Mono 2.0</li>
+</ul>
+</div>
+<div class="section"><h3>Compatible with Standard Maven Plugins/Functionality</h3>
+<ul><li>Resolving from remote repository</li>
+<li>Snapshot support</li>
+<li>Deploying artifacts</li>
+<li>Artifact dependency scope</li>
+</ul>
+</div>
+</div>
 
       </div>
     </div>
@@ -169,7 +169,7 @@
 
   
     
-  
+            
   
     
   </div>

Modified: incubator/nmaven/www/0.16/getting-started.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.16/getting-started.html?rev=668043&r1=668042&r2=668043&view=diff
==============================================================================
--- incubator/nmaven/www/0.16/getting-started.html (original)
+++ incubator/nmaven/www/0.16/getting-started.html Sun Jun 15 19:46:59 2008
@@ -20,14 +20,19 @@
     </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>
+                                                    
+<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+                                                        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+                    </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://maven.apache.org/" id="bannerLeft">
     
-            Apache NMaven 0.16
+                                    <img src="http://maven.apache.org/images/apache-maven-project-2.png" alt="" />
     
-            </span>
+            </a>
                           <span id="bannerRight">
     
                                             <img src="./images/apache-incubator-logo.png" alt="" />
@@ -43,27 +48,24 @@
 
   
     
-  
+            
   
     
             <div class="xleft">
-        Last Published: 2008-03-24
+        Last Published: 2008-06-16
+                  &nbsp;| Version: 0.16-incubating-SNAPSHOT
                       </div>
-            <div class="xright">            <a href="../../../projects/nmaven.html">Project Site</a>
+            <div class="xright">            <a href="../../../projects/nmaven.html">Incubator Status</a>
             |
                 <a href="../..">NMaven</a>
             |
-                <a href="http://svn.apache.org/repos/asf/incubator/nmaven/" class="externalLink">NMaven SVN</a>
-            |
                 <a href="http://maven.apache.org/" class="externalLink">Maven</a>
-            |
-                <a href="http://www.mono-project.com/" class="externalLink">Mono Project</a>
             
   
 
   
     
-  
+            
   
     
   </div>
@@ -78,7 +80,7 @@
 
   
     
-  
+            
   
     
                    <h5>General Info</h5>
@@ -116,8 +118,6 @@
       
             
       
-            
-      
               
         <li class="collapsed">
                     <a href="project-info.html">Project Information</a>
@@ -131,263 +131,263 @@
 
   
     
-  
+            
   
     
         </div>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Getting Started</h2>
-</div>
-<div class="section"><h2>Sections</h2>
-<ul><li><a href="getting-started.html#Building NMaven">Building NMaven</a>
-</li>
-<li><a href="getting-started.html#Signing Assemblies">Signing Assemblies</a>
-</li>
-<li><a href="getting-started.html#Assembly Info">Assembly Info</a>
-</li>
-<li><a href="getting-started.html#Compiling Projects"> Compiling Projects</a>
-</li>
-<li><a href="getting-started.html#Project Dependencies"> Project Dependencies</a>
-</li>
-<li><a href="getting-started.html#NUnit"> NUnit</a>
-</li>
-<li><a href="getting-started.html#Archetypes"> Archetypes</a>
-</li>
-</ul>
-<div class="section"><h3><a name="Building_NMaven">Building NMaven</a>
-</h3>
-<div class="section"><h4>Prerequisites</h4>
-<p>Prior to building NMaven, make sure that you have the following installed on your system:</p>
-<ol type="1"><li><a href=" http://java.sun.com/javase/downloads/index_jdk5.jsp"> JDK 5.0 Update x</a>
-</li>
-<li>For Microsoft builds you will need both <a class="externalLink" href="http://msdn2.microsoft.com/en-us/downloads/default.aspx"> Microsoft .NET Framework</a>
- (1.1+) AND <a class="externalLink" href="http://msdn2.microsoft.com/en-us/downloads/default.aspx"> NET Framework SDK</a>
-. For Mono builds, you will need <a class="externalLink" href="http://www.mono-project.com"> Mono</a>
- (tested with 1.2.3.1+).</li>
-<li>Subversion client 1.3+. Click here for <a href=" http://subversion.tigris.org/servlets/ProjectDocumentView?documentID=35379&amp;showInfo=true"> Windows Subversion Client</a>
-.</li>
-<li><a class="externalLink" href="http://maven.apache.org/download.html"> Maven 2.0.7+</a>
-</li>
-</ol>
-<p>Optional programs:</p>
-<ol type="1"><li><a class="externalLink" href="http://nunit.org/index.php?p=download"> NUnit 2.4.x+</a>
- (Currently only supported building with Microsoft)</li>
-</ol>
-</div>
-<div class="section"><h4>Paths</h4>
-<p>You will need to make sure that you have both the SDK and the .NET framework locations within your path. On Linux distributions, this should already be in your path. Typical locations for Microsoft include:</p>
-<ul><li>install root: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727</li>
-<li>SDK root: C:\Program Files\Microsoft.NET\SDK\v2.0\</li>
-</ul>
-<p>On Windows, Mono looks something like:</p>
-<ul><li>install root/SDK path: C:\Program Files\Mono-1.2.3.1\bin</li>
-</ul>
-<p>If you are using NUnit, add the NUnit bin to your path.</p>
-</div>
-<div class="section"><h4>Build</h4>
-<p>To build NMaven:</p>
-<ol type="1"><li>Do an SVN checkout<div class="source"><pre>  svn co https://svn.apache.org/repos/asf/incubator/nmaven/trunk nmaven
</pre>
-</div>
-</li>
-<li>Run<div class="source"><pre>  mvn install
</pre>
-</div>
-</li>
-</ol>
-<p>To run with integration tests:</p>
-<div class="source"><pre>  mvn install -P run-its
</pre>
-</div>
-</div>
-<div class="section"><h4>Linux Specific Setup</h4>
-<p>Building on Linux, may take some extra steps. By default, on many Linux environments, the GNU Compiler for Java is already installed. The current GNU version may not work with NMaven, which requires JDK 1.5. To check which version the system uses, type &quot;java -version&quot; on the command line. If you see something similar to the following, you will need to take additional steps to get the build setup:</p>
-<div class="source"><pre>
-java version &quot;1.4.2&quot;
-gij (GNU libgcj) version 4.1.1 20060525 (Red Hat 4.1.1-1)
</pre>
-</div>
-<p>Create a file &quot;/etc/profile.d/java.sh&quot; with the following entries:</p>
-<div class="source"><pre>
- export JAVA_HOME=/usr/java/jdk1.5.0_09
- export PATH=$JAVA_HOME/bin:$PATH
</pre>
-</div>
-<p>Type &quot;mvn -version&quot; from the command line. You should see the following:</p>
-<div class="source"><pre>
-java version &quot;1.5.0_09&quot;
-Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_09-b01)
-Java HotSpot(TM) Client VM (build 1.5.0_09-b01, mixed mode, sharing)
</pre>
-</div>
-<p>You can try to build with the default version of Mono installed. If it doesn't work, type &quot;mono -V&quot; on the command line to see what version you are running. If it is below 1.2.3.1, then download the latest mono version, unzip and run rpm from the commandline. Detailed instructions are located here: <a href=" http://www.mono-project.com/Getting_Mono">Installing Mono</a>
-. Make sure to su to root before installing with these instructions!</p>
-</div>
-</div>
-<div class="section"><h3><a name="Signing_Assemblies">Signing Assemblies</a>
-</h3>
-<p>To create a key</p>
-<div class="source"><pre> sn -k sgKey.snk
</pre>
-</div>
-<p>NMaven supports compile-time signing of assemblies. You can sign assemblies by using the keyfile field in the maven-dotnet-compiler-plugin.</p>
-<div class="source"><pre>  &lt;build&gt;
-    &lt;sourceDirectory&gt;.&lt;/sourceDirectory&gt;
-    &lt;plugins&gt;
-      &lt;plugin&gt;
-        &lt;groupId&gt;org.apache.maven.dotnet.plugins&lt;/groupId&gt;
-        &lt;artifactId&gt;maven-dotnet-compiler-plugin&lt;/artifactId&gt;
-        &lt;extensions&gt;true&lt;/extensions&gt;
-        &lt;configuration&gt;
-          &lt;keyfile&gt;sgKey.snk/keyfile&gt;
-        &lt;/configuration&gt;
-      &lt;/plugin&gt;
-    &lt;/plugins&gt;
-  &lt;/build&gt;
</pre>
-</div>
-<p>Key signing is currently only supported for .NET framework 2.0.</p>
-</div>
-<div class="section"><h3><a name="Assembly_Info">Assembly Info</a>
-</h3>
-<p>Provided that you do not have your own AssemblyInfo class in your project, NMaven will automatically generate an AssemblyInfo.* for you. It does the following mapping:</p>
-<table class="bodyTable"><tbody><tr class="a"><td align="left">AssemblyDescription</td>
-<td align="left">${project.description}</td>
-</tr>
-<tr class="b"><td align="left">AssemblyVersion</td>
-<td align="left">${project.version}</td>
-</tr>
-<tr class="a"><td align="left">AssemblyTitle</td>
-<td align="left">${project.name}</td>
-</tr>
-<tr class="b"><td align="left">AssemblyCompany</td>
-<td align="left">${project.organization.name}</td>
-</tr>
-<tr class="a"><td align="left">AssemblyProduct</td>
-<td align="left">${project.organization.name}-${project.name}</td>
-</tr>
-<tr class="b"><td align="left">AssemblyCopyright</td>
-<td align="left">place a COPYRIGHT.txt file in your module directory and NMaven will pick it up and put it in the assembly</td>
-</tr>
-</tbody>
-</table>
-<p>Since the pom version is mapped to the assembly manifest, you MUST follow the 0.0.0.0 version convention or the build will fail. You may, however, optionally add additional tags after the 0.0.0.0 version, such as -SNAPSHOT, alpha, etc. Valid versions would include 1.3.4 or 1.2-SNAPSHOT or 1.2-RC1.</p>
-</div>
-<div class="section"><h3><a name="Compiling_Projects">Compiling Projects</a>
-</h3>
-<p>NMaven supports compiling of exe, winexe, library, and netmodule projects.</p>
-<table class="bodyTable"><tbody><tr class="a"><td align="left"><b>Target Type</b>
-</td>
-<td align="left"><b>Packaging</b>
-</td>
-</tr>
-<tr class="b"><td align="left">exe</td>
-<td align="left">dotnet:exe</td>
-</tr>
-<tr class="a"><td align="left">winexe</td>
-<td align="left">dotnet:winexe</td>
-</tr>
-<tr class="b"><td align="left">library</td>
-<td align="left">dotnet:library</td>
-</tr>
-<tr class="a"><td align="left">netmodule</td>
-<td align="left">dotnet:module</td>
-</tr>
-</tbody>
-</table>
-<p>For example, the pom for compiling a library would look like:</p>
-<div class="source"><pre>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-
-&lt;project&gt;
-  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
-  &lt;groupId&gt;NMaven.Its&lt;/groupId&gt;
-  &lt;artifactId&gt;NMaven.It.It0000&lt;/artifactId&gt;
-  &lt;packaging&gt;dotnet:library&lt;/packaging&gt;
-  &lt;version&gt;1.0.0&lt;/version&gt;
-  &lt;name&gt;NMaven.It.It0000&lt;/name&gt;
-  &lt;build&gt;
-    &lt;sourceDirectory&gt;.&lt;/sourceDirectory&gt;
-    &lt;testSourceDirectory&gt;Test&lt;/testSourceDirectory&gt;
-    &lt;plugins&gt;
-      &lt;plugin&gt;
-        &lt;groupId&gt;org.apache.maven.dotnet.plugins&lt;/groupId&gt;
-        &lt;artifactId&gt;maven-dotnet-compiler-plugin&lt;/artifactId&gt;
-        &lt;extensions&gt;true&lt;/extensions&gt;
-      &lt;/plugin&gt;
-    &lt;/plugins&gt;
-  &lt;/build&gt;
-&lt;/project&gt;
</pre>
-</div>
-<p>If you are using Mono on Windows, then set the vendor tag. If you are compiling on a non-Windows platform, then you do not need to set the tag.</p>
-<div class="source"><pre>&lt;plugins&gt;
-  &lt;plugin&gt;
-    &lt;groupId&gt;org.apache.maven.dotnet.plugins&lt;/groupId&gt;
-    &lt;artifactId&gt;maven-dotnet-compiler-plugin&lt;/artifactId&gt;
-    &lt;extensions&gt;true&lt;/extensions&gt;
-    &lt;configuration&gt;
-      &lt;vendor&gt;NOVELL&lt;/vendor&gt;
-    &lt;/configuration&gt;
-  &lt;/plugin&gt;
-&lt;/plugins&gt;
</pre>
-</div>
-</div>
-<div class="section"><h3><a name="Project_Dependencies">Project Dependencies</a>
-</h3>
-<p>To use a gac dependency, you will need to set a GAC_ROOT environment variable to point to either the Microsoft or Mono GAC root location. Then use the system scope as shown below. You can also use types: dotnet:gac_32 and dotnet:gac.</p>
-<div class="source"><pre>&lt;dependency&gt;
-  &lt;groupId&gt;System.Windows.Forms&lt;/groupId&gt;
-  &lt;artifactId&gt;System.Windows.Forms&lt;/artifactId&gt;
-  &lt;version&gt;2.0.0.0&lt;/version&gt;
-  &lt;type&gt;dotnet:gac_msil&lt;/type&gt;
-  &lt;scope&gt;system&lt;/scope&gt;
-  &lt;classifier&gt;b77a5c561934e089&lt;/classifier&gt;
-  &lt;systemPath&gt;
-    ${env.GAC_ROOT}\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll
-    &lt;/systemPath&gt;
-&lt;/dependency&gt;
</pre>
-</div>
-<p>A typical dependency would look like.</p>
-<div class="source"><pre>  &lt;dependencies&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;NMaven.Its&lt;/groupId&gt;
-      &lt;artifactId&gt;NMaven.It.It0004&lt;/artifactId&gt;
-      &lt;version&gt;1.0.0&lt;/version&gt;
-      &lt;type&gt;dotnet:library&lt;/type&gt;
-    &lt;/dependency&gt;
-  &lt;/dependencies&gt;
</pre>
-</div>
-<p>dotnet:winexe and dotnet:exe can also be used as dependency types. dotnet:module can also be used but will not be transitive.</p>
-</div>
-<div class="section"><h3><a name="NUnit">NUnit</a>
-</h3>
-<p>NUnit is currently only supported building with Microsoft, not Mono. To use, add the following dependency to the pom.</p>
-<div class="source"><pre>&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.maven.dotnet&lt;/groupId&gt;
-    &lt;artifactId&gt;NUnit.Framework&lt;/artifactId&gt;
-    &lt;version&gt;2.4.6-incubating-SNAPSHOT&lt;/version&gt;
-    &lt;type&gt;dotnet:library&lt;/type&gt;
-    &lt;scope&gt;test&lt;/scope&gt;
-&lt;/dependency&gt;
</pre>
-</div>
-<p>And also set the test source directory to where your test classes are located.</p>
-<div class="source"><pre>  &lt;build&gt;
-    &lt;sourceDirectory&gt;.&lt;/sourceDirectory&gt;
-    &lt;testSourceDirectory&gt;Test&lt;/testSourceDirectory&gt;
-...
-  &lt;/build&gt;
</pre>
-</div>
-</div>
-<div class="section"><h3><a name="Archetypes">Archetypes</a>
-</h3>
-<p>To create a library project:</p>
-<div class="source"><pre>mvn archetype:create -DarchetypeGroupId=org.apache.maven.dotnet.csharp   /
-                     -DarchetypeArtifactId=maven-archetype-class-library /
-                     -DarchetypeVersion=0.15-incubating-SNAPSHOT         /
-                     -DgroupId=&lt;&lt;groupId&gt;&gt;                                 /
-                     -DartifactId=&lt;&lt;artifactId&gt;&gt;
</pre>
-</div>
-<p>The archetypeArtifactId can be specified as any of the following:</p>
-<ol type="1"><li>maven-archetype-class-library</li>
-<li>maven-archetype-console-application</li>
-<li>maven-archetype-windows-application</li>
-<li>maven-archetype-windows-control</li>
-</ol>
-</div>
-</div>
+        <div class="section"><h2>Getting Started</h2>
+</div>
+<div class="section"><h2>Sections</h2>
+<ul><li><a href="getting-started.html#Building NMaven">Building NMaven</a>
+</li>
+<li><a href="getting-started.html#Signing Assemblies">Signing Assemblies</a>
+</li>
+<li><a href="getting-started.html#Assembly Info">Assembly Info</a>
+</li>
+<li><a href="getting-started.html#Compiling Projects"> Compiling Projects</a>
+</li>
+<li><a href="getting-started.html#Project Dependencies"> Project Dependencies</a>
+</li>
+<li><a href="getting-started.html#NUnit"> NUnit</a>
+</li>
+<li><a href="getting-started.html#Archetypes"> Archetypes</a>
+</li>
+</ul>
+<div class="section"><h3><a name="Building_NMaven">Building NMaven</a>
+</h3>
+<div class="section"><h4>Prerequisites</h4>
+<p>Prior to building NMaven, make sure that you have the following installed on your system:</p>
+<ol type="1"><li><a href=" http://java.sun.com/javase/downloads/index_jdk5.jsp"> JDK 5.0 Update x</a>
+</li>
+<li>For Microsoft builds you will need both <a href="http://msdn2.microsoft.com/en-us/downloads/default.aspx" class="externalLink"> Microsoft .NET Framework</a>
+ (1.1+) AND <a href="http://msdn2.microsoft.com/en-us/downloads/default.aspx" class="externalLink"> NET Framework SDK</a>
+. For Mono builds, you will need <a href="http://www.mono-project.com" class="externalLink"> Mono</a>
+ (tested with 1.2.3.1+).</li>
+<li>Subversion client 1.3+. Click here for <a href=" http://subversion.tigris.org/servlets/ProjectDocumentView?documentID=35379&amp;showInfo=true"> Windows Subversion Client</a>
+.</li>
+<li><a href="http://maven.apache.org/download.html" class="externalLink"> Maven 2.0.7+</a>
+</li>
+</ol>
+<p>Optional programs:</p>
+<ol type="1"><li><a href="http://nunit.org/index.php?p=download" class="externalLink"> NUnit 2.4.x+</a>
+ (Currently only supported building with Microsoft)</li>
+</ol>
+</div>
+<div class="section"><h4>Paths</h4>
+<p>You will need to make sure that you have both the SDK and the .NET framework locations within your path. On Linux distributions, this should already be in your path. Typical locations for Microsoft include:</p>
+<ul><li>install root: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727</li>
+<li>SDK root: C:\Program Files\Microsoft.NET\SDK\v2.0\</li>
+</ul>
+<p>On Windows, Mono looks something like:</p>
+<ul><li>install root/SDK path: C:\Program Files\Mono-1.2.3.1\bin</li>
+</ul>
+<p>If you are using NUnit, add the NUnit bin to your path.</p>
+</div>
+<div class="section"><h4>Build</h4>
+<p>To build NMaven:</p>
+<ol type="1"><li>Do an SVN checkout<div class="source"><pre>  svn co https://svn.apache.org/repos/asf/incubator/nmaven/trunk nmaven</pre>
+</div>
+</li>
+<li>Run<div class="source"><pre>  mvn install</pre>
+</div>
+</li>
+</ol>
+<p>To run with integration tests:</p>
+<div class="source"><pre>  mvn install -P run-its</pre>
+</div>
+</div>
+<div class="section"><h4>Linux Specific Setup</h4>
+<p>Building on Linux, may take some extra steps. By default, on many Linux environments, the GNU Compiler for Java is already installed. The current GNU version may not work with NMaven, which requires JDK 1.5. To check which version the system uses, type &quot;java -version&quot; on the command line. If you see something similar to the following, you will need to take additional steps to get the build setup:</p>
+<div class="source"><pre>
+java version &quot;1.4.2&quot;
+gij (GNU libgcj) version 4.1.1 20060525 (Red Hat 4.1.1-1)</pre>
+</div>
+<p>Create a file &quot;/etc/profile.d/java.sh&quot; with the following entries:</p>
+<div class="source"><pre>
+ export JAVA_HOME=/usr/java/jdk1.5.0_09
+ export PATH=$JAVA_HOME/bin:$PATH</pre>
+</div>
+<p>Type &quot;mvn -version&quot; from the command line. You should see the following:</p>
+<div class="source"><pre>
+java version &quot;1.5.0_09&quot;
+Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_09-b01)
+Java HotSpot(TM) Client VM (build 1.5.0_09-b01, mixed mode, sharing)</pre>
+</div>
+<p>You can try to build with the default version of Mono installed. If it doesn't work, type &quot;mono -V&quot; on the command line to see what version you are running. If it is below 1.2.3.1, then download the latest mono version, unzip and run rpm from the commandline. Detailed instructions are located here: <a href=" http://www.mono-project.com/Getting_Mono">Installing Mono</a>
+. Make sure to su to root before installing with these instructions!</p>
+</div>
+</div>
+<div class="section"><h3><a name="Signing_Assemblies">Signing Assemblies</a>
+</h3>
+<p>To create a key</p>
+<div class="source"><pre> sn -k sgKey.snk</pre>
+</div>
+<p>NMaven supports compile-time signing of assemblies. You can sign assemblies by using the keyfile field in the maven-dotnet-compiler-plugin.</p>
+<div class="source"><pre>  &lt;build&gt;
+    &lt;sourceDirectory&gt;.&lt;/sourceDirectory&gt;
+    &lt;plugins&gt;
+      &lt;plugin&gt;
+        &lt;groupId&gt;org.apache.maven.dotnet.plugins&lt;/groupId&gt;
+        &lt;artifactId&gt;maven-dotnet-compiler-plugin&lt;/artifactId&gt;
+        &lt;extensions&gt;true&lt;/extensions&gt;
+        &lt;configuration&gt;
+          &lt;keyfile&gt;sgKey.snk/keyfile&gt;
+        &lt;/configuration&gt;
+      &lt;/plugin&gt;
+    &lt;/plugins&gt;
+  &lt;/build&gt;</pre>
+</div>
+<p>Key signing is currently only supported for .NET framework 2.0.</p>
+</div>
+<div class="section"><h3><a name="Assembly_Info">Assembly Info</a>
+</h3>
+<p>Provided that you do not have your own AssemblyInfo class in your project, NMaven will automatically generate an AssemblyInfo.* for you. It does the following mapping:</p>
+<table class="bodyTable"><tbody><tr class="a"><td align="left">AssemblyDescription</td>
+<td align="left">${project.description}</td>
+</tr>
+<tr class="b"><td align="left">AssemblyVersion</td>
+<td align="left">${project.version}</td>
+</tr>
+<tr class="a"><td align="left">AssemblyTitle</td>
+<td align="left">${project.name}</td>
+</tr>
+<tr class="b"><td align="left">AssemblyCompany</td>
+<td align="left">${project.organization.name}</td>
+</tr>
+<tr class="a"><td align="left">AssemblyProduct</td>
+<td align="left">${project.organization.name}-${project.name}</td>
+</tr>
+<tr class="b"><td align="left">AssemblyCopyright</td>
+<td align="left">place a COPYRIGHT.txt file in your module directory and NMaven will pick it up and put it in the assembly</td>
+</tr>
+</tbody>
+</table>
+<p>Since the pom version is mapped to the assembly manifest, you MUST follow the 0.0.0.0 version convention or the build will fail. You may, however, optionally add additional tags after the 0.0.0.0 version, such as -SNAPSHOT, alpha, etc. Valid versions would include 1.3.4 or 1.2-SNAPSHOT or 1.2-RC1.</p>
+</div>
+<div class="section"><h3><a name="Compiling_Projects">Compiling Projects</a>
+</h3>
+<p>NMaven supports compiling of exe, winexe, library, and netmodule projects.</p>
+<table class="bodyTable"><tbody><tr class="a"><td align="left"><b>Target Type</b>
+</td>
+<td align="left"><b>Packaging</b>
+</td>
+</tr>
+<tr class="b"><td align="left">exe</td>
+<td align="left">dotnet:exe</td>
+</tr>
+<tr class="a"><td align="left">winexe</td>
+<td align="left">dotnet:winexe</td>
+</tr>
+<tr class="b"><td align="left">library</td>
+<td align="left">dotnet:library</td>
+</tr>
+<tr class="a"><td align="left">netmodule</td>
+<td align="left">dotnet:module</td>
+</tr>
+</tbody>
+</table>
+<p>For example, the pom for compiling a library would look like:</p>
+<div class="source"><pre>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+
+&lt;project&gt;
+  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
+  &lt;groupId&gt;NMaven.Its&lt;/groupId&gt;
+  &lt;artifactId&gt;NMaven.It.It0000&lt;/artifactId&gt;
+  &lt;packaging&gt;dotnet:library&lt;/packaging&gt;
+  &lt;version&gt;1.0.0&lt;/version&gt;
+  &lt;name&gt;NMaven.It.It0000&lt;/name&gt;
+  &lt;build&gt;
+    &lt;sourceDirectory&gt;.&lt;/sourceDirectory&gt;
+    &lt;testSourceDirectory&gt;Test&lt;/testSourceDirectory&gt;
+    &lt;plugins&gt;
+      &lt;plugin&gt;
+        &lt;groupId&gt;org.apache.maven.dotnet.plugins&lt;/groupId&gt;
+        &lt;artifactId&gt;maven-dotnet-compiler-plugin&lt;/artifactId&gt;
+        &lt;extensions&gt;true&lt;/extensions&gt;
+      &lt;/plugin&gt;
+    &lt;/plugins&gt;
+  &lt;/build&gt;
+&lt;/project&gt;</pre>
+</div>
+<p>If you are using Mono on Windows, then set the vendor tag. If you are compiling on a non-Windows platform, then you do not need to set the tag.</p>
+<div class="source"><pre>&lt;plugins&gt;
+  &lt;plugin&gt;
+    &lt;groupId&gt;org.apache.maven.dotnet.plugins&lt;/groupId&gt;
+    &lt;artifactId&gt;maven-dotnet-compiler-plugin&lt;/artifactId&gt;
+    &lt;extensions&gt;true&lt;/extensions&gt;
+    &lt;configuration&gt;
+      &lt;vendor&gt;NOVELL&lt;/vendor&gt;
+    &lt;/configuration&gt;
+  &lt;/plugin&gt;
+&lt;/plugins&gt;</pre>
+</div>
+</div>
+<div class="section"><h3><a name="Project_Dependencies">Project Dependencies</a>
+</h3>
+<p>To use a gac dependency, you will need to set a GAC_ROOT environment variable to point to either the Microsoft or Mono GAC root location. Then use the system scope as shown below. You can also use types: dotnet:gac_32 and dotnet:gac.</p>
+<div class="source"><pre>&lt;dependency&gt;
+  &lt;groupId&gt;System.Windows.Forms&lt;/groupId&gt;
+  &lt;artifactId&gt;System.Windows.Forms&lt;/artifactId&gt;
+  &lt;version&gt;2.0.0.0&lt;/version&gt;
+  &lt;type&gt;dotnet:gac_msil&lt;/type&gt;
+  &lt;scope&gt;system&lt;/scope&gt;
+  &lt;classifier&gt;b77a5c561934e089&lt;/classifier&gt;
+  &lt;systemPath&gt;
+    ${env.GAC_ROOT}\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll
+    &lt;/systemPath&gt;
+&lt;/dependency&gt;</pre>
+</div>
+<p>A typical dependency would look like.</p>
+<div class="source"><pre>  &lt;dependencies&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;NMaven.Its&lt;/groupId&gt;
+      &lt;artifactId&gt;NMaven.It.It0004&lt;/artifactId&gt;
+      &lt;version&gt;1.0.0&lt;/version&gt;
+      &lt;type&gt;dotnet:library&lt;/type&gt;
+    &lt;/dependency&gt;
+  &lt;/dependencies&gt;</pre>
+</div>
+<p>dotnet:winexe and dotnet:exe can also be used as dependency types. dotnet:module can also be used but will not be transitive.</p>
+</div>
+<div class="section"><h3><a name="NUnit">NUnit</a>
+</h3>
+<p>NUnit is currently only supported building with Microsoft, not Mono. To use, add the following dependency to the pom.</p>
+<div class="source"><pre>&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.maven.dotnet&lt;/groupId&gt;
+    &lt;artifactId&gt;NUnit.Framework&lt;/artifactId&gt;
+    &lt;version&gt;2.4.6-incubating-SNAPSHOT&lt;/version&gt;
+    &lt;type&gt;dotnet:library&lt;/type&gt;
+    &lt;scope&gt;test&lt;/scope&gt;
+&lt;/dependency&gt;</pre>
+</div>
+<p>And also set the test source directory to where your test classes are located.</p>
+<div class="source"><pre>  &lt;build&gt;
+    &lt;sourceDirectory&gt;.&lt;/sourceDirectory&gt;
+    &lt;testSourceDirectory&gt;Test&lt;/testSourceDirectory&gt;
+...
+  &lt;/build&gt;</pre>
+</div>
+</div>
+<div class="section"><h3><a name="Archetypes">Archetypes</a>
+</h3>
+<p>To create a library project:</p>
+<div class="source"><pre>mvn archetype:create -DarchetypeGroupId=org.apache.maven.dotnet.csharp   /
+                     -DarchetypeArtifactId=maven-archetype-class-library /
+                     -DarchetypeVersion=0.15-incubating-SNAPSHOT         /
+                     -DgroupId=&lt;&lt;groupId&gt;&gt;                                 /
+                     -DartifactId=&lt;&lt;artifactId&gt;&gt;</pre>
+</div>
+<p>The archetypeArtifactId can be specified as any of the following:</p>
+<ol type="1"><li>maven-archetype-class-library</li>
+<li>maven-archetype-console-application</li>
+<li>maven-archetype-windows-application</li>
+<li>maven-archetype-windows-control</li>
+</ol>
+</div>
+</div>
 
       </div>
     </div>
@@ -404,7 +404,7 @@
 
   
     
-  
+            
   
     
   </div>

Added: incubator/nmaven/www/0.16/images/apache-maven-project-2.png
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.16/images/apache-maven-project-2.png?rev=668043&view=auto
==============================================================================
Files incubator/nmaven/www/0.16/images/apache-maven-project-2.png (added) and incubator/nmaven/www/0.16/images/apache-maven-project-2.png Sun Jun 15 19:46:59 2008 differ

Added: incubator/nmaven/www/0.16/images/banner.jpg
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.16/images/banner.jpg?rev=668043&view=auto
==============================================================================
Files incubator/nmaven/www/0.16/images/banner.jpg (added) and incubator/nmaven/www/0.16/images/banner.jpg Sun Jun 15 19:46:59 2008 differ

Added: incubator/nmaven/www/0.16/images/bg.jpg
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.16/images/bg.jpg?rev=668043&view=auto
==============================================================================
Files incubator/nmaven/www/0.16/images/bg.jpg (added) and incubator/nmaven/www/0.16/images/bg.jpg Sun Jun 15 19:46:59 2008 differ

Added: incubator/nmaven/www/0.16/images/breadcrumbs.jpg
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.16/images/breadcrumbs.jpg?rev=668043&view=auto
==============================================================================
Files incubator/nmaven/www/0.16/images/breadcrumbs.jpg (added) and incubator/nmaven/www/0.16/images/breadcrumbs.jpg Sun Jun 15 19:46:59 2008 differ

Modified: incubator/nmaven/www/0.16/images/collapsed.gif
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.16/images/collapsed.gif?rev=668043&r1=668042&r2=668043&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/nmaven/www/0.16/images/expanded.gif
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.16/images/expanded.gif?rev=668043&r1=668042&r2=668043&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/nmaven/www/0.16/images/external.png
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.16/images/external.png?rev=668043&r1=668042&r2=668043&view=diff
==============================================================================
Binary files - no diff available.

Added: incubator/nmaven/www/0.16/images/h3.jpg
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.16/images/h3.jpg?rev=668043&view=auto
==============================================================================
Files incubator/nmaven/www/0.16/images/h3.jpg (added) and incubator/nmaven/www/0.16/images/h3.jpg Sun Jun 15 19:46:59 2008 differ

Added: incubator/nmaven/www/0.16/images/h5.jpg
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.16/images/h5.jpg?rev=668043&view=auto
==============================================================================
Files incubator/nmaven/www/0.16/images/h5.jpg (added) and incubator/nmaven/www/0.16/images/h5.jpg Sun Jun 15 19:46:59 2008 differ

Modified: incubator/nmaven/www/0.16/images/icon_error_sml.gif
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.16/images/icon_error_sml.gif?rev=668043&r1=668042&r2=668043&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/nmaven/www/0.16/images/icon_info_sml.gif
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.16/images/icon_info_sml.gif?rev=668043&r1=668042&r2=668043&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/nmaven/www/0.16/images/icon_success_sml.gif
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.16/images/icon_success_sml.gif?rev=668043&r1=668042&r2=668043&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/nmaven/www/0.16/images/icon_warning_sml.gif
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.16/images/icon_warning_sml.gif?rev=668043&r1=668042&r2=668043&view=diff
==============================================================================
Binary files - no diff available.

Added: incubator/nmaven/www/0.16/images/logo_apache.jpg
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.16/images/logo_apache.jpg?rev=668043&view=auto
==============================================================================
Files incubator/nmaven/www/0.16/images/logo_apache.jpg (added) and incubator/nmaven/www/0.16/images/logo_apache.jpg Sun Jun 15 19:46:59 2008 differ

Added: incubator/nmaven/www/0.16/images/logo_maven.jpg
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.16/images/logo_maven.jpg?rev=668043&view=auto
==============================================================================
Files incubator/nmaven/www/0.16/images/logo_maven.jpg (added) and incubator/nmaven/www/0.16/images/logo_maven.jpg Sun Jun 15 19:46:59 2008 differ

Modified: incubator/nmaven/www/0.16/images/logos/build-by-maven-black.png
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.16/images/logos/build-by-maven-black.png?rev=668043&r1=668042&r2=668043&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/nmaven/www/0.16/images/logos/build-by-maven-white.png
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.16/images/logos/build-by-maven-white.png?rev=668043&r1=668042&r2=668043&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/nmaven/www/0.16/images/logos/maven-feather.png
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.16/images/logos/maven-feather.png?rev=668043&r1=668042&r2=668043&view=diff
==============================================================================
Binary files - no diff available.

Added: incubator/nmaven/www/0.16/images/maven-logo-2.gif
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.16/images/maven-logo-2.gif?rev=668043&view=auto
==============================================================================
Files incubator/nmaven/www/0.16/images/maven-logo-2.gif (added) and incubator/nmaven/www/0.16/images/maven-logo-2.gif Sun Jun 15 19:46:59 2008 differ

Modified: incubator/nmaven/www/0.16/images/newwindow.png
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.16/images/newwindow.png?rev=668043&r1=668042&r2=668043&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/nmaven/www/0.16/index.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.16/index.html?rev=668043&r1=668042&r2=668043&view=diff
==============================================================================
--- incubator/nmaven/www/0.16/index.html (original)
+++ incubator/nmaven/www/0.16/index.html Sun Jun 15 19:46:59 2008
@@ -20,14 +20,19 @@
     </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>
+                                                    
+<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+                                                        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+                    </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://maven.apache.org/" id="bannerLeft">
     
-            Apache NMaven 0.16
+                                    <img src="http://maven.apache.org/images/apache-maven-project-2.png" alt="" />
     
-            </span>
+            </a>
                           <span id="bannerRight">
     
                                             <img src="./images/apache-incubator-logo.png" alt="" />
@@ -43,27 +48,24 @@
 
   
     
-  
+            
   
     
             <div class="xleft">
-        Last Published: 2008-03-24
+        Last Published: 2008-06-16
+                  &nbsp;| Version: 0.16-incubating-SNAPSHOT
                       </div>
-            <div class="xright">            <a href="../../../projects/nmaven.html">Project Site</a>
+            <div class="xright">            <a href="../../../projects/nmaven.html">Incubator Status</a>
             |
                 <a href="../..">NMaven</a>
             |
-                <a href="http://svn.apache.org/repos/asf/incubator/nmaven/" class="externalLink">NMaven SVN</a>
-            |
                 <a href="http://maven.apache.org/" class="externalLink">Maven</a>
-            |
-                <a href="http://www.mono-project.com/" class="externalLink">Mono Project</a>
             
   
 
   
     
-  
+            
   
     
   </div>
@@ -78,7 +80,7 @@
 
   
     
-  
+            
   
     
                    <h5>General Info</h5>
@@ -116,8 +118,6 @@
       
             
       
-            
-      
               
         <li class="collapsed">
                     <a href="project-info.html">Project Information</a>
@@ -131,23 +131,23 @@
 
   
     
-  
+            
   
     
         </div>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>About NMaven</h2>
-<p>NMaven provides Maven 2.x plugins to support building of .NET applications.</p>
-</div>
-<div class="section"><h2>Reporting Bugs/Requesting Features</h2>
-<ul><li><a class="externalLink" href="http://jira.codehaus.org/browse/NMAVEN"> NMaven Issue Tracking</a>
-</li>
-<li><a class="externalLink" href="mailto:nmaven-dev@incubator.apache.org"> Post to Mailing List</a>
-</li>
-</ul>
-</div>
+        <div class="section"><h2>About NMaven</h2>
+<p>NMaven provides Maven 2.x plugins to support building of .NET applications.</p>
+</div>
+<div class="section"><h2>Reporting Bugs/Requesting Features</h2>
+<ul><li><a href="http://jira.codehaus.org/browse/NMAVEN" class="externalLink"> NMaven Issue Tracking</a>
+</li>
+<li><a href="mailto:nmaven-dev@incubator.apache.org" class="externalLink"> Post to Mailing List</a>
+</li>
+</ul>
+</div>
 
       </div>
     </div>
@@ -164,7 +164,7 @@
 
   
     
-  
+            
   
     
   </div>

Modified: incubator/nmaven/www/0.16/integration.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.16/integration.html?rev=668043&r1=668042&r2=668043&view=diff
==============================================================================
--- incubator/nmaven/www/0.16/integration.html (original)
+++ incubator/nmaven/www/0.16/integration.html Sun Jun 15 19:46:59 2008
@@ -20,14 +20,19 @@
     </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>
+                                                    
+<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+                                                        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+                    </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://maven.apache.org/" id="bannerLeft">
     
-            Apache NMaven 0.16
+                                    <img src="http://maven.apache.org/images/apache-maven-project-2.png" alt="" />
     
-            </span>
+            </a>
                           <span id="bannerRight">
     
                                             <img src="./images/apache-incubator-logo.png" alt="" />
@@ -43,27 +48,24 @@
 
   
     
-  
+            
   
     
             <div class="xleft">
-        Last Published: 2008-03-24
+        Last Published: 2008-06-16
+                  &nbsp;| Version: 0.16-incubating-SNAPSHOT
                       </div>
-            <div class="xright">            <a href="../../../projects/nmaven.html">Project Site</a>
+            <div class="xright">            <a href="../../../projects/nmaven.html">Incubator Status</a>
             |
                 <a href="../..">NMaven</a>
             |
-                <a href="http://svn.apache.org/repos/asf/incubator/nmaven/" class="externalLink">NMaven SVN</a>
-            |
                 <a href="http://maven.apache.org/" class="externalLink">Maven</a>
-            |
-                <a href="http://www.mono-project.com/" class="externalLink">Mono Project</a>
             
   
 
   
     
-  
+            
   
     
   </div>
@@ -78,7 +80,7 @@
 
   
     
-  
+            
   
     
                    <h5>General Info</h5>
@@ -116,8 +118,6 @@
       
             
       
-            
-      
               
             <li class="expanded">
                     <a href="project-info.html">Project Information</a>
@@ -132,10 +132,6 @@
           </li>
                   
     <li class="none">
-                    <a href="dependency-convergence.html">Dependency Convergence</a>
-          </li>
-                  
-    <li class="none">
                     <a href="issue-tracking.html">Issue Tracking</a>
           </li>
                   
@@ -169,34 +165,34 @@
 
   
     
-  
+            
   
     
         </div>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Overview</h2>
-This project uses <a class="externalLink" href="http://maven.apache.org/continuum/">Continuum</a>
-.</div>
-<div class="section"><h2>Access</h2>
-<p>The following is a link to the continuous integration system used by the project.</p>
-<div class="source"><pre><a class="externalLink" href="http://maven.zones.apache.org/continuum">http://maven.zones.apache.org/continuum</a>
-</pre>
-</div>
-</div>
-<div class="section"><h2>Notifiers</h2>
-<table class="bodyTable"><caption>Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.</caption>
-<tr class="a"><th>Type</th>
-<th>Address</th>
-<th>Configuration</th>
-</tr>
-<tr class="b"><td>mail</td>
-<td>-</td>
-<td>address=notifications@maven.apache.org</td>
-</tr>
-</table>
-</div>
+        <div class="section"><h2>Overview</h2>
+This project uses <a href="http://maven.apache.org/continuum/" class="externalLink">Continuum</a>
+.</div>
+<div class="section"><h2>Access</h2>
+<p>The following is a link to the continuous integration system used by the project.</p>
+<div class="source"><pre><a href="http://maven.zones.apache.org/continuum" class="externalLink">http://maven.zones.apache.org/continuum</a>
+</pre>
+</div>
+</div>
+<div class="section"><h2>Notifiers</h2>
+<table class="bodyTable"><caption>Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.</caption>
+<tr class="a"><th>Type</th>
+<th>Address</th>
+<th>Configuration</th>
+</tr>
+<tr class="b"><td>mail</td>
+<td>-</td>
+<td>address=notifications@maven.apache.org</td>
+</tr>
+</table>
+</div>
 
       </div>
     </div>
@@ -213,7 +209,7 @@
 
   
     
-  
+            
   
     
   </div>

Modified: incubator/nmaven/www/0.16/issue-tracking.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.16/issue-tracking.html?rev=668043&r1=668042&r2=668043&view=diff
==============================================================================
--- incubator/nmaven/www/0.16/issue-tracking.html (original)
+++ incubator/nmaven/www/0.16/issue-tracking.html Sun Jun 15 19:46:59 2008
@@ -20,14 +20,19 @@
     </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>
+                                                    
+<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+                                                        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+                    </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://maven.apache.org/" id="bannerLeft">
     
-            Apache NMaven 0.16
+                                    <img src="http://maven.apache.org/images/apache-maven-project-2.png" alt="" />
     
-            </span>
+            </a>
                           <span id="bannerRight">
     
                                             <img src="./images/apache-incubator-logo.png" alt="" />
@@ -43,27 +48,24 @@
 
   
     
-  
+            
   
     
             <div class="xleft">
-        Last Published: 2008-03-24
+        Last Published: 2008-06-16
+                  &nbsp;| Version: 0.16-incubating-SNAPSHOT
                       </div>
-            <div class="xright">            <a href="../../../projects/nmaven.html">Project Site</a>
+            <div class="xright">            <a href="../../../projects/nmaven.html">Incubator Status</a>
             |
                 <a href="../..">NMaven</a>
             |
-                <a href="http://svn.apache.org/repos/asf/incubator/nmaven/" class="externalLink">NMaven SVN</a>
-            |
                 <a href="http://maven.apache.org/" class="externalLink">Maven</a>
-            |
-                <a href="http://www.mono-project.com/" class="externalLink">Mono Project</a>
             
   
 
   
     
-  
+            
   
     
   </div>
@@ -78,7 +80,7 @@
 
   
     
-  
+            
   
     
                    <h5>General Info</h5>
@@ -105,8 +107,6 @@
             
       
             
-      
-            
             
             
       
@@ -132,10 +132,6 @@
           </li>
                   
     <li class="none">
-                    <a href="dependency-convergence.html">Dependency Convergence</a>
-          </li>
-                  
-    <li class="none">
               <strong>Issue Tracking</strong>
         </li>
                   
@@ -169,22 +165,22 @@
 
   
     
-  
+            
   
     
         </div>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Overview</h2>
-This project uses <a class="externalLink" href="http://www.atlassian.com/software/jira">Jira</a>
- a J2EE-based, issue tracking and project management application.</div>
-<div class="section"><h2>Issue Tracking</h2>
-<p>Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.</p>
-<div class="source"><pre><a class="externalLink" href="http://jira.codehaus.org/browse/NMAVEN">http://jira.codehaus.org/browse/NMAVEN</a>
-</pre>
-</div>
-</div>
+        <div class="section"><h2>Overview</h2>
+This project uses <a href="http://www.atlassian.com/software/jira" class="externalLink">JIRA</a>
+ a J2EE-based, issue tracking and project management application.</div>
+<div class="section"><h2>Issue Tracking</h2>
+<p>Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.</p>
+<div class="source"><pre><a href="http://jira.codehaus.org/browse/NMAVEN" class="externalLink">http://jira.codehaus.org/browse/NMAVEN</a>
+</pre>
+</div>
+</div>
 
       </div>
     </div>
@@ -201,7 +197,7 @@
 
   
     
-  
+            
   
     
   </div>

Modified: incubator/nmaven/www/0.16/license.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.16/license.html?rev=668043&r1=668042&r2=668043&view=diff
==============================================================================
--- incubator/nmaven/www/0.16/license.html (original)
+++ incubator/nmaven/www/0.16/license.html Sun Jun 15 19:46:59 2008
@@ -20,14 +20,19 @@
     </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>
+                                                    
+<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+                                                        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+                    </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://maven.apache.org/" id="bannerLeft">
     
-            Apache NMaven 0.16
+                                    <img src="http://maven.apache.org/images/apache-maven-project-2.png" alt="" />
     
-            </span>
+            </a>
                           <span id="bannerRight">
     
                                             <img src="./images/apache-incubator-logo.png" alt="" />
@@ -43,27 +48,24 @@
 
   
     
-  
+            
   
     
             <div class="xleft">
-        Last Published: 2008-03-24
+        Last Published: 2008-06-16
+                  &nbsp;| Version: 0.16-incubating-SNAPSHOT
                       </div>
-            <div class="xright">            <a href="../../../projects/nmaven.html">Project Site</a>
+            <div class="xright">            <a href="../../../projects/nmaven.html">Incubator Status</a>
             |
                 <a href="../..">NMaven</a>
             |
-                <a href="http://svn.apache.org/repos/asf/incubator/nmaven/" class="externalLink">NMaven SVN</a>
-            |
                 <a href="http://maven.apache.org/" class="externalLink">Maven</a>
-            |
-                <a href="http://www.mono-project.com/" class="externalLink">Mono Project</a>
             
   
 
   
     
-  
+            
   
     
   </div>
@@ -78,7 +80,7 @@
 
   
     
-  
+            
   
     
                    <h5>General Info</h5>
@@ -109,8 +111,6 @@
             
       
             
-      
-            
             
             
       
@@ -132,10 +132,6 @@
           </li>
                   
     <li class="none">
-                    <a href="dependency-convergence.html">Dependency Convergence</a>
-          </li>
-                  
-    <li class="none">
                     <a href="issue-tracking.html">Issue Tracking</a>
           </li>
                   
@@ -169,22 +165,224 @@
 
   
     
-  
+            
   
     
         </div>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Overview</h2>
-<p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p>
-</div>
-<div class="section"><h2>Project License</h2>
-<div class="section"><h3>Apache 2.0</h3>
-<p>Maven can't find the file LICENSE.txt on the system.</p>
-<p>Can't read the url [file:/C:/Documents and Settings/sisbell/checkout/nmaven/trunk/site/LICENSE.txt] : C:\Documents and Settings\sisbell\checkout\nmaven\trunk\site\LICENSE.txt (The system cannot find the file specified)</p>
-</div>
-</div>
+        <div class="section"><h2>Overview</h2>
+<p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p>
+</div>
+<div class="section"><h2>Project License</h2>
+<div class="section"><h3>The Apache Software License, Version 2.0</h3>
+<div class="source"><pre>
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      &quot;License&quot; shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      &quot;Licensor&quot; shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      &quot;Legal Entity&quot; shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      &quot;control&quot; means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      &quot;You&quot; (or &quot;Your&quot;) shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      &quot;Source&quot; form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      &quot;Object&quot; form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      &quot;Work&quot; shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      &quot;Derivative Works&quot; shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      &quot;Contribution&quot; shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, &quot;submitted&quot;
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as &quot;Not a Contribution.&quot;
+
+      &quot;Contributor&quot; shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a &quot;NOTICE&quot; text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an &quot;AS IS&quot; BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets &quot;[]&quot;
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same &quot;printed page&quot; as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
+   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 &quot;AS IS&quot; 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.
+</pre>
+</div>
+</div>
+</div>
 
       </div>
     </div>
@@ -201,7 +399,7 @@
 
   
     
-  
+            
   
     
   </div>