源码部署在源码编译那里报错

v2.9版本按照源码部署文档部署,在源码编译那一步运行mvn clean package -Pstandalone -U -Dmaven.test.skip=true报错。错误信息是 Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:3.1.0:run (copy-front-2-back) on project core-backend: An Ant BuildException has occured: /opt/dataease/core/core-frontend/dist does not exist.
[ERROR] around Ant part …… @ 4:45 in /opt/dataease/core/core-backend/target/antrun/build-main.xml
[ERROR] → [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :core-backend
这个错误怎么处理

源码问题自行研究下哈