Author: bdemers
Date: Fri May 4 19:41:15 2018
New Revision: 1830942
URL: http://svn.apache.org/viewvc?rev=1830942&view=rev
Log:
merging shiro site pr-37
Modified:
shiro/site/publish/command-line-hasher.html
Modified: shiro/site/publish/command-line-hasher.html
URL:
http://svn.apache.org/viewvc/shiro/site/publish/command-line-hasher.html?rev=1830942&r1=1830941&r2=1830942&view=diff
==============================================================================
--- shiro/site/publish/command-line-hasher.html (original)
+++ shiro/site/publish/command-line-hasher.html Fri May 4 19:41:15 2018
@@ -233,6 +233,10 @@
<a name="CommandLineHasher-Usage"></a>
<h2><a href="#usage" name="usage">Usage</a></h2>
<p>Ensure you have access to the
<code>shiro-tools-hasher-</code>_version_<code>-cli.jar</code> file. You can
either find this in a source build in the
<em>buildroot</em><code>/tools/hasher/target</code> directory or via download
through Maven.</p>
+<pre><code class="bash"># Use the following to download from Maven Central into
+#
~/.m2/repository/org/apache/shiro/tools/shiro-tools-hasher/X.X.X/shiro-tools-hasher-X.X.X-cli.jar
+$ mvn dependency:get -DgroupId=org.apache.shiro.tools
-DartifactId=shiro-tools-hasher -Dclassifier=cli -Dversion=X.X.X
+</code></pre>
<p>Once you have access to the jar, you can run the following command:</p>
<pre><code class="bash">$ java -jar shiro-tools-hasher-X.X.X-cli.jar
</code></pre>