-
Notifications
You must be signed in to change notification settings - Fork 514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sofa ark 在多 module 的 maven 仓库打包 declared-libraries 不正确 #1057
Comments
是的,在基座和模块工代码仓库下,是有这个问题。这个问题需要社区共同的智慧,可以一起研究研究么? |
好的,我们后面也会看一下,暂时是通过改成 mvn install 命令来规避了 |
This issue has been automatically marked as stale because it has not had recent activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue or help wanted) or other activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as pinned, good first issue or help wanted. Thank you for your contributions. |
用官方示例仓库就可以复现 https://github.com/sofastack-guides/sofa-ark-dynamic-guides
首先确保本地 maven 仓库里没有缓存,具体到这个例子是
rm -rf ~/.m2/repository/io/sofastack/dynamic-facade
然后在上述项目的根目录执行
mvn package
完成后进入项目里的
dynamic-provider/target
目录,解压 sofaark jar,会发现它的 manifest 文件 declared-libraries 里包含了基座 (即 dynamic-stock-mng) 的一部分依赖,比如 fastjson其他信息
The text was updated successfully, but these errors were encountered: