fork download
  1. <project xmlns="http://m...content-available-to-author-only...e.org/POM/4.0.0" xmlns:xsi="http://w...content-available-to-author-only...3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://m...content-available-to-author-only...e.org/POM/4.0.0 http://m...content-available-to-author-only...e.org/maven-v4_0_0.xsd">
  2. <modelVersion>4.0.0</modelVersion>
  3. <parent>
  4. <groupId>com.nothing.uf.buildfwk</groupId>
  5. <artifactId>parent</artifactId>
  6. <version>7</version>
  7. <relativePath />
  8. </parent>
  9. <groupId>something</groupId>
  10. <artifactId>establish</artifactId>
  11. <name>something establish</name>
  12. <packaging>pom</packaging>
  13. <version>2.4-SNAPSHOT</version>
  14.  
  15. <scm>
  16. <developerConnection>scm:git:http://r...content-available-to-author-only...g.net/git/scm/cnt/fwk_access.git</developerConnection>
  17. <url>http://r...content-available-to-author-only...g.net/git/projects/CNT/repos/fwk_access/</url>
  18. <connection>scm:git:http://r...content-available-to-author-only...g.net/git/scm/cnt/fwk_access.git</connection>
  19. <tag>fwk_access_2.3.11_270917</tag>
  20. </scm>
  21.  
  22. <developers>
  23. <developer>
  24. <name>establish Team</name>
  25. <id>TPE-CPM-OTP-COM-PNC</id>
  26. <email>TPE-CPM-OTP-COM-PNC@nothing.local</email>
  27. <url>http://r...content-available-to-author-only...g.net/confluence/x/_wcDAQ</url>
  28. <organization>nothing.com</organization>
  29. <roles>
  30. <role>Owner</role>
  31. <role>Architect</role>
  32. <role>Developer</role>
  33. </roles>
  34. <timezone>+1</timezone>
  35. </developer>
  36. </developers>
  37.  
  38. <properties>
  39. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  40. <ejb-compile.dependency.ant-nodeps.version>1.6.5</ejb-compile.dependency.ant-nodeps.version>
  41. <jdk-home>${jdk16.home}</jdk-home>
  42. <maven.ejb.skip>true</maven.ejb.skip>
  43. <jaxp.version>1.3</jaxp.version>
  44. <jibx.version>1.3.1</jibx.version>
  45. <distributed.context.api.version>1.1.12</distributed.context.api.version>
  46. <distributed.context.impl.version>1.1.12</distributed.context.impl.version>
  47. <generic.context.version>0.1.2</generic.context.version>
  48. <something.uf.version>2.5.9</something.uf.version>
  49. <!-- JConnect -->
  50. <jconnect.version>0.11.1</jconnect.version>
  51. <jconnect.majorversion>0.11</jconnect.majorversion>
  52.  
  53. <!-- versions-maven-plugin -->
  54. <versions.to.update>
  55. something.uf.version,
  56. distributed.context.api.version,
  57. distributed.context.impl.version,
  58. jconnect.version
  59. </versions.to.update>
  60. <something.uf.version-range>[1.9.1,1.9.999)</something.uf.version-range>
  61. <distributed.context.api.version-range>[1.0-1,1.0-999)</distributed.context.api.version-range>
  62. <distributed.context.impl.version-range>[1.0-1,1.0-999)</distributed.context.impl.version-range>
  63. <generic.context.version-range>[0.1-1,0.1-999)</generic.context.version-range>
  64. <jconnect.version-range>[${jconnect.majorversion}.1,${jconnect.majorversion}.999)</jconnect.version-range>
  65. <documentation.includes.regexp>something.*version</documentation.includes.regexp>
  66. <!--<documentation.includes.regexp>${versions.to.update}</documentation.includes.regexp>-->
  67.  
  68. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  69. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  70.  
  71. <!-- Sonar -->
  72. <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
  73. <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
  74. <!-- The destination file for the code coverage report has to be set to the same value
  75. in the parent pom and in each module pom. Then JaCoCo will add up information in
  76. the same report, so that, it will give the cross-module code coverage. -->
  77. <sonar.jacoco.itReportPath>${project.basedir}/../target/jacoco-it.exec</sonar.jacoco.itReportPath>
  78. <sonar.language>java</sonar.language>
  79. </properties>
  80.  
  81. <distributionManagement>
  82. <repository>
  83. <id>sf.publish.repo</id>
  84. <name>Software Factory publication</name>
  85. <url>file:sf/publish/mvn-built</url>
  86. </repository>
  87. <snapshotRepository>
  88. <id>sf.publish.repo</id>
  89. <name>Software Factory publication</name>
  90. <url>file:sf/publish/mvn-built</url>
  91. </snapshotRepository>
  92. </distributionManagement>
  93.  
  94. <dependencyManagement>
  95. <dependencies>
  96. <!-- We try as far as possible to share the dependencies with framework
  97. uf. -->
  98. <dependency>
  99. <groupId>something</groupId>
  100. <artifactId>uf</artifactId>
  101. <version>${something.uf.version}</version>
  102. <type>pom</type>
  103. <scope>import</scope>
  104. </dependency>
  105.  
  106. <!-- something establish -->
  107. <dependency>
  108. <groupId>something.establish</groupId>
  109. <artifactId>establish-code</artifactId>
  110. <version>${project.version}</version>
  111. </dependency>
  112. <dependency>
  113. <groupId>something.establish</groupId>
  114. <artifactId>establish-legacy</artifactId>
  115. <version>${project.version}</version>
  116. </dependency>
  117. <dependency>
  118. <groupId>something.establish</groupId>
  119. <artifactId>establish-core</artifactId>
  120. <version>${project.version}</version>
  121. </dependency>
  122. <dependency>
  123. <groupId>something.establish</groupId>
  124. <artifactId>establish-verbhandler-core-impl</artifactId>
  125. <version>${project.version}</version>
  126. </dependency>
  127. <dependency>
  128. <groupId>something.establish</groupId>
  129. <artifactId>establish-verbhandler-core</artifactId>
  130. <version>${project.version}</version>
  131. </dependency>
  132. <dependency>
  133. <groupId>something.establish</groupId>
  134. <artifactId>establish-verbhandler-adapter-jaxb</artifactId>
  135. <version>${project.version}</version>
  136. </dependency>
  137. <dependency>
  138. <groupId>something.establish</groupId>
  139. <artifactId>establish-verbhandler-java</artifactId>
  140. <version>${project.version}</version>
  141. </dependency>
  142. <dependency>
  143. <groupId>something.establish</groupId>
  144. <artifactId>establish-verbhandler-http</artifactId>
  145. <version>${project.version}</version>
  146. </dependency>
  147. <dependency>
  148. <groupId>something.establish</groupId>
  149. <artifactId>establish-verbhandler-http-impl</artifactId>
  150. <version>${project.version}</version>
  151. </dependency>
  152. <dependency>
  153. <groupId>something.establish</groupId>
  154. <artifactId>establish-verbhandler-http-impl</artifactId>
  155. <version>${project.version}</version>
  156. <type>test-jar</type>
  157. </dependency>
  158. <dependency>
  159. <groupId>something.establish</groupId>
  160. <artifactId>establish-verbhandler-native</artifactId>
  161. <version>${project.version}</version>
  162. </dependency>
  163. <dependency>
  164. <groupId>something.establish</groupId>
  165. <artifactId>establish-verbhandler-1axml</artifactId>
  166. <version>${project.version}</version>
  167. </dependency>
  168. <dependency>
  169. <groupId>something.establish</groupId>
  170. <artifactId>establish-verbhandler-1axml-impl</artifactId>
  171. <version>${project.version}</version>
  172. </dependency>
  173. <dependency>
  174. <groupId>something.establish</groupId>
  175. <artifactId>establish-verbhandler-ws-legacy</artifactId>
  176. <version>${project.version}</version>
  177. </dependency>
  178. <dependency>
  179. <groupId>something.establish</groupId>
  180. <artifactId>establish-verbhandler-ws-metro</artifactId>
  181. <version>${project.version}</version>
  182. </dependency>
  183. <dependency>
  184. <groupId>something.establish</groupId>
  185. <artifactId>establish-verbhandler-ws-metro-impl</artifactId>
  186. <version>${project.version}</version>
  187. </dependency>
  188. <dependency>
  189. <groupId>something.establish</groupId>
  190. <artifactId>establish-service-json</artifactId>
  191. <version>${project.version}</version>
  192. </dependency>
  193. <dependency>
  194. <groupId>something.establish</groupId>
  195. <artifactId>establish-service-json-impl</artifactId>
  196. <version>${project.version}</version>
  197. </dependency>
  198. <dependency>
  199. <groupId>something.establish</groupId>
  200. <artifactId>establish-verbhandler-http-json-support</artifactId>
  201. <version>${project.version}</version>
  202. </dependency>
  203. <dependency>
  204. <groupId>something.establish</groupId>
  205. <artifactId>establish-code-impl</artifactId>
  206. <version>${project.version}</version>
  207. </dependency>
  208. <dependency>
  209. <groupId>something.establish</groupId>
  210. <artifactId>establish-verbhandler-filetransfer</artifactId>
  211. <version>${project.version}</version>
  212. </dependency>
  213. <dependency>
  214. <groupId>something.establish</groupId>
  215. <artifactId>establish-verbhandler-filetransfer-impl</artifactId>
  216. <version>${project.version}</version>
  217. </dependency>
  218. <dependency>
  219. <groupId>something.establish</groupId>
  220. <artifactId>establish-ws-passthrough</artifactId>
  221. <version>${project.version}</version>
  222. </dependency>
  223. <dependency>
  224. <groupId>something.establish</groupId>
  225. <artifactId>establish-ws-passthrough-impl</artifactId>
  226. <version>${project.version}</version>
  227. </dependency>
  228. <dependency>
  229. <groupId>something.establish</groupId>
  230. <artifactId>establish-ws-metro-client-stub-sample</artifactId>
  231. <version>${project.version}</version>
  232. </dependency>
  233.  
  234. <!-- JConnect -->
  235. <dependency>
  236. <groupId>com.nothing.jconnect</groupId>
  237. <artifactId>jconnect-api</artifactId>
  238. <version>${jconnect.version}</version>
  239. </dependency>
  240. <dependency>
  241. <groupId>com.nothing.jconnect</groupId>
  242. <artifactId>jconnect-impl</artifactId>
  243. <version>${jconnect.version}</version>
  244. </dependency>
  245.  
  246. <!-- nothing libs -->
  247. <dependency>
  248. <groupId>1a-javaapi.cryptolib</groupId>
  249. <artifactId>jcom_crypto</artifactId>
  250. <version>2.0</version>
  251. </dependency>
  252. <dependency>
  253. <groupId>com.nothing.dcx</groupId>
  254. <artifactId>distributed-context-api</artifactId>
  255. <version>${distributed.context.api.version}</version>
  256. </dependency>
  257. <dependency>
  258. <groupId>com.nothing.dcx</groupId>
  259. <artifactId>distributed-context-core</artifactId>
  260. <version>${distributed.context.impl.version}</version>
  261. </dependency>
  262. <dependency>
  263. <groupId>com.nothing.dcx</groupId>
  264. <artifactId>distributed-context-internal-api</artifactId>
  265. <version>${distributed.context.api.version}</version>
  266. </dependency>
  267. <dependency>
  268. <groupId>com.nothing.gcx</groupId>
  269. <artifactId>generic-context-internal-api</artifactId>
  270. <version>${generic.context.version}</version>
  271. </dependency>
  272. <dependency>
  273. <groupId>com.nothing.mdw.net</groupId>
  274. <artifactId>jcom</artifactId>
  275. <version>4.0.5</version>
  276. </dependency>
  277. <dependency>
  278. <groupId>com.nothing.mdw.net</groupId>
  279. <artifactId>japi</artifactId>
  280. <version>4.0.15</version>
  281. </dependency>
  282. <dependency>
  283. <groupId>com.nothing.mdw.common</groupId>
  284. <artifactId>compress</artifactId>
  285. <version>3.0.0</version>
  286. </dependency>
  287. <dependency>
  288. <groupId>com.nothing.mdw.common</groupId>
  289. <artifactId>utilities</artifactId>
  290. <version>3.0.8</version>
  291. </dependency>
  292. <dependency>
  293. <groupId>something.internal.establish</groupId>
  294. <artifactId>xxclient</artifactId>
  295. <version>1.0</version>
  296. </dependency>
  297. <dependency>
  298. <groupId>com.nothing.util.establish.wsdl</groupId>
  299. <artifactId>soapConfig-xmlbeans</artifactId>
  300. <version>0.1</version>
  301. </dependency>
  302. <dependency>
  303. <groupId>nothing-sep.buildservices-lib</groupId>
  304. <artifactId>cactus-ant-patch</artifactId>
  305. <version>1.7</version>
  306. </dependency>
  307.  
  308. <!-- Generated code for establish -->
  309. <dependency>
  310. <groupId>something.establish.generated</groupId>
  311. <artifactId>finnair-voucher-ng</artifactId>
  312. <version>1.3</version>
  313. <scope>test</scope>
  314. </dependency>
  315. <dependency>
  316. <groupId>something.establish.generated</groupId>
  317. <artifactId>agmapi-proxy</artifactId>
  318. <version>1.3.1-Y10W16D2B000413</version>
  319. </dependency>
  320. <dependency>
  321. <groupId>something.establish.generated</groupId>
  322. <artifactId>gta-proxy</artifactId>
  323. <version>Y08W50D4B124804</version>
  324. </dependency>
  325. <dependency>
  326. <groupId>something.establish.generated</groupId>
  327. <artifactId>gta2-proxy</artifactId>
  328. <version>v1.1_01_250212</version>
  329. </dependency>
  330. <dependency>
  331. <groupId>something.establish.generated</groupId>
  332. <artifactId>grammar-sc-all</artifactId>
  333. <version>1.4-2</version>
  334. </dependency>
  335. <dependency>
  336. <groupId>something.establish.generated</groupId>
  337. <artifactId>oneaxml-jibx-office</artifactId>
  338. <version>2.5</version>
  339. </dependency>
  340. <dependency>
  341. <groupId>sip</groupId>
  342. <artifactId>converterLight</artifactId>
  343. <version>1.2_a</version>
  344. </dependency>
  345. <dependency>
  346. <groupId>nothing-sep.establish_lib-generated</groupId>
  347. <artifactId>establish-generated-expedia-proxy</artifactId>
  348. <version>11.2</version>
  349. </dependency>
  350. <dependency>
  351. <groupId>nothing-sep.establish_lib-generated</groupId>
  352. <artifactId>establish-generated-agmtpk-proxy</artifactId>
  353. <version>11.2</version>
  354. </dependency>
  355. <dependency>
  356. <groupId>nothing-sep.establish_lib-generated</groupId>
  357. <artifactId>establish-generated-mars-proxy</artifactId>
  358. <version>11.2</version>
  359. </dependency>
  360. <dependency>
  361. <groupId>nothing-sep.establish_lib-generated</groupId>
  362. <artifactId>establish-generated-jres-proxy</artifactId>
  363. <version>11.2</version>
  364. </dependency>
  365. <dependency>
  366. <groupId>nothing-sep.establish_lib-generated</groupId>
  367. <artifactId>establish-generated-wash-proxy</artifactId>
  368. <version>11.2</version>
  369. </dependency>
  370. <dependency>
  371. <groupId>nothing-sep.establish_lib-generated</groupId>
  372. <artifactId>establish-generated-hdp-proxy</artifactId>
  373. <version>11.2</version>
  374. </dependency>
  375. <dependency>
  376. <groupId>nothing-sep.establish_lib-generated</groupId>
  377. <artifactId>connector_thirdparty_dossier-iris</artifactId>
  378. <version>11.2</version>
  379. </dependency>
  380. <dependency>
  381. <groupId>nothing-sep.establish_lib-generated</groupId>
  382. <artifactId>connector_thirdparty_dossier-iris-pojo</artifactId>
  383. <version>11.2</version>
  384. </dependency>
  385. <dependency>
  386. <groupId>nothing-sep.establish_lib-generated</groupId>
  387. <artifactId>connector_thirdparty_dossier-thirdparty-proxy</artifactId>
  388. <version>11.2</version>
  389. </dependency>
  390.  
  391. <!-- Third party libs -->
  392. <dependency>
  393. <groupId>commons-beanutils</groupId>
  394. <artifactId>commons-beanutils</artifactId>
  395. <version>1.7.0</version>
  396. </dependency>
  397. <dependency>
  398. <groupId>commons-net</groupId>
  399. <artifactId>commons-net</artifactId>
  400. <version>3.1</version>
  401. </dependency>
  402. <dependency>
  403. <groupId>commons-email</groupId>
  404. <artifactId>commons-email</artifactId>
  405. <version>1.1</version>
  406. <exclusions>
  407. <exclusion>
  408. <groupId>javax.mail</groupId>
  409. <artifactId>mail</artifactId>
  410. </exclusion>
  411. <exclusion>
  412. <groupId>javax.activation</groupId>
  413. <artifactId>activation</artifactId>
  414. </exclusion>
  415. </exclusions>
  416. </dependency>
  417. <dependency>
  418. <groupId>javax.inject</groupId>
  419. <artifactId>javax.inject</artifactId>
  420. <version>1</version>
  421. </dependency>
  422. <dependency>
  423. <groupId>org.apache.httpcomponents</groupId>
  424. <artifactId>httpclient</artifactId>
  425. <version>4.5.3</version>
  426. </dependency>
  427. <dependency>
  428. <groupId>org.apache.httpcomponents</groupId>
  429. <artifactId>httpclient</artifactId>
  430. <classifier>tests</classifier>
  431. <version>4.5.3</version>
  432. <scope>test</scope>
  433. </dependency>
  434. <dependency>
  435. <groupId>commons-pool</groupId>
  436. <artifactId>commons-pool</artifactId>
  437. <version>1.5.5</version>
  438. </dependency>
  439. <dependency>
  440. <groupId>com.sun.xml.ws</groupId>
  441. <artifactId>jaxws-rt</artifactId>
  442. <version>2.1.5-wls10.3.5</version>
  443. <scope>provided</scope>
  444. </dependency>
  445. <dependency>
  446. <groupId>com.sun.xml.bind</groupId>
  447. <artifactId>jaxb1-impl</artifactId>
  448. <version>2.0.3</version>
  449. <scope>provided</scope>
  450. </dependency>
  451. <dependency>
  452. <groupId>wsdl4j</groupId>
  453. <artifactId>wsdl4j</artifactId>
  454. <version>1.6.2</version>
  455. </dependency>
  456. <dependency>
  457. <groupId>easymock</groupId>
  458. <artifactId>easymock</artifactId>
  459. <version>1.2</version>
  460. <scope>test</scope>
  461. </dependency>
  462. <dependency>
  463. <groupId>easymock</groupId>
  464. <artifactId>easymockclassextension</artifactId>
  465. <version>1.2</version>
  466. <scope>test</scope>
  467. </dependency>
  468. <dependency>
  469. <groupId>jmockit</groupId>
  470. <artifactId>jmockit</artifactId>
  471. <version>0.990</version>
  472. <scope>test</scope>
  473. </dependency>
  474. <dependency>
  475. <groupId>org.codehaus.woodstox</groupId>
  476. <artifactId>wstx-asl</artifactId>
  477. <version>3.2.1</version>
  478. <scope>provided</scope>
  479. </dependency>
  480. <dependency>
  481. <groupId>org.codehaus.woodstox</groupId>
  482. <artifactId>woodstox-core-lgpl</artifactId>
  483. <version>4.4.1</version>
  484. <scope>runtime</scope>
  485. </dependency>
  486. <dependency>
  487. <groupId>org.jibx</groupId>
  488. <artifactId>jibx-run</artifactId>
  489. <version>1.3.1</version>
  490. <exclusions>
  491. <exclusion>
  492. <groupId>org.codehaus.woodstox</groupId>
  493. <artifactId>wstx-asl</artifactId>
  494. </exclusion>
  495. </exclusions>
  496. </dependency>
  497. <dependency>
  498. <groupId>org.jibx</groupId>
  499. <artifactId>jibx-extras</artifactId>
  500. <version>1.3.1</version>
  501. </dependency>
  502. <dependency>
  503. <groupId>sun</groupId>
  504. <artifactId>mail</artifactId>
  505. <version>1.3.3_01</version>
  506. </dependency>
  507. <dependency>
  508. <groupId>sun.jaxp</groupId>
  509. <artifactId>jaxp-api</artifactId>
  510. <version>${jaxp.version}</version>
  511. </dependency>
  512. <dependency>
  513. <groupId>sun.jaxp</groupId>
  514. <artifactId>xalan</artifactId>
  515. <version>${jaxp.version}</version>
  516. </dependency>
  517. <dependency>
  518. <groupId>sun.jaxp</groupId>
  519. <artifactId>xercesImpl</artifactId>
  520. <version>${jaxp.version}</version>
  521. </dependency>
  522. <dependency>
  523. <groupId>sun.jaxp</groupId>
  524. <artifactId>dom</artifactId>
  525. <version>${jaxp.version}</version>
  526. </dependency>
  527. <dependency>
  528. <groupId>xerces</groupId>
  529. <artifactId>xerces</artifactId>
  530. <version>1.4.4</version>
  531. </dependency>
  532. <dependency>
  533. <groupId>com.mockrunner</groupId>
  534. <artifactId>mockrunner</artifactId>
  535. <version>0.3.1</version>
  536. <scope>test</scope>
  537. </dependency>
  538. <dependency>
  539. <groupId>net.schmizz</groupId>
  540. <artifactId>sshj</artifactId>
  541. <version>0.8.1</version>
  542. </dependency>
  543. <dependency>
  544. <groupId>com.google.code.gson</groupId>
  545. <artifactId>gson</artifactId>
  546. <version>2.2.4</version>
  547. </dependency>
  548. <dependency>
  549. <groupId>xmlunit</groupId>
  550. <artifactId>xmlunit</artifactId>
  551. <version>1.5</version>
  552. <scope>test</scope>
  553. </dependency>
  554. <dependency>
  555. <groupId>xpp3</groupId>
  556. <artifactId>xpp3_min</artifactId>
  557. <version>1.1.3.4.O</version>
  558. </dependency>
  559. </dependencies>
  560. </dependencyManagement>
  561.  
  562. <build>
  563. <plugins>
  564. <plugin>
  565. <artifactId>maven-compiler-plugin</artifactId>
  566. <configuration>
  567. <source>1.6</source>
  568. <target>1.6</target>
  569. </configuration>
  570. </plugin>
  571. <plugin>
  572. <groupId>com.nothing.something.maven.plugins</groupId>
  573. <artifactId>maven-ejb-compile-plugin</artifactId>
  574. <extensions>true</extensions>
  575. <configuration>
  576. <jdk-home>${jdk-home}</jdk-home>
  577. <wls-root-dir>${wls.home}</wls-root-dir>
  578. </configuration>
  579. </plugin>
  580. <plugin>
  581. <artifactId>maven-jar-plugin</artifactId>
  582. <executions>
  583. <execution>
  584. <goals>
  585. <goal>test-jar</goal>
  586. </goals>
  587. </execution>
  588. </executions>
  589. </plugin>
  590. <plugin>
  591. <groupId>org.codehaus.mojo</groupId>
  592. <artifactId>versions-maven-plugin</artifactId>
  593. <version>1.2-nothing-6</version>
  594. <configuration>
  595. <properties>
  596. <property>
  597. <name>something.uf.version</name>
  598. <version>${something.uf.version-range}</version>
  599. </property>
  600. <property>
  601. <name>distributed.context.api.version</name>
  602. <version>${distributed.context.api.version-range}</version>
  603. </property>
  604. <property>
  605. <name>distributed.context.impl.version</name>
  606. <version>${distributed.context.impl.version-range}</version>
  607. </property>
  608. <property>
  609. <name>distributed.context.api.version</name>
  610. <version>${distributed.context.api.version-range}</version>
  611. </property>
  612. <property>
  613. <name>distributed.context.impl.version</name>
  614. <version>${distributed.context.impl.version-range}</version>
  615. </property>
  616. <property>
  617. <name>generic.context.impl.version</name>
  618. <version>${generic.context.version-range}</version>
  619. </property>
  620. <property>
  621. <name>jconnect.version</name>
  622. <version>${jconnect.version-range}</version>
  623. </property>
  624. </properties>
  625. </configuration>
  626. </plugin>
  627. <plugin>
  628. <artifactId>maven-surefire-plugin</artifactId>
  629. <configuration>
  630. <redirectTestOutputToFile>true</redirectTestOutputToFile>
  631. <forkCount>1</forkCount>
  632. <reuseForks>false</reuseForks>
  633. </configuration>
  634. </plugin>
  635. <plugin>
  636. <groupId>org.codehaus.mojo</groupId>
  637. <artifactId>xml-maven-plugin</artifactId>
  638. <executions>
  639. <execution>
  640. <goals>
  641. <goal>validate</goal>
  642. </goals>
  643. </execution>
  644. </executions>
  645. <configuration>
  646. <validationSets>
  647. <validationSet>
  648. <dir>src/main/resources/META-INF</dir>
  649. <includes>
  650. <include>*.xml</include>
  651. </includes>
  652. </validationSet>
  653. </validationSets>
  654. </configuration>
  655. </plugin>
  656. <plugin>
  657. <groupId>org.codehaus.mojo</groupId>
  658. <artifactId>sonar-maven-plugin</artifactId>
  659. <version>2.7.1</version><!--$NO-MVN-MAN-VER$-->
  660. </plugin>
  661.  
  662. <plugin>
  663. <groupId>org.jacoco</groupId>
  664. <artifactId>jacoco-maven-plugin</artifactId>
  665. <version>0.7.1.201405082137</version>
  666. <configuration>
  667. <includes>
  668. <include>com.nothing.*</include>
  669. <include>nothing.*</include>
  670. </includes>
  671.  
  672. <excludes>
  673. <exclude>*ByCGLib*</exclude>
  674. <exclude>*Javassist*</exclude>
  675. </excludes>
  676. </configuration>
  677. <executions>
  678. <execution>
  679. <id>pre-test</id>
  680. <goals>
  681. <goal>prepare-agent</goal>
  682. </goals>
  683. </execution>
  684. <execution>
  685. <id>post-test</id>
  686. <phase>test</phase>
  687. <goals>
  688. <goal>report</goal>
  689. </goals>
  690. </execution>
  691. </executions>
  692. </plugin>
  693. </plugins>
  694. </build>
  695.  
  696. <profiles>
  697. <profile>
  698. <id>qa</id>
  699. <properties>
  700. <!-- Avoiding PermGen issues -->
  701. <argLine>-Xmx2048m -XX:MaxPermSize=1024m -XX:PermSize=512m</argLine>
  702. </properties>
  703. <build>
  704. <plugins>
  705. <plugin>
  706. <artifactId>maven-enforcer-plugin</artifactId>
  707. <executions>
  708. <execution>
  709. <id>enforce-no-snapshots</id>
  710. <goals>
  711. <goal>enforce</goal>
  712. </goals>
  713. <configuration>
  714. <rules>
  715. <requireReleaseDeps>
  716. <message>No Snapshot
  717. Dependencies Allowed!</message>
  718. </requireReleaseDeps>
  719. </rules>
  720. <fail>true</fail>
  721. </configuration>
  722. </execution>
  723. </executions>
  724. </plugin>
  725. </plugins>
  726. </build>
  727. <modules>
  728. <module>establish-code</module>
  729. <module>establish-code-impl</module>
  730. <module>establish-ejbs</module>
  731. <module>establish-jca</module>
  732. <module>establish-webapp</module>
  733. <module>mgds-access</module>
  734. <module>establish-legacy</module>
  735. <module>establish-core</module>
  736. <module>establish-verbhandler-core</module>
  737. <module>establish-verbhandler-core-impl</module>
  738. <module>establish-verbhandler-java</module>
  739. <module>establish-verbhandler-http</module>
  740. <module>establish-verbhandler-http-impl</module>
  741. <module>establish-verbhandler-http-json-support</module>
  742. <module>establish-verbhandler-native</module>
  743. <module>establish-verbhandler-1axml</module>
  744. <module>establish-verbhandler-1axml-impl</module>
  745. <module>establish-verbhandler-ws-legacy</module>
  746. <module>establish-verbhandler-ws-metro</module>
  747. <module>establish-verbhandler-ws-metro-impl</module>
  748. <module>establish-verbhandler-filetransfer</module>
  749. <module>establish-verbhandler-filetransfer-impl</module>
  750. <module>establish-verbhandler-adapter-jaxb</module>
  751. <module>establish-service-json</module>
  752. <module>establish-service-json-impl</module>
  753. <module>establish-ws-passthrough</module>
  754. <module>establish-ws-passthrough-impl</module>
  755. </modules>
  756. </profile>
  757. <profile>
  758. <id>artifactory</id>
  759. <build>
  760. <!-- Package site as .zip for upload, since Artifactory doesn't host Maven sites -->
  761. <plugins>
  762. <plugin>
  763. <artifactId>maven-assembly-plugin</artifactId>
  764. <version>2.3</version>
  765. <executions>
  766. <execution>
  767. <id>package-site</id>
  768. <phase>package</phase>
  769. <inherited>false</inherited>
  770. <goals>
  771. <goal>single</goal>
  772. </goals>
  773. <configuration>
  774. <descriptors>
  775. <descriptor>src/main/assembly/doc.xml</descriptor>
  776. </descriptors>
  777. </configuration>
  778. </execution>
  779. </executions>
  780. </plugin>
  781. </plugins>
  782. </build>
  783. </profile>
  784. <profile>
  785. <id>all</id>
  786. <activation>
  787. <activeByDefault>true</activeByDefault>
  788. </activation>
  789. <modules>
  790. <module>establish-code</module>
  791. <module>establish-code-impl</module>
  792. <module>establish-ejbs</module>
  793. <module>establish-jca</module>
  794. <module>establish-webapp</module>
  795. <module>mgds-access</module>
  796. <module>establish-legacy</module>
  797. <module>establish-core</module>
  798. <module>establish-verbhandler-core</module>
  799. <module>establish-verbhandler-core-impl</module>
  800. <module>establish-verbhandler-java</module>
  801. <module>establish-verbhandler-http</module>
  802. <module>establish-verbhandler-http-impl</module>
  803. <module>establish-verbhandler-http-json-support</module>
  804. <module>establish-verbhandler-native</module>
  805. <module>establish-verbhandler-1axml</module>
  806. <module>establish-verbhandler-1axml-impl</module>
  807. <module>establish-verbhandler-ws-legacy</module>
  808. <module>establish-verbhandler-ws-metro</module>
  809. <module>establish-verbhandler-ws-metro-impl</module>
  810. <module>establish-verbhandler-filetransfer</module>
  811. <module>establish-verbhandler-filetransfer-impl</module>
  812. <module>establish-verbhandler-adapter-jaxb</module>
  813. <module>establish-service-json</module>
  814. <module>establish-service-json-impl</module>
  815. <module>establish-ws-passthrough</module>
  816. <module>establish-ws-passthrough-impl</module>
  817. </modules>
  818. </profile>
  819. <profile>
  820. <id>nojee</id>
  821. <modules>
  822. <module>establish-code</module>
  823. <module>establish-code-impl</module>
  824. <module>mgds-access</module>
  825. <module>establish-legacy</module>
  826. <module>establish-core</module>
  827. <module>establish-verbhandler-core</module>
  828. <module>establish-verbhandler-core-impl</module>
  829. <module>establish-verbhandler-java</module>
  830. <module>establish-verbhandler-http</module>
  831. <module>establish-verbhandler-http-impl</module>
  832. <module>establish-verbhandler-http-json-support</module>
  833. <module>establish-verbhandler-native</module>
  834. <module>establish-verbhandler-1axml</module>
  835. <module>establish-verbhandler-1axml-impl</module>
  836. <module>establish-verbhandler-ws-legacy</module>
  837. <module>establish-verbhandler-ws-metro</module>
  838. <module>establish-verbhandler-ws-metro-impl</module>
  839. <module>establish-verbhandler-filetransfer</module>
  840. <module>establish-verbhandler-filetransfer-impl</module>
  841. <module>establish-verbhandler-adapter-jaxb</module>
  842. <module>establish-service-json</module>
  843. <module>establish-service-json-impl</module>
  844. <module>establish-ws-passthrough</module>
  845. <module>establish-ws-passthrough-impl</module>
  846. </modules>
  847. </profile>
  848. <profile>
  849. <id>integration-tests</id>
  850. <modules>
  851. <module>establish-integration-tests</module>
  852. <module>establish-ws-metro-client-stub-sample</module>
  853. </modules>
  854. </profile>
  855. <profile>
  856. <id>maven-site-version</id>
  857. <properties>
  858. <maven.site.deploy.url>${maven.site.url}${project.groupId}</maen.site.deploy.url>
  859. </properties>
  860. </profile>
  861. <profile>
  862. <!-- To be used by Sonar to analyze only modules where we effectively work on and to also take into account Integration Tests -->
  863. <id>sonar</id>
  864. <modules>
  865. <module>establish-code-impl</module>
  866. <module>establish-core</module>
  867. <module>establish-verbhandler-core</module>
  868. <module>establish-verbhandler-core-impl</module>
  869. <module>establish-verbhandler-java</module>
  870. <module>establish-verbhandler-http</module>
  871. <module>establish-verbhandler-http-impl</module>
  872. <module>establish-verbhandler-http-json-support</module>
  873. <module>establish-verbhandler-1axml</module>
  874. <module>establish-verbhandler-1axml-impl</module>
  875. <module>establish-verbhandler-native</module>
  876. <module>establish-verbhandler-ws-legacy</module>
  877. <module>establish-verbhandler-ws-metro</module>
  878. <module>establish-verbhandler-ws-metro-impl</module>
  879. <module>establish-verbhandler-filetransfer</module>
  880. <module>establish-verbhandler-filetransfer-impl</module>
  881. <module>establish-verbhandler-adapter-jaxb</module>
  882. <module>establish-service-json</module>
  883. <module>establish-service-json-impl</module>
  884. <module>establish-ws-passthrough</module>
  885. <module>establish-ws-passthrough-impl</module>
  886. </modules>
  887. </profile>
  888. </profiles>
  889. </project>
  890.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python2.7/py_compile.py", line 117, in compile
    raise py_exc
py_compile.PyCompileError:   File "prog.py", line 1
    <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    ^
SyntaxError: invalid syntax

stdout
Standard output is empty