源码安装OrientDB成功,没有release目录

Install OrientDB with source code sucessfully,but no release directory

我用源码安装orientdb成功后,一个关卡没有release目录!我想知道如何解决这个问题

在 Maven 中,当您从包含源代码的文件夹中使用命令 "mvn clean install" 时,将在以下路径下创建包含您的 OrientDb 版本的文件夹 rootfolder/distrubution/target 文件夹 "releases" 未创建,但使用 Maven,例如,将创建文件夹 orientdb-community.2.1.10-snapshot.dir

源码安装文档已更新:

http://orientdb.com/docs/last/Tutorial-Installation.html#source-code-installation

maven 不再创建旧版本目录。