pom.xml 文件详解

今天重新配置了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>
复制代码

 

 

 

 

 

 

 

 

posted @   靠谱杨  阅读(303)  评论(0编辑  收藏  举报
编辑推荐:
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
阅读排行:
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· AI技术革命,工作效率10个最佳AI工具

喜欢请打赏

扫描二维码打赏

了解更多

点击右上角即可分享
微信分享提示