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/04/20 00:12:16 UTC

svn commit: r395409 - /maven/maven-1/plugins/trunk/test/xdocs/index.xml

Author: ltheussl
Date: Wed Apr 19 15:12:14 2006
New Revision: 395409

URL: http://svn.apache.org/viewcvs?rev=395409&view=rev
Log:
Update docs: needs jar plugin >= 1.8

Modified:
    maven/maven-1/plugins/trunk/test/xdocs/index.xml

Modified: maven/maven-1/plugins/trunk/test/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/test/xdocs/index.xml?rev=395409&r1=395408&r2=395409&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/test/xdocs/index.xml (original)
+++ maven/maven-1/plugins/trunk/test/xdocs/index.xml Wed Apr 19 15:12:14 2006
@@ -30,5 +30,14 @@
         This plug-in provides your basic JUnit testing facilities.
       </p>
     </section>
+    <section name="Requirements">
+      <p>
+        Be careful, the following plugins must be installed to use
+        version 1.8 of the test plugin:
+      </p>
+      <ul>
+        <li>maven-jar-plugin 1.8 (at least)</li>
+      </ul>
+    </section>
  </body>
 </document>