pom.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390
  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.2.2-SNAPSHOT</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_M12</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. <java.version>17</java.version>
  41. <maven.compiler.source>${java.version}</maven.compiler.source>
  42. <maven.compiler.target>${java.version}</maven.compiler.target>
  43. <tc-project.version>standard_V8.0_SP1_feature_M12</tc-project.version>
  44. <product.version>V8.0SP1</product.version>
  45. <tip-legend.version>2.2.2-SNAPSHOT</tip-legend.version>
  46. </properties>
  47. <repositories>
  48. <repository>
  49. <id>nexus-minto</id>
  50. <name>nexus-minto</name>
  51. <url>http://maven.duchaduban.com:18081/repository/maven-public/</url>
  52. <releases>
  53. <enabled>true</enabled>
  54. </releases>
  55. <snapshots>
  56. <enabled>true</enabled>
  57. <updatePolicy>always</updatePolicy>
  58. </snapshots>
  59. </repository>
  60. </repositories>
  61. <pluginRepositories>
  62. <pluginRepository>
  63. <id>nexus-minto</id>
  64. <url>http://maven.duchaduban.com:18081/repository/maven-public/</url>
  65. </pluginRepository>
  66. </pluginRepositories>
  67. <dependencyManagement>
  68. <dependencies>
  69. <dependency>
  70. <groupId>com.minto</groupId>
  71. <artifactId>minto-tip-kernel</artifactId>
  72. <version>${tip-legend.version}</version>
  73. </dependency>
  74. <dependency>
  75. <groupId>com.minto</groupId>
  76. <artifactId>minto-tip-api</artifactId>
  77. <version>${tc-project.version}</version>
  78. </dependency>
  79. <dependency>
  80. <groupId>com.minto</groupId>
  81. <artifactId>minto-tap-common</artifactId>
  82. <version>${tc-project.version}</version>
  83. </dependency>
  84. <dependency>
  85. <groupId>com.minto</groupId>
  86. <artifactId>minto-tap-integration</artifactId>
  87. <version>${tc-project.version}</version>
  88. </dependency>
  89. <dependency>
  90. <groupId>com.minto</groupId>
  91. <artifactId>minto-tap-huaweicloud</artifactId>
  92. <version>${tc-project.version}</version>
  93. </dependency>
  94. <dependency>
  95. <groupId>com.minto</groupId>
  96. <artifactId>minto-tap-task</artifactId>
  97. <version>${tc-project.version}</version>
  98. </dependency>
  99. <dependency>
  100. <groupId>com.minto</groupId>
  101. <artifactId>minto-tap-collaboration</artifactId>
  102. <version>${tc-project.version}</version>
  103. </dependency>
  104. <dependency>
  105. <groupId>com.minto</groupId>
  106. <artifactId>minto-tap-bulletin</artifactId>
  107. <version>${tc-project.version}</version>
  108. </dependency>
  109. <dependency>
  110. <groupId>com.minto</groupId>
  111. <artifactId>minto-tap-crm</artifactId>
  112. <version>${tc-project.version}</version>
  113. </dependency>
  114. <dependency>
  115. <groupId>com.minto</groupId>
  116. <artifactId>minto-tap-project</artifactId>
  117. <version>${tc-project.version}</version>
  118. </dependency>
  119. <dependency>
  120. <groupId>com.minto</groupId>
  121. <artifactId>minto-tap-datareport</artifactId>
  122. <version>${tc-project.version}</version>
  123. </dependency>
  124. <dependency>
  125. <groupId>com.minto</groupId>
  126. <artifactId>minto-tap-datacenter</artifactId>
  127. <version>${tc-project.version}</version>
  128. </dependency>
  129. <dependency>
  130. <groupId>com.minto</groupId>
  131. <artifactId>minto-tap-work</artifactId>
  132. <version>${tc-project.version}</version>
  133. </dependency>
  134. <dependency>
  135. <groupId>com.minto</groupId>
  136. <artifactId>minto-tap-edoc</artifactId>
  137. <version>${tc-project.version}</version>
  138. </dependency>
  139. <dependency>
  140. <groupId>com.minto</groupId>
  141. <artifactId>minto-tap-ied</artifactId>
  142. <version>${tc-project.version}</version>
  143. </dependency>
  144. <dependency>
  145. <groupId>com.minto</groupId>
  146. <artifactId>minto-tap-performance</artifactId>
  147. <version>${tc-project.version}</version>
  148. </dependency>
  149. <dependency>
  150. <groupId>com.minto</groupId>
  151. <artifactId>minto-tap-goal</artifactId>
  152. <version>${tc-project.version}</version>
  153. </dependency>
  154. <dependency>
  155. <groupId>com.minto</groupId>
  156. <artifactId>minto-tap-systemhelp</artifactId>
  157. <version>${tc-project.version}</version>
  158. </dependency>
  159. <dependency>
  160. <groupId>com.minto</groupId>
  161. <artifactId>minto-tap-ext-seeyon</artifactId>
  162. <version>${tc-project.version}</version>
  163. </dependency>
  164. <dependency>
  165. <groupId>com.minto</groupId>
  166. <artifactId>minto-tip-auth</artifactId>
  167. <version>${tc-project.version}</version>
  168. </dependency>
  169. <dependency>
  170. <groupId>com.minto</groupId>
  171. <artifactId>minto-tip-common</artifactId>
  172. <version>${tc-project.version}</version>
  173. </dependency>
  174. <dependency>
  175. <groupId>com.minto</groupId>
  176. <artifactId>minto-tip-index</artifactId>
  177. <version>${tc-project.version}</version>
  178. </dependency>
  179. <dependency>
  180. <groupId>com.minto</groupId>
  181. <artifactId>minto-tip-matrix</artifactId>
  182. <version>${tc-project.version}</version>
  183. </dependency>
  184. <dependency>
  185. <groupId>com.minto</groupId>
  186. <artifactId>minto-tip-portal</artifactId>
  187. <version>${tc-project.version}</version>
  188. </dependency>
  189. <dependency>
  190. <groupId>com.minto</groupId>
  191. <artifactId>minto-tip-report</artifactId>
  192. <version>${tc-project.version}</version>
  193. </dependency>
  194. <dependency>
  195. <groupId>com.minto</groupId>
  196. <artifactId>minto-tip-schedule</artifactId>
  197. <version>${tc-project.version}</version>
  198. </dependency>
  199. <dependency>
  200. <groupId>com.minto</groupId>
  201. <artifactId>tip-office</artifactId>
  202. <version>${tc-project.version}</version>
  203. </dependency>
  204. <dependency>
  205. <groupId>com.minto</groupId>
  206. <artifactId>minto-tip-serial</artifactId>
  207. <version>${tc-project.version}</version>
  208. </dependency>
  209. <dependency>
  210. <groupId>com.minto</groupId>
  211. <artifactId>minto-tip-workflow</artifactId>
  212. <version>${tc-project.version}</version>
  213. </dependency>
  214. <dependency>
  215. <groupId>com.minto</groupId>
  216. <artifactId>minto-tap-workbrain</artifactId>
  217. <version>${tc-project.version}</version>
  218. </dependency>
  219. <dependency>
  220. <groupId>com.minto</groupId>
  221. <artifactId>minto-td-apps</artifactId>
  222. <version>${tc-project.version}</version>
  223. </dependency>
  224. <dependency>
  225. <groupId>com.minto</groupId>
  226. <artifactId>minto-tip-bff</artifactId>
  227. <version>${tc-project.version}</version>
  228. </dependency>
  229. <dependency>
  230. <groupId>com.minto</groupId>
  231. <artifactId>minto-td-common</artifactId>
  232. <version>${tc-project.version}</version>
  233. </dependency>
  234. <dependency>
  235. <groupId>com.minto</groupId>
  236. <artifactId>tip-test</artifactId>
  237. <version>${tip-legend.version}</version>
  238. </dependency>
  239. <dependency>
  240. <groupId>com.minto</groupId>
  241. <artifactId>tc-system-model</artifactId>
  242. <version>${tc-project.version}</version>
  243. </dependency>
  244. <dependency>
  245. <groupId>com.minto</groupId>
  246. <artifactId>tc-system-api</artifactId>
  247. <version>${tc-project.version}</version>
  248. </dependency>
  249. <dependency>
  250. <groupId>com.minto</groupId>
  251. <artifactId>tc-task-api</artifactId>
  252. <version>${tc-project.version}</version>
  253. </dependency>
  254. <dependency>
  255. <groupId>com.minto</groupId>
  256. <artifactId>tc-matrix-api</artifactId>
  257. <version>${tc-project.version}</version>
  258. </dependency>
  259. </dependencies>
  260. </dependencyManagement>
  261. <profiles>
  262. <profile>
  263. <id>dev</id>
  264. <properties>
  265. <spring.active>dev</spring.active>
  266. </properties>
  267. <activation>
  268. <activeByDefault>true</activeByDefault>
  269. </activation>
  270. <build>
  271. <plugins>
  272. <plugin>
  273. <groupId>org.apache.maven.plugins</groupId>
  274. <artifactId>maven-compiler-plugin</artifactId>
  275. <configuration>
  276. <compilerArgument>-parameters</compilerArgument>
  277. <encoding>UTF-8</encoding>
  278. <source>${java.version}</source>
  279. <target>${java.version}</target>
  280. </configuration>
  281. </plugin>
  282. <plugin>
  283. <groupId>org.zeroturnaround</groupId>
  284. <artifactId>jrebel-maven-plugin</artifactId>
  285. <executions>
  286. <execution>
  287. <id>generate-rebel-xml</id>
  288. <phase>process-resources</phase>
  289. <goals>
  290. <goal>generate</goal>
  291. </goals>
  292. </execution>
  293. </executions>
  294. </plugin>
  295. </plugins>
  296. </build>
  297. </profile>
  298. <profile>
  299. <id>prod</id>
  300. <properties>
  301. <spring.active>prod</spring.active>
  302. </properties>
  303. <build>
  304. <plugins>
  305. <plugin>
  306. <groupId>org.apache.maven.plugins</groupId>
  307. <artifactId>maven-war-plugin</artifactId>
  308. <configuration>
  309. <outputFileNameMapping>@{artifactId}@@{dashClassifier?}@.@{extension}@</outputFileNameMapping>
  310. </configuration>
  311. </plugin>
  312. </plugins>
  313. </build>
  314. </profile>
  315. <profile>
  316. <id>suiteApp</id>
  317. <properties>
  318. <deploy.mode>suiteApp</deploy.mode>
  319. </properties>
  320. <activation>
  321. <activeByDefault>true</activeByDefault>
  322. </activation>
  323. </profile>
  324. <profile>
  325. <id>microApp</id>
  326. <properties>
  327. <deploy.mode>microApp</deploy.mode>
  328. </properties>
  329. <dependencies>
  330. <dependency>
  331. <groupId>com.minto</groupId>
  332. <artifactId>tip-cloud-spring-boot-starter</artifactId>
  333. </dependency>
  334. <dependency>
  335. <groupId>com.minto</groupId>
  336. <artifactId>tip-prometheus-spring-boot-starter</artifactId>
  337. </dependency>
  338. <dependency>
  339. <groupId>de.codecentric</groupId>
  340. <artifactId>spring-boot-admin-starter-client</artifactId>
  341. </dependency>
  342. <dependency>
  343. <groupId>io.seata</groupId>
  344. <artifactId>seata-spring-boot-starter</artifactId>
  345. </dependency>
  346. </dependencies>
  347. </profile>
  348. </profiles>
  349. <modules>
  350. <module>tc-public</module>
  351. <module>tip-api</module>
  352. <!-- 可选模块-->
  353. <!-- 各个服务 -->
  354. <module>tc-service</module>
  355. <module>td-service</module>
  356. <module>tip-service</module>
  357. <!-- 聚合模块 -->
  358. <module>tip-bff</module>
  359. <!-- 前端 -->
  360. <module>tip-front</module>
  361. </modules>
  362. </project>