且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Maven依赖项:树未显示所有传递依赖项

更新时间:2022-06-12 22:20:28

WAR在归档文件中包含其依赖项,这就是Maven不会根据WAR工件将其传递给其他工件的原因.

A WAR includes its dependencies inside the archive, that's why Maven does not propagate them transitively to other artifacts depending on the WAR artifact.