<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Maven on 我的乐与怒</title>
    <link>/tags/maven/</link>
    <description>Recent content in Maven on 我的乐与怒</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-cn</language>
    <lastBuildDate>Thu, 16 Dec 2021 17:36:00 +0000</lastBuildDate><atom:link href="/tags/maven/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Maven的POM文件</title>
      <link>/post/2021-12-16-introduction-pom/</link>
      <pubDate>Thu, 16 Dec 2021 17:36:00 +0000</pubDate>
      
      <guid>/post/2021-12-16-introduction-pom/</guid>
      <description>根POM pom.xml文件包含了项目的信息和配置细节,指导Maven 如何进行构建.他通过继承根 pom来载入Maven的默认配置, 在这个文件中包含了大部分项目会使用到的默认值. 比如对target目录的定义,源文件src/main/java以及测试代码源文件src/test/java</description>
    </item>
    
  </channel>
</rss>
