Maven 报告您的项目所依赖的许可证

发布于 2024-08-26 06:47:10 字数 1539 浏览 4 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

相权↑美人 2024-09-02 06:47:10

Maven 项目信息报告插件 可用于生成项目依赖项报告列出了所有依赖项,并按许可证对它们进行分组

project-info-reports:dependencies goal 可用于生成单独的报告,但它应该用作 Maven 报告,并且实际上是默认提供的(请参阅 配置报告)在 test 范围内为项目生成站点时。

例如,查看许可证 Maven 站点插件的项目依赖项

The Maven Project Info Reports Plugin can be used to generate a Project Dependencies report that lists all dependencies and also groups them by licenses.

The project-info-reports:dependencies goal can be used to generate an individual report but it should be used as a Maven report and is actually provided by default (see Configuring Reports) when generating the site for the project in the test scope.

For an example, have a look at the Licenses of the Project Dependencies of the Maven Site Plugin.

梅窗月明清似水 2024-09-02 06:47:10

另请查看 License Maven 插件许可证:add-third-partygoal 可用于创建与每个依赖项关联的许可证列表。该目标还提供了允许您指定有关丢失许可证的信息的功能。

Also take a look at License Maven Plugin . The license:add-third-party goal can be used to create a list of licenses associated with each dependency. The goal also provides functionality to allow you specify information about missing licenses.

路弥 2024-09-02 06:47:10

mvn site 在依赖项下包含这样的概述,不是吗?

mvn site includes such an overview under dependencies, doesn't it?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文