Maven的项目pom.xml文件配置标签列表
Posted weiguangyue
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Maven的项目pom.xml文件配置标签列表相关的知识,希望对你有一定的参考价值。
maven项目的pom.xml文件配置项目众多,以下是可以配置的标签
<groupId>组织id
<artifactId>构件id
<version>版本号
<packaging>包类型
<name>名称
<url> ???
<description>描述文本
<developers>开发者信息
<properties>属性配置信息
<build>构件配置信息
<dependencies>依赖信息
<contributors>
<ciManagement>
<dependencyManagement>
<distributionManagement>
<inceptionYear>
<issueManagement>
<scm>
<repositories>
<reports>
<reporting>
<profiles>
<prerequisites>
<parent>
<modules>
<modelVersion>
<mailingLists>
<licenses>
以上是关于Maven的项目pom.xml文件配置标签列表的主要内容,如果未能解决你的问题,请参考以下文章