pom.xml 24 KB

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