<project xmlns="http://maven.apache.org/POM/4.0.0"

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xsi:schemaLocation="http://maven.apache.org/POM/4.0.0

http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

 

<!-- 基本设置 -->

<groupId>...</groupId>

<artifactId>...</artifactId>

<version>...</version>

<packaging>...</packaging>

<dependencies>...</dependencies>

<parent>...</parent>

<dependencyManagement>...</dependencyManagement>

<modules>...</modules>

<properties>...</properties>

 

<!-- 构建过程的设置 -->

<build>...</build>

<reporting>...</reporting>

 

<!-- 项目信息设置 -->

<name>...</name>

<description>...</description>

<url>...</url>

<inceptionYear>...</inceptionYear>

<licenses>...</licenses>

<organization>...</organization>

<developers>...</developers>

<contributors>...</contributors>

 

<!-- 环境设置 -->

<issueManagement>...</issueManagement>

<ciManagement>...</ciManagement>

<mailingLists>...</mailingLists>

<scm>...</scm>

<prerequisites>...</prerequisites>

<repositories>...</repositories>

<pluginRepositories>...</pluginRepositories>

<distributionManagement>...</distributionManagement>

<profiles>...</profiles>

</project>

最新文章

  1. 使用FP-Growth算法高效发现频繁项集【zz】
  2. npm常用命令小结
  3. Linux常用文件介绍
  4. 【CITE】5个最优秀的Java和C#代码转换工具
  5. iOS自学之NSOperation、NSOperationQueue、Background
  6. pd的django个人博客教程----1:效果展示等
  7. android获取存储卡使用情况
  8. 试图解释下ERP
  9. haproxy1.7编译安装配置
  10. hadoop源码学习(二)之ZooKeeper
  11. javap指令
  12. 如何用Python写一个每分每时每天的定时程序
  13. python笔记2-数据类型:列表[List]常用操作
  14. wxPython:消息对话框MessageDialog
  15. was修改控制台端口教程
  16. js中获取事件对象的方法小结
  17. 用 React 整合 LogEntries JavaScript 库
  18. Maven Dependency错误——下载失败问题解决方案
  19. 审计系统---paramiko模块学习
  20. Fiddler+Firefox

热门文章

  1. Hive语法
  2. eclipse快捷键及设置
  3. HighCharts之2D圆环图
  4. Java中常见的Exception种类
  5. java.lang.NullPointerException: No FileItemFactory has been set.
  6. 书籍--嵌入式Linux驱动开发
  7. 使用 github 做代码管理,知道这些就够了
  8. 用python帮朋友刷帖
  9. manacher模板(manacher)
  10. 【HAOI2015】树上操作(树链剖分)