首页 > 其他 > 详细

pom.xml 文件详解

时间:2021-09-21 17:35:32      阅读:12      评论:0      收藏:0      [点我收藏+]

今天重新配置了hadoop和hbase

学习了maven并配置了IDEA的maven

pom.xml详解:

https://blog.csdn.net/jk418756/article/details/87917776

完整的:

 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/maven-v4_0_0.xsd">
 5   <modelVersion>4.0.0</modelVersion>
 6   <!– The Basics –>
 7   <groupId></groupId>
 8   <artifactId></artifactId>
 9   <version></version>
10   <packaging></packaging>
11   <dependencies></dependencies>
12   <parent></parent>
13   <dependencyManagement></dependencyManagement>
14   <modules></modules>
15   <properties></properties>
16   <!– Build Settings –>
17   <build></build>
18   <reporting></reporting>
19   <!– More Project Information –>
20   <name></name>
21   <description></description>
22   <url></url>
23   <inceptionYear></inceptionYear>
24   <licenses></licenses>
25   <organization></organization>
26   <developers></developers>
27   <contributors></contributors>
28   <!– Environment Settings –>
29   <issueManagement></issueManagement>
30   <ciManagement></ciManagement>
31   <mailingLists></mailingLists>
32   <scm></scm>
33   <prerequisites></prerequisites>
34   <repositories></repositories>
35   <pluginRepositories></pluginRepositories>
36   <distributionManagement></distributionManagement>
37   <profiles></profiles>
38 </project>

 技术分享图片

 

 技术分享图片

 

 技术分享图片

 

 技术分享图片

 

pom.xml 文件详解

原文:https://www.cnblogs.com/rainbow-1/p/15310132.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!