pom.xml 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <groupId>com.ydtech</groupId>
  7. <artifactId>insagent</artifactId>
  8. <version>0.0.2</version>
  9. <packaging>jar</packaging>
  10. <parent>
  11. <groupId>org.springframework.boot</groupId>
  12. <artifactId>spring-boot-starter-parent</artifactId>
  13. <version>2.5.14</version>
  14. <relativePath/>
  15. </parent>
  16. <properties>
  17. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  18. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  19. <java.version>1.8</java.version>
  20. <druid.version>1.2.6</druid.version>
  21. <fastjson.version>1.2.58</fastjson.version>
  22. <kaptcha.version>0.0.9</kaptcha.version>
  23. <mapstruct.version>1.5.4.Final</mapstruct.version>
  24. </properties>
  25. <dependencies>
  26. <dependency>
  27. <groupId>org.springframework.boot</groupId>
  28. <artifactId>spring-boot-starter-web</artifactId>
  29. </dependency>
  30. <!-- <dependency>-->
  31. <!-- <groupId>org.springframework.boot</groupId>-->
  32. <!-- <artifactId>spring-boot-starter-log4j</artifactId>-->
  33. <!-- <version>1.3.8.RELEASE</version>-->
  34. <!-- </dependency>-->
  35. <!-- <dependency>-->
  36. <!-- <groupId>org.springframework.boot</groupId>-->
  37. <!-- <artifactId>spring-boot-starter-tomcat</artifactId>-->
  38. <!-- &lt;!&ndash;打包的时候可以不用包进去,别的设施会提供。事实上该依赖理论上可以参与编译,测试,运行等周期。-->
  39. <!-- 相当于compile,但是打包阶段做了exclude操作&ndash;&gt;-->
  40. <!-- <scope>provided</scope>-->
  41. <!-- </dependency>-->
  42. <!--spring切面aop依赖-->
  43. <dependency>
  44. <groupId>org.springframework.boot</groupId>
  45. <artifactId>spring-boot-starter-aop</artifactId>
  46. </dependency>
  47. <!--数据库相关-->
  48. <!--
  49. <dependency>
  50. <groupId>org.springframework</groupId>
  51. <artifactId>spring-jdbc</artifactId>
  52. <version>4.2.5.RELEASE</version>
  53. </dependency>
  54. -->
  55. <!--SpringBoot 使用 JDBCTemplate 引用下面这个包才会自动注入,不要引用上面按个-->
  56. <dependency>
  57. <groupId>org.springframework.boot</groupId>
  58. <artifactId>spring-boot-starter-jdbc</artifactId>
  59. </dependency>
  60. <dependency>
  61. <groupId>com.github.drinkjava2</groupId>
  62. <artifactId>jdialects</artifactId>
  63. <version>1.0.7</version> <!--或Maven最新版-->
  64. </dependency>
  65. <!-- 加入p6spy -->
  66. <!-- <dependency>-->
  67. <!-- <groupId>p6spy</groupId>-->
  68. <!-- <artifactId>p6spy</artifactId>-->
  69. <!-- <version>3.8.5</version>-->
  70. <!-- </dependency>-->
  71. <!-- kaptcha -->
  72. <dependency>
  73. <groupId>com.github.axet</groupId>
  74. <artifactId>kaptcha</artifactId>
  75. <version>${kaptcha.version}</version>
  76. </dependency>
  77. <!-- mysql -->
  78. <!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java -->
  79. <dependency>
  80. <groupId>mysql</groupId>
  81. <artifactId>mysql-connector-java</artifactId>
  82. <scope>runtime</scope>
  83. </dependency>
  84. <dependency>
  85. <groupId>com.alibaba</groupId>
  86. <artifactId>druid-spring-boot-starter</artifactId>
  87. <version>${druid.version}</version>
  88. </dependency>
  89. <!-- Druid 依赖 log4j包 -->
  90. <dependency>
  91. <groupId>log4j</groupId>
  92. <artifactId>log4j</artifactId>
  93. <version>1.2.17</version>
  94. </dependency>
  95. <!-- druid -->
  96. <!-- <dependency>-->
  97. <!-- <groupId>com.alibaba</groupId>-->
  98. <!-- <artifactId>druid-spring-boot-starter</artifactId>-->
  99. <!-- <version>${druid.version}</version>-->
  100. <!-- </dependency>-->
  101. <!-- <dependency>-->
  102. <!-- <groupId>com.alibaba</groupId>-->
  103. <!-- <artifactId>druid</artifactId>-->
  104. <!-- <version>1.1.10</version>-->
  105. <!-- </dependency>-->
  106. <!-- -->
  107. <!-- &lt;!&ndash; swagger &ndash;&gt;-->
  108. <!-- <dependency>-->
  109. <!-- <groupId>io.springfox</groupId>-->
  110. <!-- <artifactId>springfox-swagger2</artifactId>-->
  111. <!-- <version>${swagger.version}</version>-->
  112. <!-- <exclusions>-->
  113. <!-- <exclusion>-->
  114. <!-- <groupId>org.mapstruct</groupId>-->
  115. <!-- <artifactId>mapstruct</artifactId>-->
  116. <!-- </exclusion>-->
  117. <!-- </exclusions>-->
  118. <!-- </dependency>-->
  119. <!-- <dependency>-->
  120. <!-- <groupId>io.springfox</groupId>-->
  121. <!-- <artifactId>springfox-swagger-ui</artifactId>-->
  122. <!-- <version>${swagger.version}</version>-->
  123. <!-- </dependency>-->
  124. <!--引入Knife4j的官方start包,Swagger2基于Springfox2.10.5项目-->
  125. <dependency>
  126. <groupId>com.github.xiaoymin</groupId>
  127. <!--使用Swagger2-->
  128. <artifactId>knife4j-spring-boot-starter</artifactId>
  129. <version>2.0.9</version>
  130. <exclusions>
  131. <exclusion>
  132. <groupId>org.mapstruct</groupId>
  133. <artifactId>mapstruct</artifactId>
  134. </exclusion>
  135. </exclusions>
  136. </dependency>
  137. <dependency>
  138. <groupId>org.springframework.plugin</groupId>
  139. <artifactId>spring-plugin-core</artifactId>
  140. <version>2.0.0.RELEASE</version>
  141. </dependency>
  142. <!-- <dependency>-->
  143. <!-- <groupId>org.springframework.plugin</groupId>-->
  144. <!-- <artifactId>spring-plugin-metadata</artifactId>-->
  145. <!-- <version>2.0.0.RELEASE</version>-->
  146. <!-- </dependency>-->
  147. <!-- fastjson -->
  148. <dependency>
  149. <groupId>com.alibaba</groupId>
  150. <artifactId>fastjson</artifactId>
  151. <version>${fastjson.version}</version>
  152. </dependency>
  153. <dependency>
  154. <groupId>joda-time</groupId>
  155. <artifactId>joda-time</artifactId>
  156. <version>2.10.5</version>
  157. </dependency>
  158. <dependency>
  159. <groupId>com.github.promeg</groupId>
  160. <artifactId>tinypinyin</artifactId>
  161. <version>2.0.3</version>
  162. </dependency>
  163. <!-- 爬虫开始 -->
  164. <!-- spider -->
  165. <dependency>
  166. <groupId>org.apache.httpcomponents</groupId>
  167. <artifactId>httpclient</artifactId>
  168. <version>4.5.6</version>
  169. </dependency>
  170. <dependency>
  171. <groupId>org.apache.httpcomponents</groupId>
  172. <artifactId>httpcore</artifactId>
  173. <version>4.4.10</version>
  174. </dependency>
  175. <dependency>
  176. <groupId>org.apache.httpcomponents</groupId>
  177. <artifactId>httpmime</artifactId>
  178. <version>4.5.6</version>
  179. </dependency>
  180. <!-- https://mvnrepository.com/artifact/redis.clients/jedis -->
  181. <dependency>
  182. <groupId>redis.clients</groupId>
  183. <artifactId>jedis</artifactId>
  184. <version>2.9.3</version>
  185. </dependency>
  186. <dependency>
  187. <groupId>com.google.code.gson</groupId>
  188. <artifactId>gson</artifactId>
  189. <version>2.8.5</version>
  190. <scope>compile</scope>
  191. </dependency>
  192. <dependency>
  193. <groupId>com.jayway.jsonpath</groupId>
  194. <artifactId>json-path</artifactId>
  195. <version>2.4.0</version>
  196. </dependency>
  197. <!-- https://mvnrepository.com/artifact/org.jsoup/jsoup -->
  198. <dependency>
  199. <groupId>org.jsoup</groupId>
  200. <artifactId>jsoup</artifactId>
  201. <version>1.10.3</version>
  202. </dependency>
  203. <dependency>
  204. <groupId>com.codeborne</groupId>
  205. <artifactId>selenide</artifactId>
  206. <version>4.7</version>
  207. <scope>test</scope>
  208. <exclusions>
  209. <exclusion>
  210. <groupId>org.seleniumhq.selenium</groupId>
  211. <artifactId>selenium</artifactId>
  212. </exclusion>
  213. <exclusion>
  214. <groupId>org.seleniumhq.selenium</groupId>
  215. <artifactId>selenium-support</artifactId>
  216. </exclusion>
  217. </exclusions>
  218. </dependency>
  219. <dependency>
  220. <groupId>org.seleniumhq.selenium</groupId>
  221. <artifactId>selenium-java</artifactId>
  222. <version>3.3.0</version>
  223. <!-- <version>2.53.1</version>-->
  224. </dependency>
  225. <dependency>
  226. <groupId>org.seleniumhq.selenium</groupId>
  227. <artifactId>selenium-chrome-driver</artifactId>
  228. <version>2.53.1</version>
  229. </dependency>
  230. <dependency>
  231. <groupId>org.seleniumhq.selenium</groupId>
  232. <artifactId>selenium-api</artifactId>
  233. <version>2.53.1</version>
  234. </dependency>
  235. <dependency>
  236. <groupId>org.seleniumhq.selenium</groupId>
  237. <artifactId>selenium-edge-driver</artifactId>
  238. <version>2.53.1</version>
  239. </dependency>
  240. <dependency>
  241. <groupId>org.seleniumhq.selenium</groupId>
  242. <artifactId>selenium-firefox-driver</artifactId>
  243. <version>2.53.1</version>
  244. </dependency>
  245. <dependency>
  246. <groupId>org.seleniumhq.selenium</groupId>
  247. <artifactId>selenium-ie-driver</artifactId>
  248. <version>2.53.1</version>
  249. </dependency>
  250. <dependency>
  251. <groupId>org.seleniumhq.selenium</groupId>
  252. <artifactId>selenium-remote-driver</artifactId>
  253. <version>2.53.1</version>
  254. </dependency>
  255. <dependency>
  256. <groupId>org.seleniumhq.selenium</groupId>
  257. <artifactId>selenium-safari-driver</artifactId>
  258. <version>2.53.1</version>
  259. </dependency>
  260. <dependency>
  261. <groupId>com.codeborne</groupId>
  262. <artifactId>phantomjsdriver</artifactId>
  263. <version>1.4.0</version>
  264. </dependency>
  265. <dependency>
  266. <groupId>org.seleniumhq.selenium</groupId>
  267. <artifactId>selenium-support</artifactId>
  268. <version>2.53.1</version>
  269. </dependency>
  270. <!-- EXCEL导出-->
  271. <dependency>
  272. <groupId>cn.afterturn</groupId>
  273. <artifactId>easypoi-base</artifactId>
  274. <version>4.1.2</version>
  275. </dependency>
  276. <dependency>
  277. <groupId>cn.afterturn</groupId>
  278. <artifactId>easypoi-web</artifactId>
  279. <version>4.1.2</version>
  280. </dependency>
  281. <dependency>
  282. <groupId>cn.afterturn</groupId>
  283. <artifactId>easypoi-annotation</artifactId>
  284. <version>4.1.2</version>
  285. </dependency>
  286. <dependency>
  287. <groupId>org.projectlombok</groupId>
  288. <artifactId>lombok</artifactId>
  289. </dependency>
  290. <!-- 分页插件 -->
  291. <dependency>
  292. <groupId>com.github.pagehelper</groupId>
  293. <artifactId>pagehelper-spring-boot-starter</artifactId>
  294. <version>1.4.6</version>
  295. <exclusions>
  296. <exclusion>
  297. <groupId>org.mybatis</groupId>
  298. <artifactId>mybatis</artifactId>
  299. </exclusion>
  300. <exclusion>
  301. <groupId>org.mybatis</groupId>
  302. <artifactId>mybatis-spring</artifactId>
  303. </exclusion>
  304. </exclusions>
  305. </dependency>
  306. <!--mybatis-->
  307. <dependency>
  308. <groupId>org.mybatis.spring.boot</groupId>
  309. <artifactId>mybatis-spring-boot-starter</artifactId>
  310. <version>2.3.0</version>
  311. </dependency>
  312. <!--mapper -->
  313. <dependency>
  314. <groupId>tk.mybatis</groupId>
  315. <artifactId>mapper-spring-boot-starter</artifactId>
  316. <version>2.1.5</version>
  317. </dependency>
  318. <!-- mybatis配置文件生成工具 -->
  319. <dependency>
  320. <groupId>org.mybatis.generator</groupId>
  321. <artifactId>mybatis-generator-core</artifactId>
  322. <version>1.4.2</version>
  323. <!-- <version>1.3.6</version>-->
  324. </dependency>
  325. <dependency>
  326. <groupId>javax.el</groupId>
  327. <artifactId>javax.el-api</artifactId>
  328. <version>3.0.0</version>
  329. </dependency>
  330. <!-- Hutool是一个小而全的Java工具类库 -->
  331. <dependency>
  332. <groupId>cn.hutool</groupId>
  333. <artifactId>hutool-all</artifactId>
  334. <version>5.7.7</version>
  335. </dependency>
  336. <!-- sftp连接 -->
  337. <dependency>
  338. <groupId>com.jcraft</groupId>
  339. <artifactId>jsch</artifactId>
  340. <version>0.1.54</version>
  341. </dependency>
  342. <!-- sftp连接 end-->
  343. <!-- xml接口请求 -->
  344. <dependency>
  345. <groupId>com.fasterxml.jackson.dataformat</groupId>
  346. <artifactId>jackson-dataformat-xml</artifactId>
  347. <version>2.9.0</version>
  348. </dependency>
  349. <dependency>
  350. <groupId>commons-httpclient</groupId>
  351. <artifactId>commons-httpclient</artifactId>
  352. <version>3.1</version>
  353. </dependency>
  354. <!-- xml接口请求 end -->
  355. <!-- &lt;!&ndash;类似redis的map&ndash;&gt;-->
  356. <!-- <dependency>-->
  357. <!-- <groupId>net.jodah</groupId>-->
  358. <!-- <artifactId>expiringmap</artifactId>-->
  359. <!-- <version>0.5.8</version>-->
  360. <!-- </dependency>-->
  361. <!--redis-->
  362. <dependency>
  363. <groupId>org.springframework.boot</groupId>
  364. <artifactId>spring-boot-starter-data-redis</artifactId>
  365. </dependency>
  366. <!-- https://mvnrepository.com/artifact/org.redisson/redisson -->
  367. <dependency>
  368. <groupId>org.redisson</groupId>
  369. <artifactId>redisson</artifactId>
  370. <version>3.23.3</version>
  371. </dependency>
  372. <dependency>
  373. <groupId>org.apache.commons</groupId>
  374. <artifactId>commons-pool2</artifactId>
  375. </dependency>
  376. <!--集成微信-->
  377. <dependency>
  378. <groupId>com.github.binarywang</groupId>
  379. <artifactId>weixin-java-mp</artifactId>
  380. <version>4.3.8.B</version>
  381. </dependency>
  382. <dependency>
  383. <groupId>org.springframework.boot</groupId>
  384. <artifactId>spring-boot-configuration-processor</artifactId>
  385. <optional>true</optional>
  386. </dependency>
  387. <!--集成 mybatis-plus -->
  388. <dependency>
  389. <groupId>com.baomidou</groupId>
  390. <artifactId>mybatis-plus-boot-starter</artifactId>
  391. <version>3.5.3.1</version>
  392. </dependency>
  393. <!-- 测试 -->
  394. <dependency>
  395. <groupId>org.springframework.boot</groupId>
  396. <artifactId>spring-boot-starter-test</artifactId>
  397. <scope>test</scope>
  398. </dependency>
  399. <dependency>
  400. <groupId>org.reflections</groupId>
  401. <artifactId>reflections</artifactId>
  402. <version>0.9.10</version>
  403. </dependency>
  404. <!-- <dependency>-->
  405. <!-- <groupId>org.junit.jupiter</groupId>-->
  406. <!-- <artifactId>junit-jupiter</artifactId>-->
  407. <!-- <version>5.9.1</version>-->
  408. <!-- </dependency>-->
  409. <!--thumbnailator图片处理-->
  410. <dependency>
  411. <groupId>net.coobird</groupId>
  412. <artifactId>thumbnailator</artifactId>
  413. <version>0.4.8</version>
  414. </dependency>
  415. <!--mapStruct依赖-->
  416. <dependency>
  417. <groupId>org.mapstruct</groupId>
  418. <artifactId>mapstruct</artifactId>
  419. <version>${mapstruct.version}</version>
  420. </dependency>
  421. <dependency>
  422. <groupId>org.mapstruct</groupId>
  423. <artifactId>mapstruct-processor</artifactId>
  424. <!-- <scope>provided</scope>-->
  425. <version>${mapstruct.version}</version>
  426. </dependency>
  427. <dependency>
  428. <groupId>junit</groupId>
  429. <artifactId>junit</artifactId>
  430. <version>4.13.2</version>
  431. <!-- <version>RELEASE</version>-->
  432. <scope>test</scope>
  433. </dependency>
  434. <!--集成logstash-->
  435. <dependency>
  436. <groupId>net.logstash.logback</groupId>
  437. <artifactId>logstash-logback-encoder</artifactId>
  438. <version>5.3</version>
  439. </dependency>
  440. <!-- 解决@NotEmpty注解不生效 spring-boot 2.3.0 版本以后需要加入 -->
  441. <dependency>
  442. <groupId>org.springframework.boot</groupId>
  443. <artifactId>spring-boot-starter-validation</artifactId>
  444. </dependency>
  445. <!-- Sa-Token 权限认证,在线文档:https://sa-token.cc -->
  446. <dependency>
  447. <groupId>cn.dev33</groupId>
  448. <artifactId>sa-token-spring-boot-starter</artifactId>
  449. <version>1.35.0.RC</version>
  450. </dependency>
  451. <!-- Sa-Token 整合 Redis (使用 jdk 默认序列化方式) -->
  452. <dependency>
  453. <groupId>cn.dev33</groupId>
  454. <artifactId>sa-token-redis</artifactId>
  455. <version>1.35.0.RC</version>
  456. </dependency>
  457. <dependency>
  458. <groupId>net.lingala.zip4j</groupId>
  459. <artifactId>zip4j</artifactId>
  460. <version>1.3.2</version>
  461. </dependency>
  462. <!-- rabbitmq依赖 -->
  463. <!-- <dependency>-->
  464. <!-- <groupId>org.springframework.boot</groupId>-->
  465. <!-- <artifactId>spring-boot-starter-amqp</artifactId>-->
  466. <!-- </dependency>-->
  467. </dependencies>
  468. <build>
  469. <!-- 应与application.properties(或application.yml)中context-path保持一致 -->
  470. <finalName>ROOT</finalName>
  471. <plugins>
  472. <plugin>
  473. <groupId>org.apache.maven.plugins</groupId>
  474. <artifactId>maven-jar-plugin</artifactId>
  475. <configuration>
  476. <!-- &lt;!&ndash;不打入jar包的文件类型或者路径&ndash;&gt;-->
  477. <!-- <excludes>-->
  478. <!-- <exclude>*.properties</exclude>-->
  479. <!-- <exclude>*.yml</exclude>-->
  480. <!-- <exclude>*.yaml</exclude>-->
  481. <!-- </excludes>-->
  482. <archive>
  483. <!-- <skipTests>true</skipTests>-->
  484. <manifest>
  485. <!-- 执行的主程序路径 -->
  486. <mainClass>com.ydtech.SpringInsApplication</mainClass>
  487. <!--是否要把第三方jar放到manifest的classpath中-->
  488. <addClasspath>true</addClasspath>
  489. <!--生成的manifest中classpath的前缀,因为要把第三方jar放到lib目录下,所以classpath的前缀是lib/-->
  490. <classpathPrefix>lib/</classpathPrefix>
  491. <!-- 打包时 MANIFEST.MF 文件不记录的时间戳版本 -->
  492. <useUniqueVersions>false</useUniqueVersions>
  493. </manifest>
  494. <manifestEntries>
  495. <!-- 在 Class-Path 下添加配置文件的路径 -->
  496. <Class-Path>config/</Class-Path>
  497. </manifestEntries>
  498. </archive>
  499. </configuration>
  500. </plugin>
  501. <plugin>
  502. <groupId>org.apache.maven.plugins</groupId>
  503. <artifactId>maven-dependency-plugin</artifactId>
  504. <executions>
  505. <execution>
  506. <id>copy</id>
  507. <phase>package</phase>
  508. <goals>
  509. <goal>copy-dependencies</goal>
  510. </goals>
  511. <configuration>
  512. <outputDirectory>${project.build.directory}/lib/</outputDirectory>
  513. </configuration>
  514. </execution>
  515. </executions>
  516. </plugin>
  517. <plugin>
  518. <groupId>org.apache.maven.plugins</groupId>
  519. <artifactId>maven-resources-plugin</artifactId>
  520. <version>3.1.0</version>
  521. </plugin>
  522. <!-- <plugin>-->
  523. <!-- <groupId>org.apache.maven.plugins</groupId>-->
  524. <!-- <artifactId>maven-compiler-plugin</artifactId>-->
  525. <!-- <version>3.1</version>-->
  526. <!-- <configuration>-->
  527. <!-- <fork>true</fork>-->
  528. <!-- <executable>C:/Program Files/Java/jdk1.8.0_351/bin/javac</executable>-->
  529. <!-- </configuration>-->
  530. <!-- </plugin>-->
  531. <!-- <plugin>-->
  532. <!-- <artifactId>maven-resources-plugin</artifactId>-->
  533. <!-- <executions>-->
  534. <!-- <execution>-->
  535. <!-- <id>copy-resources</id>-->
  536. <!-- <phase>package</phase>-->
  537. <!-- <goals>-->
  538. <!-- <goal>copy-resources</goal>-->
  539. <!-- </goals>-->
  540. <!-- <configuration>-->
  541. <!-- <resources>-->
  542. <!-- &lt;!&ndash;把配置文件打包到指定路径&ndash;&gt;-->
  543. <!-- <resource>-->
  544. <!-- <directory>src/main/resources/</directory>-->
  545. <!-- <includes>-->
  546. <!-- <include>*.properties</include>-->
  547. <!-- <include>*.yml</include>-->
  548. <!-- <exclude>*.yaml</exclude>-->
  549. <!-- </includes>-->
  550. <!-- </resource>-->
  551. <!-- </resources>-->
  552. <!-- <outputDirectory>${project.build.directory}/config</outputDirectory>-->
  553. <!-- </configuration>-->
  554. <!-- </execution>-->
  555. <!-- </executions>-->
  556. <!-- </plugin>-->
  557. </plugins>
  558. </build>
  559. </project>