Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为我的 pom.xml 文件中定义的所有依赖项创建一个执行摘要,在这个摘要中我必须包括我的每个依赖项的许可类型。
有什么方法可以自动获取这些信息?也许一些Maven插件?还是可以让我获得此元数据的东西?
执行:
mvn project-info-reports:dependencies
将生成一个很好的报告target/site/dependencies.html
target/site/dependencies.html