是否可以在两个依赖项之间共享一个属性?
这是我的布局:
PARENT (can't change this)
- proj A (Can't change this either - has a lot of properties)
- proj B (Need to specify which version of proj A I will use when compiling this)
所以我把它改成了:
PARENT
- proj A
- proj B (no longer a son of proj A and now importing proj A as dependency of scope import type pom)
问题是我现在丢失了项目 B 中需要访问的项目 A 的属性!
你能看到解决方案吗?
先感谢您。