pom.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!--
  3. ~ Copyright (c) 2014, 2023, Chengdu Minto Technology Co.,LTD. All rights reserved.
  4. ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  5. -->
  6. <project xmlns="http://maven.apache.org/POM/4.0.0"
  7. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  8. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  9. <parent>
  10. <artifactId>tip-dependencies</artifactId>
  11. <groupId>com.minto</groupId>
  12. <version>2.1.0</version>
  13. <relativePath/>
  14. </parent>
  15. <modelVersion>4.0.0</modelVersion>
  16. <artifactId>tip-root</artifactId>
  17. <packaging>pom</packaging>
  18. <version>standard_V8.0_SP1_feature_M7</version>
  19. <organization>
  20. <name>成都明途科技有限公司</name>
  21. <url>https://www.mingto.net/</url>
  22. </organization>
  23. <developers>
  24. <developer>
  25. <id>huzy</id>
  26. <name>胡正宇</name>
  27. <email>2075904@gmail.com</email>
  28. </developer>
  29. </developers>
  30. <scm>
  31. <connection>scm:git@git.duchaduban.com:product/maven/tip-root.git</connection>
  32. <developerConnection>scm:git@git.duchaduban.com:product/maven/tip-root.git</developerConnection>
  33. <url>https://git.duchaduban.com/product/maven/tip-root</url>
  34. </scm>
  35. <issueManagement>
  36. <system>GitLab</system>
  37. <url>https://git.duchaduban.com/product/maven/tip-root/-/issues</url>
  38. </issueManagement>
  39. <properties>
  40. <tc-project.version>standard_V8.0_SP1_feature_M7</tc-project.version>
  41. <product.version>V8.0SP1</product.version>
  42. <tip-legend.version>2.1.0</tip-legend.version>
  43. </properties>
  44. <repositories>
  45. <repository>
  46. <id>nexus-minto</id>
  47. <name>nexus-minto</name>
  48. <url>http://maven.duchaduban.com:18081/repository/maven-public/</url>
  49. <releases>
  50. <enabled>true</enabled>
  51. </releases>
  52. <snapshots>
  53. <enabled>true</enabled>
  54. <updatePolicy>always</updatePolicy>
  55. </snapshots>
  56. </repository>
  57. </repositories>
  58. <dependencyManagement>
  59. <dependencies>
  60. <dependency>
  61. <groupId>com.minto</groupId>
  62. <artifactId>minto-tip-kernel</artifactId>
  63. <version>${tip-legend.version}</version>
  64. </dependency>
  65. <dependency>
  66. <groupId>com.minto</groupId>
  67. <artifactId>minto-tip-api</artifactId>
  68. <version>${tc-project.version}</version>
  69. </dependency>
  70. <dependency>
  71. <groupId>com.minto</groupId>
  72. <artifactId>minto-tap-common</artifactId>
  73. <version>${tc-project.version}</version>
  74. </dependency>
  75. <dependency>
  76. <groupId>com.minto</groupId>
  77. <artifactId>minto-tap-integration</artifactId>
  78. <version>${tc-project.version}</version>
  79. </dependency>
  80. <dependency>
  81. <groupId>com.minto</groupId>
  82. <artifactId>minto-tap-huaweicloud</artifactId>
  83. <version>${tc-project.version}</version>
  84. </dependency>
  85. <dependency>
  86. <groupId>com.minto</groupId>
  87. <artifactId>minto-tap-task</artifactId>
  88. <version>${tc-project.version}</version>
  89. </dependency>
  90. <dependency>
  91. <groupId>com.minto</groupId>
  92. <artifactId>minto-tap-collaboration</artifactId>
  93. <version>${tc-project.version}</version>
  94. </dependency>
  95. <dependency>
  96. <groupId>com.minto</groupId>
  97. <artifactId>minto-tap-bulletin</artifactId>
  98. <version>${tc-project.version}</version>
  99. </dependency>
  100. <dependency>
  101. <groupId>com.minto</groupId>
  102. <artifactId>minto-tap-crm</artifactId>
  103. <version>${tc-project.version}</version>
  104. </dependency>
  105. <dependency>
  106. <groupId>com.minto</groupId>
  107. <artifactId>minto-tap-project</artifactId>
  108. <version>${tc-project.version}</version>
  109. </dependency>
  110. <dependency>
  111. <groupId>com.minto</groupId>
  112. <artifactId>minto-tap-datareport</artifactId>
  113. <version>${tc-project.version}</version>
  114. </dependency>
  115. <dependency>
  116. <groupId>com.minto</groupId>
  117. <artifactId>minto-tap-datacenter</artifactId>
  118. <version>${tc-project.version}</version>
  119. </dependency>
  120. <dependency>
  121. <groupId>com.minto</groupId>
  122. <artifactId>minto-tap-work</artifactId>
  123. <version>${tc-project.version}</version>
  124. </dependency>
  125. <dependency>
  126. <groupId>com.minto</groupId>
  127. <artifactId>minto-tap-edoc</artifactId>
  128. <version>${tc-project.version}</version>
  129. </dependency>
  130. <dependency>
  131. <groupId>com.minto</groupId>
  132. <artifactId>minto-tap-ied</artifactId>
  133. <version>${tc-project.version}</version>
  134. </dependency>
  135. <dependency>
  136. <groupId>com.minto</groupId>
  137. <artifactId>minto-tap-performance</artifactId>
  138. <version>${tc-project.version}</version>
  139. </dependency>
  140. <dependency>
  141. <groupId>com.minto</groupId>
  142. <artifactId>minto-tap-goal</artifactId>
  143. <version>${tc-project.version}</version>
  144. </dependency>
  145. <dependency>
  146. <groupId>com.minto</groupId>
  147. <artifactId>minto-tap-systemhelp</artifactId>
  148. <version>${tc-project.version}</version>
  149. </dependency>
  150. <dependency>
  151. <groupId>com.minto</groupId>
  152. <artifactId>minto-tap-ext-seeyon</artifactId>
  153. <version>${tc-project.version}</version>
  154. </dependency>
  155. <dependency>
  156. <groupId>com.minto</groupId>
  157. <artifactId>minto-tip-auth</artifactId>
  158. <version>${tc-project.version}</version>
  159. </dependency>
  160. <dependency>
  161. <groupId>com.minto</groupId>
  162. <artifactId>minto-tip-common</artifactId>
  163. <version>${tc-project.version}</version>
  164. </dependency>
  165. <dependency>
  166. <groupId>com.minto</groupId>
  167. <artifactId>minto-tip-index</artifactId>
  168. <version>${tc-project.version}</version>
  169. </dependency>
  170. <dependency>
  171. <groupId>com.minto</groupId>
  172. <artifactId>minto-tip-matrix</artifactId>
  173. <version>${tc-project.version}</version>
  174. </dependency>
  175. <dependency>
  176. <groupId>com.minto</groupId>
  177. <artifactId>minto-tip-portal</artifactId>
  178. <version>${tc-project.version}</version>
  179. </dependency>
  180. <dependency>
  181. <groupId>com.minto</groupId>
  182. <artifactId>minto-tip-report</artifactId>
  183. <version>${tc-project.version}</version>
  184. </dependency>
  185. <dependency>
  186. <groupId>com.minto</groupId>
  187. <artifactId>minto-tip-schedule</artifactId>
  188. <version>${tc-project.version}</version>
  189. </dependency>
  190. <dependency>
  191. <groupId>com.minto</groupId>
  192. <artifactId>minto-tip-serial</artifactId>
  193. <version>${tc-project.version}</version>
  194. </dependency>
  195. <dependency>
  196. <groupId>com.minto</groupId>
  197. <artifactId>minto-tip-workflow</artifactId>
  198. <version>${tc-project.version}</version>
  199. </dependency>
  200. <dependency>
  201. <groupId>com.minto</groupId>
  202. <artifactId>minto-tap-workbrain</artifactId>
  203. <version>${tc-project.version}</version>
  204. </dependency>
  205. <dependency>
  206. <groupId>com.minto</groupId>
  207. <artifactId>minto-td-apps</artifactId>
  208. <version>${tc-project.version}</version>
  209. </dependency>
  210. <dependency>
  211. <groupId>com.minto</groupId>
  212. <artifactId>minto-tip-bff</artifactId>
  213. <version>${tc-project.version}</version>
  214. </dependency>
  215. <dependency>
  216. <groupId>com.minto</groupId>
  217. <artifactId>minto-td-common</artifactId>
  218. <version>${tc-project.version}</version>
  219. </dependency>
  220. <dependency>
  221. <groupId>com.minto</groupId>
  222. <artifactId>tip-test</artifactId>
  223. <version>${tip-legend.version}</version>
  224. </dependency>
  225. <dependency>
  226. <groupId>com.minto</groupId>
  227. <artifactId>tc-system-model</artifactId>
  228. <version>${tc-project.version}</version>
  229. </dependency>
  230. <dependency>
  231. <groupId>com.minto</groupId>
  232. <artifactId>tc-system-api</artifactId>
  233. <version>${tc-project.version}</version>
  234. </dependency>
  235. <dependency>
  236. <groupId>com.minto</groupId>
  237. <artifactId>tc-task-api</artifactId>
  238. <version>${tc-project.version}</version>
  239. </dependency>
  240. <dependency>
  241. <groupId>com.minto</groupId>
  242. <artifactId>tc-matrix-api</artifactId>
  243. <version>${tc-project.version}</version>
  244. </dependency>
  245. </dependencies>
  246. </dependencyManagement>
  247. <profiles>
  248. <profile>
  249. <id>prod-suite</id>
  250. <properties>
  251. <spring.active>prod-suite</spring.active>
  252. </properties>
  253. <build>
  254. <plugins>
  255. <plugin>
  256. <groupId>org.apache.maven.plugins</groupId>
  257. <artifactId>maven-war-plugin</artifactId>
  258. <configuration>
  259. <outputFileNameMapping>@{artifactId}@@{dashClassifier?}@.@{extension}@</outputFileNameMapping>
  260. </configuration>
  261. </plugin>
  262. </plugins>
  263. </build>
  264. </profile>
  265. <profile>
  266. <id>dev-suite</id>
  267. <properties>
  268. <spring.active>dev-suite</spring.active>
  269. </properties>
  270. <activation>
  271. <activeByDefault>true</activeByDefault>
  272. </activation>
  273. <build>
  274. <plugins>
  275. <plugin>
  276. <groupId>org.apache.maven.plugins</groupId>
  277. <artifactId>maven-compiler-plugin</artifactId>
  278. <configuration>
  279. <compilerArgument>-parameters</compilerArgument>
  280. <encoding>UTF-8</encoding>
  281. <source>11</source>
  282. <target>11</target>
  283. </configuration>
  284. </plugin>
  285. <plugin>
  286. <groupId>org.zeroturnaround</groupId>
  287. <artifactId>jrebel-maven-plugin</artifactId>
  288. <executions>
  289. <execution>
  290. <id>generate-rebel-xml</id>
  291. <phase>process-resources</phase>
  292. <goals>
  293. <goal>generate</goal>
  294. </goals>
  295. </execution>
  296. </executions>
  297. </plugin>
  298. </plugins>
  299. </build>
  300. </profile>
  301. <profile>
  302. <id>prod-microApp</id>
  303. <properties>
  304. <spring.active>prod-microApp</spring.active>
  305. </properties>
  306. <dependencies>
  307. <dependency>
  308. <groupId>com.minto</groupId>
  309. <artifactId>tip-cloud-spring-boot-starter</artifactId>
  310. </dependency>
  311. <dependency>
  312. <groupId>de.codecentric</groupId>
  313. <artifactId>spring-boot-admin-starter-client</artifactId>
  314. </dependency>
  315. <dependency>
  316. <groupId>com.minto</groupId>
  317. <artifactId>tip-prometheus-spring-boot-starter</artifactId>
  318. </dependency>
  319. <dependency>
  320. <groupId>io.seata</groupId>
  321. <artifactId>seata-spring-boot-starter</artifactId>
  322. </dependency>
  323. </dependencies>
  324. <build>
  325. <plugins>
  326. <plugin>
  327. <groupId>org.apache.maven.plugins</groupId>
  328. <artifactId>maven-war-plugin</artifactId>
  329. <configuration>
  330. <outputFileNameMapping>@{artifactId}@@{dashClassifier?}@.@{extension}@</outputFileNameMapping>
  331. </configuration>
  332. </plugin>
  333. </plugins>
  334. </build>
  335. </profile>
  336. <profile>
  337. <id>dev-microApp</id>
  338. <properties>
  339. <spring.active>dev-microApp</spring.active>
  340. </properties>
  341. <dependencies>
  342. <dependency>
  343. <groupId>com.minto</groupId>
  344. <artifactId>tip-cloud-spring-boot-starter</artifactId>
  345. </dependency>
  346. <dependency>
  347. <groupId>com.minto</groupId>
  348. <artifactId>tip-prometheus-spring-boot-starter</artifactId>
  349. </dependency>
  350. <dependency>
  351. <groupId>io.seata</groupId>
  352. <artifactId>seata-spring-boot-starter</artifactId>
  353. </dependency>
  354. </dependencies>
  355. </profile>
  356. </profiles>
  357. <modules>
  358. <module>tc-public</module>
  359. <module>tip-api</module>
  360. <!-- 可选模块-->
  361. <!-- 各个服务 -->
  362. <module>tc-service</module>
  363. <module>td-service</module>
  364. <module>tip-service</module>
  365. <!-- 聚合模块 -->
  366. <module>tip-bff</module>
  367. <!-- 前端 -->
  368. <module>tip-front</module>
  369. </modules>
  370. </project>