You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/08/08 15:28:26 UTC

svn commit: r983413 - /gump/trunk/src/documentation/content/xdocs/metadata/workspace.xml

Author: bodewig
Date: Sun Aug  8 13:28:26 2010
New Revision: 983413

URL: http://svn.apache.org/viewvc?rev=983413&view=rev
Log:
document a few attributes that were missing

Modified:
    gump/trunk/src/documentation/content/xdocs/metadata/workspace.xml

Modified: gump/trunk/src/documentation/content/xdocs/metadata/workspace.xml
URL: http://svn.apache.org/viewvc/gump/trunk/src/documentation/content/xdocs/metadata/workspace.xml?rev=983413&r1=983412&r2=983413&view=diff
==============================================================================
--- gump/trunk/src/documentation/content/xdocs/metadata/workspace.xml (original)
+++ gump/trunk/src/documentation/content/xdocs/metadata/workspace.xml Sun Aug  8 13:28:26 2010
@@ -120,6 +120,29 @@
         <td>TCP port to bind the mvn repository proxy to.</td>
         <td>No, defaults to 8192.</td>
       </tr>
+      <tr>
+        <td>logurl</td>
+        <td>Public URL that makes the contens of <code>logdir</code>
+          available.  This will be used in nag emails.</td>
+        <td>No.  Defaults to ""</td>
+      </tr>
+      <tr>
+        <td>mailserver</td>
+        <td>SMTP server to use when sending nag emails.</td>
+        <td>No.  Defaults to mail.apache.org</td>
+      </tr>
+      <tr>
+        <td>administrator</td>
+        <td>Email address that receives the final report when a Gump
+          run is finished.</td>
+        <td>No.</td>
+      </tr>
+      <tr>
+        <td>email</td>
+        <td>Email address that is the sender of the final report when
+          a Gump run is finished.</td>
+        <td>No.</td>
+      </tr>
     </table>
     <p/>