Skip to content
Snippets Groups Projects
Commit 0a07f920 authored by Shinsuke Sugaya's avatar Shinsuke Sugaya
Browse files

fix #2173 add fess-ds-dropbox

parent e9ec6faa
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,7 @@ Currently, Fess supports crawling the following [storage locations and APIs](htt
- [Box](https://github.com/codelibs/fess-ds-box)
- [CSV](https://github.com/codelibs/fess-ds-csv)
- [Database](https://github.com/codelibs/fess-ds-db)
- [Dropbox](https://github.com/codelibs/fess-ds-dropbox)
- [Elasticsearch](https://github.com/codelibs/fess-ds-elasticsearch)
- [Gitbucket](https://github.com/codelibs/fess-ds-gitbucket)
- [G Suite](https://github.com/codelibs/fess-ds-gsuite)
......
......@@ -73,6 +73,14 @@
<param name="jar.version" value="13.2.0" />
<param name="file.version" value="13.2.0" />
</antcall>
<!-- fess-ds-dropbox -->
<antcall target="install.lib.jar">
<param name="repo.url" value="${maven.release.repo.url}" />
<param name="jar.groupId" value="org/codelibs/fess" />
<param name="jar.artifactId" value="fess-ds-dropbox" />
<param name="jar.version" value="13.2.0" />
<param name="file.version" value="13.2.0" />
</antcall>
<!-- fess-ds-elasticsearch -->
<antcall target="install.lib.jar">
<param name="repo.url" value="${maven.release.repo.url}" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment