GitHub user dosubot[bot] added a comment to the discussion: 【1.5】自行构建打包时,缺少相应编译后的文件
<!-- Answer --> 在执行 `mvn clean package -DskipTests -Drat.skip` 后,`hugegraph-server` 编译目录中缺少 `swagger-ui` 目录,这是因为在 Maven 构建过程中默认不包含该目录。要包含 `swagger-ui` 目录,你需要在构建后执行 `download_swagger_ui.sh` 脚本。这个脚本会从互联网上下载 `swagger-ui` 文件并将其解压到相应的目录中 <sup>[[1]](https://github.com/apache/incubator-hugegraph/blob/master/hugegraph-server/hugegraph-dist/download_swagger_ui.sh)</sup>。 <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* GitHub link: https://github.com/apache/incubator-hugegraph/discussions/2696#discussioncomment-11319480 ---- This is an automatically sent email for dev@hugegraph.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@hugegraph.apache.org