Maven 项目构建成功 - 生成项目站点文档和依赖信息报告
[INFO] Scanning for projects...
[INFO]
[INFO] --------------------------< com.example:demo >--------------------------
[INFO] Building demo y
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-site-plugin:3.7.1:site (default-site) @ demo ---
[WARNING] Report plugin org.apache.maven.plugins:maven-project-info-reports-plugin has an empty version.
[WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.2
[INFO] 15 reports detected for maven-project-info-reports-plugin:3.4.2: ci-management, dependencies, dependency-info, dependency-management, distribution-management, index, issue-management, licenses, mailing-lists, modules, plugin-management, plugins, scm, summary, team
[INFO] Rendering site with default locale English (en)
[INFO] Relativizing decoration links with respect to localized project URL: http://www.example.com
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.2 skin.
[INFO] Generating 'Dependencies' report --- maven-project-info-reports-plugin:3.4.2:dependencies
[INFO] Generating 'Dependency Information' report --- maven-project-info-reports-plugin:3.4.2:dependency-info
[INFO] Generating 'About' report --- maven-project-info-reports-plugin:3.4.2:index
[INFO] Generating 'Plugin Management' report --- maven-project-info-reports-plugin:3.4.2:plugin-management
[INFO] Generating 'Plugins' report --- maven-project-info-reports-plugin:3.4.2:plugins
[INFO] Generating 'Summary' report --- maven-project-info-reports-plugin:3.4.2:summary
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.934 s
[INFO] Finished at: 2023-04-04T21:23:39+08:00
[INFO] ------------------------------------------------------------------------
这段提到的插件和组件分别是什么内容:
插件:
- maven-site-plugin:3.7.1 - 用于生成项目站点文档的插件。
- maven-project-info-reports-plugin:3.4.2 - 用于生成关于项目依赖、插件、版本等信息的报告的插件。
组件:
- maven-default-skin:1.2 - 用于渲染站点文档的默认皮肤组件。
原文地址: https://www.cveoy.top/t/topic/mZyC 著作权归作者所有。请勿转载和采集!