源码部署,v1.18.22,依赖都装好了,在sdk下mvn clean install也正常,但是打包报错,一直找不到那三个

[ERROR] Failed to execute goal on project backend: Could not resolve dependencies for project io.dataease:backend:jar:1.18.22
[ERROR] dependency: io.dataease:dataease-plugin-interface:jar:1.18.22 (compile)
[ERROR] io.dataease:dataease-plugin-interface:jar:1.18.22 was not found in https://maven.aliyun.com/repository/public during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of aliyunmaven has elapsed or updates are forced
[ERROR] dependency: io.dataease:dataease-plugin-view:jar:1.18.22 (compile)
[ERROR] io.dataease:dataease-plugin-view:jar:1.18.22 was not found in https://maven.aliyun.com/repository/public during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of aliyunmaven has elapsed or updates are forced
[ERROR] dependency: io.dataease:dataease-plugin-datasource:jar:1.18.22 (compile)
[ERROR] io.dataease:dataease-plugin-datasource:jar:1.18.22 was not found in https://maven.aliyun.com/repository/public during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of aliyunmaven has elapsed or updates are forced
[ERROR]
[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] DependencyResolutionException - Apache Maven - Apache Software Foundation

dataease 根目录下 mvn clean package