add note about using jline

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@126184 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2005-01-23 03:32:26 +00:00
parent 495d614790
commit 951d09742b

View File

@ -58,5 +58,18 @@
<a href="properties.html">properties</a>. <a href="properties.html">properties</a>.
</p> </p>
</section> </section>
<section name="Improving the prompt">
<p>
It is possible to add completion and history to the console, however
it requires the use of an external library. This library is licensed
under the LPGL, and so cannot be used in the console by default, but
can be downloaded from <a href="http://jline.sf.net">JLine</a>.
</p>
<p>
Instructions are detailed in this
<a href="http://marc.theaimsgroup.com/?l=turbine-maven-user&m=110568914709557&w=2">mailing list post</a>.
</p>
</section>
</body> </body>
</document> </document>