maven
maven
Maven is a software project management and comprehension tool. Based on the concept of a Project Object Model (POM), Maven can manage a project’s build, reporting and documentation from a central piece of information.
Maven是一个软件项目管理和理解工具。基于根据项目对象模型(POM)的概念,Maven可以管理项目的从中心信息构建、报告和记录。
要浏览中央仓库的内容,maven 社区提供了一个 URL:http://search.maven.org/#browse。使用这个仓库,开发人员可以搜索所有可以获取的代码库。
http://search.maven.org/#browse https://mvnrepository.com/
Maven 引入外部依赖
在你的 pom.xml 文件<denpendencies></denpendencies>
节点中加入你要引用的文件信息:
1 | <dependency> |
IntelliJ IDEA 已经内建了对 Maven 的支持
https://www.runoob.com/maven/maven-intellij.html
Maven 项目文档
https://www.runoob.com/maven/maven-project-documents.html
修改 pom.xml,添加以下配置
1 | <project> |
在项目根目录下执行命令:mvn site
To be Continue…
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Sakurafeiyu'Blog!
评论