pom.xml 27 KB

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