pom.xml 29 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000
  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>o2oa</groupId>
  6. <artifactId>o2server</artifactId>
  7. <version>4.0.5</version>
  8. <packaging>pom</packaging>
  9. <modules>
  10. <module>x_base_core_project</module>
  11. <module>x_attendance_assemble_control</module>
  12. <module>x_attendance_core_entity</module>
  13. <module>x_bbs_core_entity</module>
  14. <module>x_calendar_core_entity</module>
  15. <module>x_cms_core_entity</module>
  16. <!--module>x_collaboration_core_entity</module -->
  17. <module>x_component_core_entity</module>
  18. <module>x_file_core_entity</module>
  19. <module>x_general_core_entity</module>
  20. <module>x_hotpic_core_entity</module>
  21. <module>x_meeting_core_entity</module>
  22. <module>x_message_core_entity</module>
  23. <module>x_mind_core_entity</module>
  24. <module>x_okr_core_entity</module>
  25. <module>x_organization_core_entity</module>
  26. <module>x_portal_core_entity</module>
  27. <module>x_processplatform_core_entity</module>
  28. <module>x_query_core_entity</module>
  29. <module>x_teamwork_core_entity</module>
  30. <module>x_program_center_core_entity</module>
  31. <!--module>x_collaboration_core_message</module -->
  32. <module>x_organization_core_express</module>
  33. <module>x_query_core_express</module>
  34. <module>x_bbs_assemble_control</module>
  35. <module>x_calendar_assemble_control</module>
  36. <module>x_cms_assemble_control</module>
  37. <!--module>x_collaboration_assemble_websocket</module -->
  38. <!--module>x_collaboration_service_message</module -->
  39. <module>x_component_assemble_control</module>
  40. <module>x_file_assemble_control</module>
  41. <module>x_general_assemble_control</module>
  42. <module>x_hotpic_assemble_control</module>
  43. <module>x_meeting_assemble_control</module>
  44. <module>x_message_assemble_communicate</module>
  45. <module>x_mind_assemble_control</module>
  46. <module>x_okr_assemble_control</module>
  47. <module>x_organization_assemble_authentication</module>
  48. <module>x_organization_assemble_control</module>
  49. <module>x_organization_assemble_express</module>
  50. <module>x_organization_assemble_personal</module>
  51. <module>x_portal_assemble_designer</module>
  52. <module>x_portal_assemble_surface</module>
  53. <module>x_processplatform_assemble_bam</module>
  54. <module>x_processplatform_assemble_designer</module>
  55. <module>x_processplatform_assemble_surface</module>
  56. <module>x_processplatform_service_processing</module>
  57. <module>x_query_assemble_designer</module>
  58. <module>x_query_assemble_surface</module>
  59. <module>x_query_service_processing</module>
  60. <module>x_teamwork_assemble_control</module>
  61. <module>x_program_center</module>
  62. <module>x_console</module>
  63. </modules>
  64. <properties>
  65. <maven.compiler.source>1.8</maven.compiler.source>
  66. <maven.compiler.target>1.8</maven.compiler.target>
  67. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  68. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  69. </properties>
  70. <dependencies>
  71. <dependency>
  72. <groupId>javax</groupId>
  73. <artifactId>javaee-api</artifactId>
  74. <version>7.0</version>
  75. <scope>provided</scope>
  76. </dependency>
  77. <dependency>
  78. <groupId>com.google.code.gson</groupId>
  79. <artifactId>gson</artifactId>
  80. <version>2.8.5</version>
  81. <scope>provided</scope>
  82. </dependency>
  83. <dependency>
  84. <groupId>org.apache.openjpa</groupId>
  85. <artifactId>openjpa</artifactId>
  86. <version>3.0.0</version>
  87. <scope>provided</scope>
  88. </dependency>
  89. <dependency>
  90. <groupId>org.apache.commons</groupId>
  91. <artifactId>commons-lang3</artifactId>
  92. <version>3.8</version>
  93. <scope>provided</scope>
  94. </dependency>
  95. <dependency>
  96. <groupId>commons-cli</groupId>
  97. <artifactId>commons-cli</artifactId>
  98. <version>1.4</version>
  99. <scope>provided</scope>
  100. </dependency>
  101. <dependency>
  102. <groupId>commons-beanutils</groupId>
  103. <artifactId>commons-beanutils</artifactId>
  104. <version>1.9.3</version>
  105. <scope>provided</scope>
  106. </dependency>
  107. <dependency>
  108. <groupId>commons-net</groupId>
  109. <artifactId>commons-net</artifactId>
  110. <version>3.6</version>
  111. <scope>provided</scope>
  112. </dependency>
  113. <dependency>
  114. <groupId>org.apache.commons</groupId>
  115. <artifactId>commons-math3</artifactId>
  116. <version>3.6.1</version>
  117. <scope>provided</scope>
  118. </dependency>
  119. <dependency>
  120. <groupId>org.apache.commons</groupId>
  121. <artifactId>commons-collections4</artifactId>
  122. <version>4.1</version>
  123. <scope>provided</scope>
  124. </dependency>
  125. <dependency>
  126. <groupId>commons-codec</groupId>
  127. <artifactId>commons-codec</artifactId>
  128. <version>1.11</version>
  129. <scope>provided</scope>
  130. </dependency>
  131. <dependency>
  132. <groupId>commons-io</groupId>
  133. <artifactId>commons-io</artifactId>
  134. <version>2.6</version>
  135. <scope>provided</scope>
  136. </dependency>
  137. <dependency>
  138. <groupId>org.apache.commons</groupId>
  139. <artifactId>commons-vfs2</artifactId>
  140. <version>2.2</version>
  141. <scope>provided</scope>
  142. </dependency>
  143. <dependency>
  144. <groupId>org.apache.commons</groupId>
  145. <artifactId>commons-dbcp2</artifactId>
  146. <version>2.6.0</version>
  147. <scope>provided</scope>
  148. </dependency>
  149. <dependency>
  150. <groupId>org.apache.commons</groupId>
  151. <artifactId>commons-pool2</artifactId>
  152. <version>2.6.2</version>
  153. <scope>provided</scope>
  154. </dependency>
  155. <dependency>
  156. <groupId>org.apache.commons</groupId>
  157. <artifactId>commons-text</artifactId>
  158. <version>1.6</version>
  159. <scope>provided</scope>
  160. </dependency>
  161. <dependency>
  162. <groupId>org.eclipse.jetty</groupId>
  163. <artifactId>jetty-server</artifactId>
  164. <version>9.3.25.v20180904</version>
  165. <scope>provided</scope>
  166. </dependency>
  167. <dependency>
  168. <groupId>org.eclipse.jetty</groupId>
  169. <artifactId>jetty-deploy</artifactId>
  170. <version>9.3.25.v20180904</version>
  171. <scope>provided</scope>
  172. </dependency>
  173. <dependency>
  174. <groupId>org.eclipse.jetty</groupId>
  175. <artifactId>jetty-annotations</artifactId>
  176. <version>9.3.25.v20180904</version>
  177. <scope>provided</scope>
  178. </dependency>
  179. <dependency>
  180. <groupId>org.eclipse.jetty</groupId>
  181. <artifactId>jetty-quickstart</artifactId>
  182. <version>9.4.18.v20190429</version>
  183. <scope>provided</scope>
  184. </dependency>
  185. <dependency>
  186. <groupId>com.google.zxing</groupId>
  187. <artifactId>core</artifactId>
  188. <version>3.3.3</version>
  189. <scope>provided</scope>
  190. </dependency>
  191. <dependency>
  192. <groupId>org.apache.ftpserver</groupId>
  193. <artifactId>ftpserver-core</artifactId>
  194. <version>1.1.1</version>
  195. <scope>provided</scope>
  196. </dependency>
  197. <dependency>
  198. <groupId>org.apache.ftpserver</groupId>
  199. <artifactId>ftplet-api</artifactId>
  200. <version>1.1.1</version>
  201. <scope>provided</scope>
  202. </dependency>
  203. <dependency>
  204. <groupId>org.apache.cxf</groupId>
  205. <artifactId>cxf-core</artifactId>
  206. <version>3.2.7</version>
  207. <scope>provided</scope>
  208. </dependency>
  209. <dependency>
  210. <groupId>org.apache.cxf</groupId>
  211. <artifactId>cxf-rt-bindings-soap</artifactId>
  212. <version>3.2.7</version>
  213. <scope>provided</scope>
  214. </dependency>
  215. <dependency>
  216. <groupId>org.apache.cxf</groupId>
  217. <artifactId>cxf-rt-databinding-jaxb</artifactId>
  218. <version>3.2.7</version>
  219. <scope>provided</scope>
  220. </dependency>
  221. <dependency>
  222. <groupId>org.apache.cxf</groupId>
  223. <artifactId>cxf-rt-frontend-jaxws</artifactId>
  224. <version>3.2.7</version>
  225. <scope>provided</scope>
  226. </dependency>
  227. <dependency>
  228. <groupId>org.apache.cxf</groupId>
  229. <artifactId>cxf-rt-frontend-simple</artifactId>
  230. <version>3.2.7</version>
  231. <scope>provided</scope>
  232. </dependency>
  233. <dependency>
  234. <groupId>org.apache.cxf</groupId>
  235. <artifactId>cxf-rt-transports-http</artifactId>
  236. <version>3.2.7</version>
  237. <scope>provided</scope>
  238. </dependency>
  239. <dependency>
  240. <groupId>org.apache.cxf</groupId>
  241. <artifactId>cxf-rt-wsdl</artifactId>
  242. <version>3.2.7</version>
  243. <scope>provided</scope>
  244. </dependency>
  245. <dependency>
  246. <groupId>org.apache.poi</groupId>
  247. <artifactId>poi</artifactId>
  248. <version>4.0.1</version>
  249. <scope>provided</scope>
  250. </dependency>
  251. <dependency>
  252. <groupId>org.apache.poi</groupId>
  253. <artifactId>poi-ooxml</artifactId>
  254. <version>4.0.1</version>
  255. <scope>provided</scope>
  256. </dependency>
  257. <dependency>
  258. <groupId>org.apache.poi</groupId>
  259. <artifactId>poi-scratchpad</artifactId>
  260. <version>4.0.1</version>
  261. <scope>provided</scope>
  262. </dependency>
  263. <dependency>
  264. <groupId>fr.opensagres.xdocreport</groupId>
  265. <artifactId>fr.opensagres.poi.xwpf.converter.core</artifactId>
  266. <version>2.0.1</version>
  267. <scope>provided</scope>
  268. </dependency>
  269. <dependency>
  270. <groupId>fr.opensagres.xdocreport</groupId>
  271. <artifactId>fr.opensagres.poi.xwpf.converter.xhtml</artifactId>
  272. <version>2.0.1</version>
  273. <scope>provided</scope>
  274. </dependency>
  275. <dependency>
  276. <groupId>org.apache.tika</groupId>
  277. <artifactId>tika-core</artifactId>
  278. <version>1.20</version>
  279. <scope>provided</scope>
  280. </dependency>
  281. <dependency>
  282. <groupId>org.apache.tika</groupId>
  283. <artifactId>tika-parsers</artifactId>
  284. <version>1.20</version>
  285. <scope>provided</scope>
  286. </dependency>
  287. <dependency>
  288. <groupId>org.apache.pdfbox</groupId>
  289. <artifactId>pdfbox</artifactId>
  290. <version>2.0.13</version>
  291. <scope>provided</scope>
  292. </dependency>
  293. <dependency>
  294. <groupId>net.sourceforge.tess4j</groupId>
  295. <artifactId>tess4j</artifactId>
  296. <version>4.3.0</version>
  297. <scope>provided</scope>
  298. </dependency>
  299. <dependency>
  300. <groupId>org.apache.httpcomponents</groupId>
  301. <artifactId>httpclient</artifactId>
  302. <version>4.5.6</version>
  303. <scope>provided</scope>
  304. </dependency>
  305. <dependency>
  306. <groupId>org.apache.httpcomponents</groupId>
  307. <artifactId>httpmime</artifactId>
  308. <version>4.5.6</version>
  309. <scope>provided</scope>
  310. </dependency>
  311. <dependency>
  312. <groupId>io.github.classgraph</groupId>
  313. <artifactId>classgraph</artifactId>
  314. <version>4.6.18</version>
  315. <scope>provided</scope>
  316. </dependency>
  317. <dependency>
  318. <groupId>org.apache.ant</groupId>
  319. <artifactId>ant</artifactId>
  320. <version>1.10.5</version>
  321. <scope>provided</scope>
  322. </dependency>
  323. <dependency>
  324. <groupId>org.apache.ant</groupId>
  325. <artifactId>ant-launcher</artifactId>
  326. <version>1.10.5</version>
  327. <scope>provided</scope>
  328. </dependency>
  329. <dependency>
  330. <groupId>org.glassfish.jersey.core</groupId>
  331. <artifactId>jersey-server</artifactId>
  332. <version>2.27</version>
  333. <scope>provided</scope>
  334. </dependency>
  335. <dependency>
  336. <groupId>org.glassfish.jersey.media</groupId>
  337. <artifactId>jersey-media-multipart</artifactId>
  338. <version>2.27</version>
  339. <scope>provided</scope>
  340. </dependency>
  341. <dependency>
  342. <groupId>dom4j</groupId>
  343. <artifactId>dom4j</artifactId>
  344. <version>1.6.1</version>
  345. <scope>provided</scope>
  346. </dependency>
  347. <dependency>
  348. <groupId>net.sf.ehcache</groupId>
  349. <artifactId>ehcache</artifactId>
  350. <version>2.10.6</version>
  351. <scope>provided</scope>
  352. </dependency>
  353. <!-- dependency> <groupId>com.alibaba</groupId> <artifactId>druid</artifactId>
  354. <version>1.1.12</version> <scope>provided</scope> </dependency -->
  355. <dependency>
  356. <groupId>org.slf4j</groupId>
  357. <artifactId>slf4j-api</artifactId>
  358. <version>1.7.25</version>
  359. <scope>provided</scope>
  360. </dependency>
  361. <dependency>
  362. <groupId>org.slf4j</groupId>
  363. <artifactId>slf4j-simple</artifactId>
  364. <version>1.7.25</version>
  365. <scope>provided</scope>
  366. </dependency>
  367. <dependency>
  368. <groupId>junit</groupId>
  369. <artifactId>junit</artifactId>
  370. <version>4.12</version>
  371. <scope>provided</scope>
  372. </dependency>
  373. <dependency>
  374. <groupId>org.quartz-scheduler</groupId>
  375. <artifactId>quartz</artifactId>
  376. <version>2.3.0</version>
  377. <scope>provided</scope>
  378. </dependency>
  379. <dependency>
  380. <groupId>org.imgscalr</groupId>
  381. <artifactId>imgscalr-lib</artifactId>
  382. <version>4.2</version>
  383. <scope>provided</scope>
  384. </dependency>
  385. <dependency>
  386. <groupId>org.apache.maven</groupId>
  387. <artifactId>maven-model</artifactId>
  388. <version>3.0</version>
  389. <scope>provided</scope>
  390. </dependency>
  391. <dependency>
  392. <groupId>com.github.stuxuhai</groupId>
  393. <artifactId>jpinyin</artifactId>
  394. <version>1.1.8</version>
  395. <scope>provided</scope>
  396. </dependency>
  397. <dependency>
  398. <groupId>com.jcraft</groupId>
  399. <artifactId>jsch</artifactId>
  400. <version>0.1.55</version>
  401. <scope>provided</scope>
  402. </dependency>
  403. <dependency>
  404. <groupId>com.hankcs</groupId>
  405. <artifactId>hanlp</artifactId>
  406. <version>portable-1.7.1</version>
  407. <scope>provided</scope>
  408. </dependency>
  409. <dependency>
  410. <groupId>de.vandermeer</groupId>
  411. <artifactId>asciitable</artifactId>
  412. <version>0.3.2</version>
  413. <scope>provided</scope>
  414. </dependency>
  415. <dependency>
  416. <groupId>com.h2database</groupId>
  417. <artifactId>h2</artifactId>
  418. <version>1.4.197</version>
  419. <scope>provided</scope>
  420. </dependency>
  421. <!-- https://mvnrepository.com/artifact/org.mnode.ical4j/ical4j -->
  422. <dependency>
  423. <groupId>org.mnode.ical4j</groupId>
  424. <artifactId>ical4j</artifactId>
  425. <version>2.2.0</version>
  426. <scope>provided</scope>
  427. </dependency>
  428. <!-- https://mvnrepository.com/artifact/org.apache.xbean/xbean-asm7-shaded -->
  429. <dependency>
  430. <groupId>org.apache.xbean</groupId>
  431. <artifactId>xbean-asm7-shaded</artifactId>
  432. <version>4.12</version>
  433. <scope>provided</scope>
  434. </dependency>
  435. <dependency>
  436. <groupId>com.squareup</groupId>
  437. <artifactId>javapoet</artifactId>
  438. <version>1.11.1</version>
  439. <scope>provided</scope>
  440. </dependency>
  441. <dependency>
  442. <groupId>CheckPasswordStrength</groupId>
  443. <artifactId>CheckPasswordStrength</artifactId>
  444. <version>1.0.0</version>
  445. <scope>system</scope>
  446. <systemPath>${basedir}/../commons/ext/checkpasswordstrength.jar</systemPath>
  447. </dependency>
  448. <dependency>
  449. <groupId>org.neuroph</groupId>
  450. <artifactId>neuroph-core</artifactId>
  451. <version>2.94</version>
  452. <scope>system</scope>
  453. <systemPath>${basedir}/../commons/ext/neuroph-core-2.94.jar</systemPath>
  454. </dependency>
  455. <dependency>
  456. <groupId>nl.captcha</groupId>
  457. <artifactId>simplecaptcha</artifactId>
  458. <version>1.2.1</version>
  459. <scope>system</scope>
  460. <systemPath>${basedir}/../commons/ext/simplecaptcha-1.2.1.jar</systemPath>
  461. </dependency>
  462. </dependencies>
  463. <build>
  464. <finalName>${project.artifactId}</finalName>
  465. <plugins>
  466. <plugin>
  467. <groupId>org.apache.maven.plugins</groupId>
  468. <artifactId>maven-surefire-plugin</artifactId>
  469. <version>2.4.2</version>
  470. <configuration>
  471. <skipTests>true</skipTests>
  472. </configuration>
  473. </plugin>
  474. <plugin>
  475. <groupId>org.apache.maven.plugins</groupId>
  476. <artifactId>maven-war-plugin</artifactId>
  477. <version>2.6</version>
  478. <configuration>
  479. <failOnMissingWebXml>false</failOnMissingWebXml>
  480. </configuration>
  481. </plugin>
  482. </plugins>
  483. <pluginManagement>
  484. <plugins>
  485. <!--This plugin's configuration is used to store Eclipse m2e settings
  486. only. It has no influence on the Maven build itself. -->
  487. <plugin>
  488. <groupId>org.eclipse.m2e</groupId>
  489. <artifactId>lifecycle-mapping</artifactId>
  490. <version>1.0.0</version>
  491. <configuration>
  492. <lifecycleMappingMetadata>
  493. <pluginExecutions>
  494. <pluginExecution>
  495. <pluginExecutionFilter>
  496. <groupId>
  497. org.apache.openjpa
  498. </groupId>
  499. <artifactId>
  500. openjpa-maven-plugin
  501. </artifactId>
  502. <versionRange>
  503. [3.0.0,)
  504. </versionRange>
  505. <goals>
  506. <goal>enhance</goal>
  507. </goals>
  508. </pluginExecutionFilter>
  509. <action>
  510. <ignore></ignore>
  511. </action>
  512. </pluginExecution>
  513. </pluginExecutions>
  514. </lifecycleMappingMetadata>
  515. </configuration>
  516. </plugin>
  517. <!--This plugin's configuration is used to store Eclipse m2e settings
  518. only. It has no influence on the Maven build itself. -->
  519. <plugin>
  520. <groupId>org.eclipse.m2e</groupId>
  521. <artifactId>lifecycle-mapping</artifactId>
  522. <version>1.0.0</version>
  523. <configuration>
  524. <lifecycleMappingMetadata>
  525. <pluginExecutions>
  526. <pluginExecution>
  527. <pluginExecutionFilter>
  528. <groupId>
  529. org.apache.maven.plugins
  530. </groupId>
  531. <artifactId>
  532. maven-antrun-plugin
  533. </artifactId>
  534. <versionRange>
  535. [1.7,)
  536. </versionRange>
  537. <goals>
  538. <goal>run</goal>
  539. </goals>
  540. </pluginExecutionFilter>
  541. <action>
  542. <ignore></ignore>
  543. </action>
  544. </pluginExecution>
  545. </pluginExecutions>
  546. </lifecycleMappingMetadata>
  547. </configuration>
  548. </plugin>
  549. <plugin>
  550. <artifactId>maven-antrun-plugin</artifactId>
  551. <version>1.7</version>
  552. <executions>
  553. <execution>
  554. <id>metamodel</id>
  555. <!-- <phase>generate-sources</phase> -->
  556. <phase>none</phase>
  557. <configuration>
  558. <target>
  559. <ant antfile="../build_common.xml">
  560. <target name="metamodel" />
  561. </ant>
  562. </target>
  563. </configuration>
  564. <goals>
  565. <goal>run</goal>
  566. </goals>
  567. </execution>
  568. <execution>
  569. <id>createEnhancePersistenceXml</id>
  570. <!-- <phase>generate-sources</phase> -->
  571. <phase>none</phase>
  572. <configuration>
  573. <target>
  574. <ant antfile="../build_common.xml">
  575. <target name="createEnhancePersistenceXml" />
  576. </ant>
  577. </target>
  578. </configuration>
  579. <goals>
  580. <goal>run</goal>
  581. </goals>
  582. </execution>
  583. <execution>
  584. <id>createPersistenceXml</id>
  585. <!-- <phase>generate-sources</phase> -->
  586. <phase>none</phase>
  587. <configuration>
  588. <target>
  589. <ant antfile="../build_common.xml">
  590. <target name="createPersistenceXml" />
  591. </ant>
  592. </target>
  593. </configuration>
  594. <goals>
  595. <goal>run</goal>
  596. </goals>
  597. </execution>
  598. <execution>
  599. <id>enhance</id>
  600. <!-- <phase>process-classes</phase> -->
  601. <phase>none</phase>
  602. <configuration>
  603. <target>
  604. <ant antfile="../build_common.xml">
  605. <target name="enhance" />
  606. </ant>
  607. </target>
  608. </configuration>
  609. <goals>
  610. <goal>run</goal>
  611. </goals>
  612. </execution>
  613. <execution>
  614. <id>describe</id>
  615. <!-- <phase>generate-sources</phase> -->
  616. <phase>none</phase>
  617. <configuration>
  618. <target>
  619. <ant antfile="../build_common.xml">
  620. <target name="describe" />
  621. </ant>
  622. </target>
  623. </configuration>
  624. <goals>
  625. <goal>run</goal>
  626. </goals>
  627. </execution>
  628. <execution>
  629. <id>createWebXml</id>
  630. <!-- <phase>generate-sources</phase> -->
  631. <phase>none</phase>
  632. <configuration>
  633. <target>
  634. <ant antfile="../build_common.xml">
  635. <target name="createWebXml" />
  636. </ant>
  637. </target>
  638. </configuration>
  639. <goals>
  640. <goal>run</goal>
  641. </goals>
  642. </execution>
  643. <execution>
  644. <id>checkAssemble</id>
  645. <!-- <phase>generate-sources</phase> -->
  646. <phase>none</phase>
  647. <configuration>
  648. <target>
  649. <ant antfile="../build_common.xml">
  650. <target name="checkAssemble" />
  651. </ant>
  652. </target>
  653. </configuration>
  654. <goals>
  655. <goal>run</goal>
  656. </goals>
  657. </execution>
  658. <execution>
  659. <id>checkService</id>
  660. <!-- <phase>generate-sources</phase> -->
  661. <phase>none</phase>
  662. <configuration>
  663. <target>
  664. <ant antfile="../build_common.xml">
  665. <target name="checkService" />
  666. </ant>
  667. </target>
  668. </configuration>
  669. <goals>
  670. <goal>run</goal>
  671. </goals>
  672. </execution>
  673. <execution>
  674. <id>checkCore</id>
  675. <!-- <phase>generate-sources</phase> -->
  676. <phase>none</phase>
  677. <configuration>
  678. <target>
  679. <ant antfile="../build_common.xml">
  680. <target name="checkCore" />
  681. </ant>
  682. </target>
  683. </configuration>
  684. <goals>
  685. <goal>run</goal>
  686. </goals>
  687. </execution>
  688. </executions>
  689. </plugin>
  690. <plugin>
  691. <artifactId>maven-resources-plugin</artifactId>
  692. <version>3.1.0</version>
  693. <executions>
  694. <execution>
  695. <id>copy-entity-metamodel</id>
  696. <!-- <phase>process-resources</phase> -->
  697. <phase>none</phase>
  698. <goals>
  699. <goal>copy-resources</goal>
  700. </goals>
  701. <configuration>
  702. <outputDirectory>src/main/java</outputDirectory>
  703. <resources>
  704. <resource>
  705. <directory>target</directory>
  706. <includes>
  707. <include>generated-sources/annotations/**/*_.java</include>
  708. </includes>
  709. </resource>
  710. </resources>
  711. </configuration>
  712. </execution>
  713. <execution>
  714. <id>copy-jar</id>
  715. <!-- <phase>verify</phase> -->
  716. <phase>none</phase>
  717. <goals>
  718. <goal>copy-resources</goal>
  719. </goals>
  720. <configuration>
  721. <outputDirectory>../store/jars</outputDirectory>
  722. <resources>
  723. <resource>
  724. <directory>target</directory>
  725. <includes>
  726. <include>${project.artifactId}.jar</include>
  727. </includes>
  728. </resource>
  729. </resources>
  730. </configuration>
  731. </execution>
  732. <execution>
  733. <id>copy-custom-jar</id>
  734. <!-- <phase>verify</phase> -->
  735. <phase>none</phase>
  736. <goals>
  737. <goal>copy-resources</goal>
  738. </goals>
  739. <configuration>
  740. <outputDirectory>../custom/jars</outputDirectory>
  741. <resources>
  742. <resource>
  743. <directory>target</directory>
  744. <includes>
  745. <include>${project.artifactId}.jar</include>
  746. </includes>
  747. </resource>
  748. </resources>
  749. </configuration>
  750. </execution>
  751. <execution>
  752. <id>copy-war</id>
  753. <!-- <phase>verify</phase> -->
  754. <phase>none</phase>
  755. <goals>
  756. <goal>copy-resources</goal>
  757. </goals>
  758. <configuration>
  759. <outputDirectory>../store</outputDirectory>
  760. <resources>
  761. <resource>
  762. <directory>target</directory>
  763. <includes>
  764. <include>${project.artifactId}.war</include>
  765. </includes>
  766. </resource>
  767. </resources>
  768. </configuration>
  769. </execution>
  770. <execution>
  771. <id>copy-custom-war</id>
  772. <!-- <phase>verify</phase> -->
  773. <phase>none</phase>
  774. <goals>
  775. <goal>copy-resources</goal>
  776. </goals>
  777. <configuration>
  778. <outputDirectory>../custom</outputDirectory>
  779. <resources>
  780. <resource>
  781. <directory>target</directory>
  782. <includes>
  783. <include>${project.artifactId}.war</include>
  784. </includes>
  785. </resource>
  786. </resources>
  787. </configuration>
  788. </execution>
  789. </executions>
  790. </plugin>
  791. <plugin>
  792. <groupId>org.apache.openjpa</groupId>
  793. <artifactId>openjpa-maven-plugin</artifactId>
  794. <version>3.0.0</version>
  795. <configuration>
  796. <includes>**/entity/**/*.class</includes>
  797. <addDefaultConstructor>true</addDefaultConstructor>
  798. <enforcePropertyRestrictions>true</enforcePropertyRestrictions>
  799. </configuration>
  800. <executions>
  801. <execution>
  802. <id>enhancer</id>
  803. <!-- <phase>process-classes</phase> -->
  804. <phase>none</phase>
  805. <goals>
  806. <goal>enhance</goal>
  807. </goals>
  808. </execution>
  809. </executions>
  810. <dependencies>
  811. <dependency>
  812. <groupId>org.apache.openjpa</groupId>
  813. <artifactId>openjpa</artifactId>
  814. <version>3.0.0</version>
  815. </dependency>
  816. </dependencies>
  817. </plugin>
  818. </plugins>
  819. </pluginManagement>
  820. </build>
  821. <dependencyManagement>
  822. <dependencies>
  823. <dependency>
  824. <groupId>o2oa</groupId>
  825. <artifactId>x_base_core_project</artifactId>
  826. <version>${project.version}</version>
  827. <scope>provided</scope>
  828. </dependency>
  829. <dependency>
  830. <groupId>o2oa</groupId>
  831. <artifactId>x_attendance_core_entity</artifactId>
  832. <version>${project.version}</version>
  833. <scope>provided</scope>
  834. </dependency>
  835. <dependency>
  836. <groupId>o2oa</groupId>
  837. <artifactId>x_bbs_core_entity</artifactId>
  838. <version>${project.version}</version>
  839. <scope>provided</scope>
  840. </dependency>
  841. <dependency>
  842. <groupId>o2oa</groupId>
  843. <artifactId>x_calendar_core_entity</artifactId>
  844. <version>${project.version}</version>
  845. <scope>provided</scope>
  846. </dependency>
  847. <dependency>
  848. <groupId>o2oa</groupId>
  849. <artifactId>x_cms_core_entity</artifactId>
  850. <version>${project.version}</version>
  851. <scope>provided</scope>
  852. </dependency>
  853. <dependency>
  854. <groupId>o2oa</groupId>
  855. <artifactId>x_component_core_entity</artifactId>
  856. <version>${project.version}</version>
  857. <scope>provided</scope>
  858. </dependency>
  859. <dependency>
  860. <groupId>o2oa</groupId>
  861. <artifactId>x_file_core_entity</artifactId>
  862. <version>${project.version}</version>
  863. <scope>provided</scope>
  864. </dependency>
  865. <dependency>
  866. <groupId>o2oa</groupId>
  867. <artifactId>x_general_core_entity</artifactId>
  868. <version>${project.version}</version>
  869. <scope>provided</scope>
  870. </dependency>
  871. <dependency>
  872. <groupId>o2oa</groupId>
  873. <artifactId>x_hotpic_core_entity</artifactId>
  874. <version>${project.version}</version>
  875. <scope>provided</scope>
  876. </dependency>
  877. <dependency>
  878. <groupId>o2oa</groupId>
  879. <artifactId>x_meeting_core_entity</artifactId>
  880. <version>${project.version}</version>
  881. <scope>provided</scope>
  882. </dependency>
  883. <dependency>
  884. <groupId>o2oa</groupId>
  885. <artifactId>x_message_core_entity</artifactId>
  886. <version>${project.version}</version>
  887. <scope>provided</scope>
  888. </dependency>
  889. <dependency>
  890. <groupId>o2oa</groupId>
  891. <artifactId>x_mind_core_entity</artifactId>
  892. <version>${project.version}</version>
  893. <scope>provided</scope>
  894. </dependency>
  895. <dependency>
  896. <groupId>o2oa</groupId>
  897. <artifactId>x_okr_core_entity</artifactId>
  898. <version>${project.version}</version>
  899. <scope>provided</scope>
  900. </dependency>
  901. <dependency>
  902. <groupId>o2oa</groupId>
  903. <artifactId>x_organization_core_entity</artifactId>
  904. <version>${project.version}</version>
  905. <scope>provided</scope>
  906. </dependency>
  907. <dependency>
  908. <groupId>o2oa</groupId>
  909. <artifactId>x_organization_core_express</artifactId>
  910. <version>${project.version}</version>
  911. <scope>provided</scope>
  912. </dependency>
  913. <dependency>
  914. <groupId>o2oa</groupId>
  915. <artifactId>x_portal_core_entity</artifactId>
  916. <version>${project.version}</version>
  917. <scope>provided</scope>
  918. </dependency>
  919. <dependency>
  920. <groupId>o2oa</groupId>
  921. <artifactId>x_processplatform_core_entity</artifactId>
  922. <version>${project.version}</version>
  923. <scope>provided</scope>
  924. </dependency>
  925. <dependency>
  926. <groupId>o2oa</groupId>
  927. <artifactId>x_query_core_entity</artifactId>
  928. <version>${project.version}</version>
  929. <scope>provided</scope>
  930. </dependency>
  931. <dependency>
  932. <groupId>o2oa</groupId>
  933. <artifactId>x_query_core_express</artifactId>
  934. <version>${project.version}</version>
  935. <scope>provided</scope>
  936. </dependency>
  937. <dependency>
  938. <groupId>o2oa</groupId>
  939. <artifactId>x_report_core_entity</artifactId>
  940. <version>${project.version}</version>
  941. <scope>provided</scope>
  942. </dependency>
  943. <dependency>
  944. <groupId>o2oa</groupId>
  945. <artifactId>x_strategydeploy_core_entity</artifactId>
  946. <version>${project.version}</version>
  947. <scope>provided</scope>
  948. </dependency>
  949. <dependency>
  950. <groupId>o2oa</groupId>
  951. <artifactId>x_strategydeploy_assemble_control</artifactId>
  952. <version>${project.version}</version>
  953. <scope>provided</scope>
  954. </dependency>
  955. <dependency>
  956. <groupId>o2oa</groupId>
  957. <artifactId>x_program_center</artifactId>
  958. <version>${project.version}</version>
  959. <scope>provided</scope>
  960. </dependency>
  961. <dependency>
  962. <groupId>o2oa</groupId>
  963. <artifactId>x_program_center_core_entity</artifactId>
  964. <version>${project.version}</version>
  965. <scope>provided</scope>
  966. </dependency>
  967. <dependency>
  968. <groupId>o2oa</groupId>
  969. <artifactId>x_teamwork_core_entity</artifactId>
  970. <version>${project.version}</version>
  971. <scope>provided</scope>
  972. </dependency>
  973. <dependency>
  974. <groupId>o2oa</groupId>
  975. <artifactId>x_build_and_scratch</artifactId>
  976. <version>${project.version}</version>
  977. <scope>provided</scope>
  978. </dependency>
  979. <!-- custom -->
  980. </dependencies>
  981. </dependencyManagement>
  982. <repositories>
  983. <repository>
  984. <snapshots>
  985. <enabled>false</enabled>
  986. </snapshots>
  987. <id>central</id>
  988. <name>Central Repository</name>
  989. <url>https://repo.maven.apache.org/maven2</url>
  990. </repository>
  991. <repository>
  992. <id>mvnrepository.com</id>
  993. <url>https://mvnrepository.com/repos</url>
  994. </repository>
  995. <repository>
  996. <id>neuroph.sourceforge.net</id>
  997. <url>http://neuroph.sourceforge.net/maven2</url>
  998. </repository>
  999. </repositories>
  1000. </project>