You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2005/08/08 09:44:13 UTC

svn commit: r230767 - in /maven/continuum/trunk/continuum-uml/white-site: editGroup.html viewGroup.html

Author: brett
Date: Mon Aug  8 00:44:07 2005
New Revision: 230767

URL: http://svn.apache.org/viewcvs?rev=230767&view=rev
Log:
add description to project group

Modified:
    maven/continuum/trunk/continuum-uml/white-site/editGroup.html
    maven/continuum/trunk/continuum-uml/white-site/viewGroup.html

Modified: maven/continuum/trunk/continuum-uml/white-site/editGroup.html
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-uml/white-site/editGroup.html?rev=230767&r1=230766&r2=230767&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-uml/white-site/editGroup.html (original)
+++ maven/continuum/trunk/continuum-uml/white-site/editGroup.html Mon Aug  8 00:44:07 2005
@@ -75,6 +75,12 @@
           </div>
         </div>
 
+        <div style="margin-top: 5em; color: #555; border: 1px dashed black; padding: 1em;">
+          <p>Notes:</p>
+          <ul>
+            <li>No Maven Group ID on non-Maven projects</li>
+          </ul>
+        </div>
       </div>
     </td>
     <td>
@@ -103,6 +109,14 @@
                   </tr>
                   <tr>
                     <th>Maven Group ID</th>
+
+
+                    <td>
+                      <input type="text" name="project.version" value="" size="40"/>
+                    </td>
+                  </tr>
+                  <tr>
+                    <th>Description</th>
 
 
                     <td>

Modified: maven/continuum/trunk/continuum-uml/white-site/viewGroup.html
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-uml/white-site/viewGroup.html?rev=230767&r1=230766&r2=230767&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-uml/white-site/viewGroup.html (original)
+++ maven/continuum/trunk/continuum-uml/white-site/viewGroup.html Mon Aug  8 00:44:07 2005
@@ -85,6 +85,7 @@
         <li>later we might allow arbitrary groups, but for now they aren't editable</li>
         <li>pom.xml is relative to the project basedirs, not the group</li>
         <li>Do we want an aggregated group mode, where the build is only run on a reactor represented by the group?</li>
+        <li>No Maven Group ID on non-Maven projects</li>
       </ul>
     </div>
   </div>
@@ -112,6 +113,10 @@
     <tr class="b">
       <th>Maven Group ID</th>
       <td>org.codehaus.plexus</td>
+    </tr>
+    <tr class="b">
+      <th>Description</th>
+      <td>&nbsp;</td>
     </tr>
   </table>
   <div class="functnbar3">