We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
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 thetest
scope.For an example, have a look at the Licenses of the Project Dependencies of the Maven Site Plugin.
另请查看 License Maven 插件 。
许可证:add-third-party
goal 可用于创建与每个依赖项关联的许可证列表。该目标还提供了允许您指定有关丢失许可证的信息的功能。
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.mvn site
在依赖项下包含这样的概述,不是吗?mvn site
includes such an overview under dependencies, doesn't it?