pom.xml 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  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. </dependencies>
  84. <build>
  85. <plugins>
  86. <plugin>
  87. <groupId>org.codehaus.mojo</groupId>
  88. <artifactId>exec-maven-plugin</artifactId>
  89. <executions>
  90. <execution>
  91. <id>DescribeWoBuilder</id>
  92. <phase>prepare-package</phase>
  93. <goals>
  94. <goal>java</goal>
  95. </goals>
  96. <configuration>
  97. <addOutputToClasspath>true</addOutputToClasspath>
  98. <includePluginDependencies>true</includePluginDependencies>
  99. <includeProjectDependencies>true</includeProjectDependencies>
  100. <mainClass>com.x.base.core.project.annotation.DescribeWoBuilder</mainClass>
  101. <arguments>
  102. <argument>${basedir}</argument>
  103. <argument>${project.build.sourceDirectory}</argument>
  104. </arguments>
  105. </configuration>
  106. </execution>
  107. <execution>
  108. <id>describeBuilder</id>
  109. <phase>prepare-package</phase>
  110. <goals>
  111. <goal>java</goal>
  112. </goals>
  113. <configuration>
  114. <addOutputToClasspath>true</addOutputToClasspath>
  115. <includePluginDependencies>true</includePluginDependencies>
  116. <includeProjectDependencies>true</includeProjectDependencies>
  117. <mainClass>com.x.base.core.project.annotation.DescribeBuilder
  118. </mainClass>
  119. <arguments>
  120. <argument>${basedir}</argument>
  121. <argument>${project.build.sourceDirectory}</argument>
  122. </arguments>
  123. </configuration>
  124. </execution>
  125. <execution>
  126. <id>apiBuilder</id>
  127. <phase>prepare-package</phase>
  128. <goals>
  129. <goal>java</goal>
  130. </goals>
  131. <configuration>
  132. <addOutputToClasspath>true</addOutputToClasspath>
  133. <includePluginDependencies>true</includePluginDependencies>
  134. <includeProjectDependencies>true</includeProjectDependencies>
  135. <mainClass>com.x.base.core.project.annotation.ApiBuilder
  136. </mainClass>
  137. <arguments>
  138. <argument>${basedir}</argument>
  139. <argument>${project.build.sourceDirectory}</argument>
  140. </arguments>
  141. </configuration>
  142. </execution>
  143. <execution>
  144. <id>checkAssemble</id>
  145. <phase>prepare-package</phase>
  146. <goals>
  147. <goal>java</goal>
  148. </goals>
  149. <configuration>
  150. <addOutputToClasspath>true</addOutputToClasspath>
  151. <includePluginDependencies>true</includePluginDependencies>
  152. <includeProjectDependencies>true</includeProjectDependencies>
  153. <mainClass>com.x.base.core.project.build.CheckAssemble
  154. </mainClass>
  155. </configuration>
  156. </execution>
  157. <execution>
  158. <id>createWebXml</id>
  159. <phase>prepare-package</phase>
  160. <goals>
  161. <goal>java</goal>
  162. </goals>
  163. <configuration>
  164. <addOutputToClasspath>true</addOutputToClasspath>
  165. <includePluginDependencies>true</includePluginDependencies>
  166. <includeProjectDependencies>true</includeProjectDependencies>
  167. <mainClass>com.x.base.core.project.build.CreateWebXml</mainClass>
  168. <arguments>
  169. <argument>${basedir}</argument>
  170. <argument>${project.artifactId}</argument>
  171. </arguments>
  172. </configuration>
  173. </execution>
  174. </executions>
  175. </plugin>
  176. <plugin>
  177. <artifactId>maven-resources-plugin</artifactId>
  178. <executions>
  179. <execution>
  180. <id>copy-war</id>
  181. <phase>verify</phase>
  182. <goals>
  183. <goal>copy-resources</goal>
  184. </goals>
  185. <configuration>
  186. <outputDirectory>../store</outputDirectory>
  187. <resources>
  188. <resource>
  189. <directory>target</directory>
  190. <includes>
  191. <include>${project.artifactId}.war</include>
  192. </includes>
  193. </resource>
  194. </resources>
  195. </configuration>
  196. </execution>
  197. </executions>
  198. </plugin>
  199. <plugin>
  200. <artifactId>maven-deploy-plugin</artifactId>
  201. <configuration>
  202. <skip>true</skip>
  203. </configuration>
  204. </plugin>
  205. </plugins>
  206. </build>
  207. </project>