You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/01/31 20:49:12 UTC

svn commit: r373894 - /maven/maven-1/plugins/trunk/clover/xdocs/properties.xml

Author: ltheussl
Date: Tue Jan 31 11:49:11 2006
New Revision: 373894

URL: http://svn.apache.org/viewcvs?rev=373894&view=rev
Log:
Add missing documentation for last commit.

Modified:
    maven/maven-1/plugins/trunk/clover/xdocs/properties.xml

Modified: maven/maven-1/plugins/trunk/clover/xdocs/properties.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/clover/xdocs/properties.xml?rev=373894&r1=373893&r2=373894&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/clover/xdocs/properties.xml (original)
+++ maven/maven-1/plugins/trunk/clover/xdocs/properties.xml Tue Jan 31 11:49:11 2006
@@ -291,6 +291,16 @@
              5000
           </td>            
         </tr>
+        <tr>
+          <td>maven.clover.relative</td>
+          <td>Yes</td>
+          <td>
+            Controls whether the initstring parameter is treated as a relative path or not.
+          </td>
+          <td>
+             false
+          </td>
+        </tr>
       </table>
     </section>
   </body>