pom.xml 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. <?xml version="1.0"?>
  2. <project
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
  4. xmlns="http://maven.apache.org/POM/4.0.0"
  5. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  6. <modelVersion>4.0.0</modelVersion>
  7. <parent>
  8. <groupId>o2oa</groupId>
  9. <artifactId>o2server</artifactId>
  10. <version>6.0</version>
  11. </parent>
  12. <artifactId>x_processplatform_assemble_surface</artifactId>
  13. <packaging>war</packaging>
  14. <dependencies>
  15. <dependency>
  16. <groupId>o2oa</groupId>
  17. <artifactId>x_base_core_project</artifactId>
  18. </dependency>
  19. <dependency>
  20. <groupId>o2oa</groupId>
  21. <artifactId>x_organization_core_entity</artifactId>
  22. </dependency>
  23. <dependency>
  24. <groupId>o2oa</groupId>
  25. <artifactId>x_organization_core_express</artifactId>
  26. </dependency>
  27. <dependency>
  28. <groupId>o2oa</groupId>
  29. <artifactId>x_query_core_entity</artifactId>
  30. </dependency>
  31. <dependency>
  32. <groupId>o2oa</groupId>
  33. <artifactId>x_processplatform_core_entity</artifactId>
  34. </dependency>
  35. <dependency>
  36. <groupId>o2oa</groupId>
  37. <artifactId>x_processplatform_core_express</artifactId>
  38. </dependency>
  39. <dependency>
  40. <groupId>o2oa</groupId>
  41. <artifactId>x_cms_core_entity</artifactId>
  42. </dependency>
  43. <dependency>
  44. <groupId>o2oa</groupId>
  45. <artifactId>x_portal_core_entity</artifactId>
  46. </dependency>
  47. <dependency>
  48. <groupId>o2oa</groupId>
  49. <artifactId>x_general_core_entity</artifactId>
  50. </dependency>
  51. <dependency>
  52. <groupId>com.github.kevinsawicki</groupId>
  53. <artifactId>http-request</artifactId>
  54. <version>6.0</version>
  55. </dependency>
  56. <dependency>
  57. <groupId>org.apache.pdfbox</groupId>
  58. <artifactId>pdfbox</artifactId>
  59. </dependency>
  60. <dependency>
  61. <groupId>org.apache.pdfbox</groupId>
  62. <artifactId>pdfbox-tools</artifactId>
  63. </dependency>
  64. <dependency>
  65. <groupId>org.apache.pdfbox</groupId>
  66. <artifactId>xmpbox</artifactId>
  67. </dependency>
  68. <dependency>
  69. <groupId>org.apache.pdfbox</groupId>
  70. <artifactId>preflight</artifactId>
  71. <scope>test</scope>
  72. </dependency>
  73. <dependency>
  74. <groupId>org.apache.lucene</groupId>
  75. <artifactId>lucene-core</artifactId>
  76. <version>7.7.2</version>
  77. </dependency>
  78. <dependency>
  79. <groupId>org.apache.lucene</groupId>
  80. <artifactId>lucene-analyzers-common</artifactId>
  81. <version>7.7.2</version>
  82. </dependency>
  83. <dependency>
  84. <groupId>org.bouncycastle</groupId>
  85. <artifactId>bcmail-jdk15on</artifactId>
  86. <version>1.68</version>
  87. </dependency>
  88. <dependency>
  89. <groupId>org.bouncycastle</groupId>
  90. <artifactId>bcprov-jdk15on</artifactId>
  91. <version>1.68</version>
  92. </dependency>
  93. <dependency>
  94. <groupId>org.bouncycastle</groupId>
  95. <artifactId>bcprov-jdk15on</artifactId>
  96. <version>1.68</version>
  97. </dependency>
  98. </dependencies>
  99. <build>
  100. <plugins>
  101. <plugin>
  102. <groupId>org.codehaus.mojo</groupId>
  103. <artifactId>exec-maven-plugin</artifactId>
  104. <executions>
  105. <execution>
  106. <id>DescribeWoBuilder</id>
  107. <phase>prepare-package</phase>
  108. <goals>
  109. <goal>java</goal>
  110. </goals>
  111. <configuration>
  112. <addOutputToClasspath>true</addOutputToClasspath>
  113. <includePluginDependencies>true</includePluginDependencies>
  114. <includeProjectDependencies>true</includeProjectDependencies>
  115. <mainClass>com.x.base.core.project.annotation.DescribeWoBuilder</mainClass>
  116. <arguments>
  117. <argument>${basedir}</argument>
  118. <argument>${project.build.sourceDirectory}</argument>
  119. </arguments>
  120. </configuration>
  121. </execution>
  122. <execution>
  123. <id>describeBuilder</id>
  124. <phase>prepare-package</phase>
  125. <goals>
  126. <goal>java</goal>
  127. </goals>
  128. <configuration>
  129. <addOutputToClasspath>true</addOutputToClasspath>
  130. <includePluginDependencies>true</includePluginDependencies>
  131. <includeProjectDependencies>true</includeProjectDependencies>
  132. <mainClass>com.x.base.core.project.annotation.DescribeBuilder
  133. </mainClass>
  134. <arguments>
  135. <argument>${basedir}</argument>
  136. <argument>${project.build.sourceDirectory}</argument>
  137. </arguments>
  138. </configuration>
  139. </execution>
  140. <execution>
  141. <id>apiBuilder</id>
  142. <phase>prepare-package</phase>
  143. <goals>
  144. <goal>java</goal>
  145. </goals>
  146. <configuration>
  147. <addOutputToClasspath>true</addOutputToClasspath>
  148. <includePluginDependencies>true</includePluginDependencies>
  149. <includeProjectDependencies>true</includeProjectDependencies>
  150. <mainClass>com.x.base.core.project.annotation.ApiBuilder
  151. </mainClass>
  152. <arguments>
  153. <argument>${basedir}</argument>
  154. <argument>${project.build.sourceDirectory}</argument>
  155. </arguments>
  156. </configuration>
  157. </execution>
  158. <execution>
  159. <id>checkAssemble</id>
  160. <phase>prepare-package</phase>
  161. <goals>
  162. <goal>java</goal>
  163. </goals>
  164. <configuration>
  165. <addOutputToClasspath>true</addOutputToClasspath>
  166. <includePluginDependencies>true</includePluginDependencies>
  167. <includeProjectDependencies>true</includeProjectDependencies>
  168. <mainClass>com.x.base.core.project.build.CheckAssemble
  169. </mainClass>
  170. </configuration>
  171. </execution>
  172. <execution>
  173. <id>createWebXml</id>
  174. <phase>prepare-package</phase>
  175. <goals>
  176. <goal>java</goal>
  177. </goals>
  178. <configuration>
  179. <addOutputToClasspath>true</addOutputToClasspath>
  180. <includePluginDependencies>true</includePluginDependencies>
  181. <includeProjectDependencies>true</includeProjectDependencies>
  182. <mainClass>com.x.base.core.project.build.CreateWebXml</mainClass>
  183. <arguments>
  184. <argument>${basedir}</argument>
  185. <argument>${project.artifactId}</argument>
  186. </arguments>
  187. </configuration>
  188. </execution>
  189. </executions>
  190. </plugin>
  191. <plugin>
  192. <artifactId>maven-resources-plugin</artifactId>
  193. <executions>
  194. <execution>
  195. <id>copy-war</id>
  196. <phase>verify</phase>
  197. <goals>
  198. <goal>copy-resources</goal>
  199. </goals>
  200. <configuration>
  201. <outputDirectory>../store</outputDirectory>
  202. <resources>
  203. <resource>
  204. <directory>target</directory>
  205. <includes>
  206. <include>${project.artifactId}.war</include>
  207. </includes>
  208. </resource>
  209. </resources>
  210. </configuration>
  211. </execution>
  212. </executions>
  213. </plugin>
  214. <plugin>
  215. <artifactId>maven-deploy-plugin</artifactId>
  216. <configuration>
  217. <skip>true</skip>
  218. </configuration>
  219. </plugin>
  220. </plugins>
  221. </build>
  222. </project>