maven project 下面的子元素列表和说明

This is a listing of the elements directly under the POM's project element. Notice that modelVersion contains 4.0.0. That is currently the only supported POM version for both Maven 2 & 3, and is always required.

    
    
  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
  4. http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6.  
  7. <!-- The Basics -->
  8. <groupId>...</groupId>
  9. <artifactId>...</artifactId>
  10. <version>...</version>
  11. <packaging>...</packaging>
  12. <dependencies>...</dependencies>
  13. <parent>...</parent>
  14. <dependencyManagement>...</dependencyManagement>
  15. <modules>...</modules>
  16. <properties>...</properties>
  17.  
  18. <!-- Build Settings -->
  19. <build>...</build>
  20. <reporting>...</reporting>
  21.  
  22. <!-- More Project Information -->
  23. <name>...</name>
  24. <description>...</description>
  25. <url>...</url>
  26. <inceptionYear>...</inceptionYear>
  27. <licenses>...</licenses>
  28. <organization>...</organization>
  29. <developers>...</developers>
  30. <contributors>...</contributors>
  31.  
  32. <!-- Environment Settings -->
  33. <issueManagement>...</issueManagement>
  34. <ciManagement>...</ciManagement>
  35. <mailingLists>...</mailingLists>
  36. <scm>...</scm>
  37. <prerequisites>...</prerequisites>
  38. <repositories>...</repositories>
  39. <pluginRepositories>...</pluginRepositories>
  40. <distributionManagement>...</distributionManagement>
  41. <profiles>...</profiles>
  42. </project>
详细解释清参考:https://maven.apache.org/pom.html#Quick_Overview
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值