maven - pom.xml 文件中 <developers> 标签的用途是什么

标签 maven pom.xml

<分区>

使用“developers”有什么特别的意义吗 pom.xml 文件中的标记,或者我们只是用它来列出项目的开发人员。

最佳答案

来自 Maven 文档,

All projects consist of files that were created, at some time, by a person. Like the other systems that surround a project, so to do the people involved with a project have a stake in the project. Developers are presumably members of the project's core development. Note that, although an organization may have many developers (programmers) as members, it is not good form to list them all as developers, but only those who are immediately responsible for the code. A good rule of thumb is, if the person should not be contacted about the project, they need not be listed here.

引用https://maven.apache.org/pom.html#Developers获取更多信息。

来源:Are there rules for valid Maven developer roles?

关于maven - pom.xml 文件中 <developers> 标签的用途是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29713254/

相关文章:

java - 为什么 Maven Surefire 甚至没有运行?

maven - 严重: A child container failed during start java. util.concurrent.ExecutionException : org. apache.catalina.LifecycleException

Maven 找不到依赖项 [dependencyResolutionException]

java - 在多模块 Maven 项目中共享公共(public)模块

java - 我如何获得一个完全解析的 pom 文件模型?

maven - mvn全新安装可以运行,但是intellij无法编译项目

Maven Javadoc 'Cannot find default setter' 失败

java - 是否可以在子模块中使用 "extend"配置文件?

java - 谷歌云构建器 - Java 版本

java - Maven cli 给出语法错误,但在 eclipse 中没问题。 java语法正确吗?真奇怪