Deploy release artifacts into the staging repository

This commit is contained in:
magese 2018-05-11 16:44:44 +08:00
parent add5f984ea
commit 64b1f576f4
1 changed files with 8 additions and 1 deletions

View File

@ -7,7 +7,14 @@ ik-analyzer for solr7.x
<hr>
<h2>使用说明:</h2><br>
<pre>
&lt;!-- Maven仓库地址 --&gt;
&lt;dependency&gt;
&lt;groupId&gt;com.github.magese&lt;/groupId&gt;
&lt;artifactId&gt;ik-analyzer-solr7&lt;/artifactId&gt;
&lt;version&gt;7.x&lt;/version&gt;
&lt;/dependency&gt;
</pre>
<ul>
<li>
<p>1. 将jar包放入solr服务的jetty或tomcat的webapp/WEB-INF/lib/目录下;</p>