fix(build): 移除 backend/pom.xml 中缺失的渠道子模块声明
当前仓库仅存在 mci-shared、mci-channel-common、mci-server, 删除不存在的 mci-channel-wecom/dingtalk/feishu/ivr 模块, 使根目录 [INFO] Scanning for projects... [ERROR] [ERROR] Could not find the selected project in the reactor: mci-server @ [ERROR] Could not find the selected project in the reactor: mci-server -> [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/MavenExecutionException 可正常执行。
This commit is contained in:
@@ -28,12 +28,8 @@
|
||||
|
||||
<modules>
|
||||
<module>mci-shared</module>
|
||||
<module>mci-server</module>
|
||||
<module>mci-channel-common</module>
|
||||
<module>mci-channel-wecom</module>
|
||||
<module>mci-channel-dingtalk</module>
|
||||
<module>mci-channel-feishu</module>
|
||||
<module>mci-channel-ivr</module>
|
||||
<module>mci-server</module>
|
||||
</modules>
|
||||
|
||||
<dependencyManagement>
|
||||
|
||||
Reference in New Issue
Block a user