Advertisement
razvanth21

Untitled

Mar 19th, 2020
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.45 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ~ Licensed to the Apache Software Foundation (ASF) under one
  4. ~ or more contributor license agreements. See the NOTICE file
  5. ~ distributed with this work for additional information
  6. ~ regarding copyright ownership. The ASF licenses this file
  7. ~ to you under the Apache License, Version 2.0 (the
  8. ~ "License"); you may not use this file except in compliance
  9. ~ with the License. You may obtain a copy of the License at
  10. ~
  11. ~ http://www.apache.org/licenses/LICENSE-2.0
  12. ~
  13. ~ Unless required by applicable law or agreed to in writing,
  14. ~ software distributed under the License is distributed on an
  15. ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  16. ~ KIND, either express or implied. See the License for the
  17. ~ specific language governing permissions and limitations
  18. ~ under the License.
  19. -->
  20. <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">
  21. <modelVersion>4.0.0</modelVersion>
  22. <parent>
  23. <groupId>org.apache</groupId>
  24. <artifactId>apache</artifactId>
  25. <version>9</version>
  26. </parent>
  27. <groupId>org.apache.axis</groupId>
  28. <artifactId>axis-project</artifactId>
  29. <name>Axis</name>
  30. <version>1.4.1-SNAPSHOT</version>
  31. <packaging>pom</packaging>
  32. <url>${baseUrl}/</url>
  33. <issueManagement>
  34. <system>jira</system>
  35. <url>http://issues.apache.org/jira/browse/AXIS</url>
  36. </issueManagement>
  37. <scm>
  38. <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis1/java/trunk</connection>
  39. <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis1/java/trunk</developerConnection>
  40. <url>http://svn.apache.org/viewvc/axis/axis1/java/trunk</url>
  41. </scm>
  42. <mailingLists>
  43. <mailingList>
  44. <name>Developer List</name>
  45. <subscribe>java-dev-subscribe@axis.apache.org</subscribe>
  46. <unsubscribe>java-dev-unsubscribe@axis.apache.org</unsubscribe>
  47. <post>java-dev@axis.apache.org</post>
  48. <archive>http://mail-archives.apache.org/mod_mbox/axis-java-dev/</archive>
  49. </mailingList>
  50. <mailingList>
  51. <name>User List</name>
  52. <subscribe>axis1-java-user-subscribe@axis.apache.org</subscribe>
  53. <unsubscribe>axis1-java-user-unsubscribe@axis.apache.org</unsubscribe>
  54. <post>axis1-java-user@axis.apache.org</post>
  55. <archive>http://mail-archives.apache.org/mod_mbox/axis-axis1-java-user/</archive>
  56. </mailingList>
  57. </mailingLists>
  58. <inceptionYear>2000</inceptionYear>
  59. <modules>
  60. <module>apidocs</module>
  61. <module>axis</module>
  62. <module>axis-ant</module>
  63. <module>axis-codegen</module>
  64. <module>axis-jaxrpc</module>
  65. <module>axis-model</module>
  66. <module>axis-rt-compat</module>
  67. <module>axis-rt-core</module>
  68. <module>axis-rt-jws</module>
  69. <module>axis-rt-databinding-castor</module>
  70. <module>axis-rt-databinding-xmlbeans</module>
  71. <module>axis-rt-management</module>
  72. <module>axis-rt-provider-bsf</module>
  73. <module>axis-rt-soapmonitor</module>
  74. <module>axis-rt-transport-http-hc3</module>
  75. <module>axis-rt-transport-http-javanet</module>
  76. <module>axis-rt-transport-jms</module>
  77. <module>axis-rt-transport-mail</module>
  78. <module>axis-saaj</module>
  79. <module>axis-standalone-server</module>
  80. <module>axis-testutils</module>
  81. <module>axis-tools</module>
  82. <module>axis-war</module>
  83. <module>daemon-launcher</module>
  84. <module>distribution</module>
  85. <module>integration</module>
  86. <module>interop-mock</module>
  87. <module>jetty-daemon</module>
  88. <module>maven</module>
  89. <module>samples</module>
  90. <module>soapmonitor-applet</module>
  91. <module>soapmonitor-client</module>
  92. <module>tcpmon</module>
  93. <module>tests</module>
  94. </modules>
  95. <dependencyManagement>
  96. <dependencies>
  97. <dependency>
  98. <groupId>javax.activation</groupId>
  99. <artifactId>activation</artifactId>
  100. <version>1.1</version>
  101. </dependency>
  102. <dependency>
  103. <groupId>javax.mail</groupId>
  104. <artifactId>mail</artifactId>
  105. <version>1.4.1</version>
  106. </dependency>
  107. <dependency>
  108. <groupId>junit</groupId>
  109. <artifactId>junit</artifactId>
  110. <version>4.12</version>
  111. </dependency>
  112. <dependency>
  113. <groupId>com.google.truth</groupId>
  114. <artifactId>truth</artifactId>
  115. <version>0.40</version>
  116. </dependency>
  117. <dependency>
  118. <groupId>xmlunit</groupId>
  119. <artifactId>xmlunit</artifactId>
  120. <version>1.0</version>
  121. </dependency>
  122. <dependency>
  123. <groupId>log4j</groupId>
  124. <artifactId>log4j</artifactId>
  125. <version>1.2.8</version>
  126. </dependency>
  127. <dependency>
  128. <groupId>commons-io</groupId>
  129. <artifactId>commons-io</artifactId>
  130. <version>1.4</version>
  131. </dependency>
  132. <dependency>
  133. <groupId>org.apache.ws.commons.axiom</groupId>
  134. <artifactId>testutils</artifactId>
  135. <version>1.2.15</version>
  136. </dependency>
  137. <dependency>
  138. <groupId>commons-lang</groupId>
  139. <artifactId>commons-lang</artifactId>
  140. <version>2.6</version>
  141. </dependency>
  142. <dependency>
  143. <groupId>commons-daemon</groupId>
  144. <artifactId>commons-daemon</artifactId>
  145. <version>1.0.10</version>
  146. </dependency>
  147. <dependency>
  148. <groupId>commons-cli</groupId>
  149. <artifactId>commons-cli</artifactId>
  150. <version>1.2</version>
  151. </dependency>
  152. <dependency>
  153. <!-- Jetty 6.1 is the last version with support for Java 1.4 -->
  154. <groupId>org.mortbay.jetty</groupId>
  155. <artifactId>jetty</artifactId>
  156. <version>6.1.26</version>
  157. </dependency>
  158. </dependencies>
  159. </dependencyManagement>
  160. <prerequisites>
  161. <maven>3.0.3</maven>
  162. </prerequisites>
  163. <pluginRepositories>
  164. <pluginRepository>
  165. <id>sonatype-snapshots</id>
  166. <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
  167. <releases>
  168. <enabled>false</enabled>
  169. </releases>
  170. <snapshots>
  171. <enabled>true</enabled>
  172. </snapshots>
  173. </pluginRepository>
  174. </pluginRepositories>
  175. <build>
  176. <pluginManagement>
  177. <plugins>
  178. <plugin>
  179. <artifactId>maven-jar-plugin</artifactId>
  180. <version>2.3.2</version>
  181. <configuration>
  182. <archive>
  183. <manifest>
  184. <addDefaultImplementationEntries>false</addDefaultImplementationEntries>
  185. <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
  186. </manifest>
  187. </archive>
  188. </configuration>
  189. </plugin>
  190. <plugin>
  191. <artifactId>maven-javadoc-plugin</artifactId>
  192. <version>3.0.0</version>
  193. <configuration>
  194. <detectOfflineLinks>false</detectOfflineLinks>
  195. <source>${javaVersion}</source>
  196. <quiet>true</quiet>
  197. </configuration>
  198. </plugin>
  199. <plugin>
  200. <artifactId>maven-surefire-plugin</artifactId>
  201. <version>2.21.0</version>
  202. <configuration>
  203. <!-- Make test execution deterministic -->
  204. <runOrder>alphabetical</runOrder>
  205. <redirectTestOutputToFile>true</redirectTestOutputToFile>
  206. <trimStackTrace>false</trimStackTrace>
  207. <systemPropertyVariables>
  208. <!-- Axis doesn't contain META-INF/services/* files for SAAJ. Instead, the SAAJ API
  209. library provided by Axis uses the Axis SAAJ implementation by default. That's an issue on Java 1.6
  210. because the SAAJ API provided by the JRE will be used. Therefore we need to set this system property
  211. to execute the SAAJ unit tests on Java 1.6. -->
  212. <javax.xml.soap.MessageFactory>org.apache.axis.soap.MessageFactoryImpl</javax.xml.soap.MessageFactory>
  213. <javax.xml.soap.SOAPFactory>org.apache.axis.soap.SOAPFactoryImpl</javax.xml.soap.SOAPFactory>
  214. <javax.xml.soap.SOAPConnectionFactory>org.apache.axis.soap.SOAPConnectionFactoryImpl</javax.xml.soap.SOAPConnectionFactory>
  215. </systemPropertyVariables>
  216. </configuration>
  217. </plugin>
  218. <plugin>
  219. <artifactId>maven-failsafe-plugin</artifactId>
  220. <version>2.21.0</version>
  221. <configuration>
  222. <!-- See the corresponding surefire configuration for more information about this. -->
  223. <runOrder>alphabetical</runOrder>
  224. <redirectTestOutputToFile>true</redirectTestOutputToFile>
  225. <trimStackTrace>false</trimStackTrace>
  226. <systemPropertyVariables>
  227. <javax.xml.soap.MessageFactory>org.apache.axis.soap.MessageFactoryImpl</javax.xml.soap.MessageFactory>
  228. <javax.xml.soap.SOAPFactory>org.apache.axis.soap.SOAPFactoryImpl</javax.xml.soap.SOAPFactory>
  229. <javax.xml.soap.SOAPConnectionFactory>org.apache.axis.soap.SOAPConnectionFactoryImpl</javax.xml.soap.SOAPConnectionFactory>
  230. </systemPropertyVariables>
  231. </configuration>
  232. </plugin>
  233. <plugin>
  234. <artifactId>maven-antrun-plugin</artifactId>
  235. <version>1.7</version>
  236. </plugin>
  237. <plugin>
  238. <artifactId>maven-site-plugin</artifactId>
  239. <version>3.4</version>
  240. </plugin>
  241. <plugin>
  242. <artifactId>maven-assembly-plugin</artifactId>
  243. <version>2.2.2</version>
  244. </plugin>
  245. <plugin>
  246. <artifactId>maven-dependency-plugin</artifactId>
  247. <version>2.6</version>
  248. </plugin>
  249. <plugin>
  250. <groupId>org.codehaus.mojo</groupId>
  251. <artifactId>build-helper-maven-plugin</artifactId>
  252. <version>1.7</version>
  253. </plugin>
  254. <plugin>
  255. <artifactId>maven-invoker-plugin</artifactId>
  256. <version>1.7</version>
  257. <configuration>
  258. <!-- Enable the JaCoCo agent. -->
  259. <mavenOpts>${argLine}</mavenOpts>
  260. </configuration>
  261. </plugin>
  262. <plugin>
  263. <groupId>org.mortbay.jetty</groupId>
  264. <artifactId>jetty-maven-plugin</artifactId>
  265. <version>7.5.4.v20111024</version>
  266. </plugin>
  267. <plugin>
  268. <artifactId>maven-war-plugin</artifactId>
  269. <version>2.1.1</version>
  270. </plugin>
  271. <plugin>
  272. <groupId>org.codehaus.gmaven</groupId>
  273. <artifactId>gmaven-plugin</artifactId>
  274. <version>1.2</version>
  275. </plugin>
  276. <plugin>
  277. <artifactId>maven-shade-plugin</artifactId>
  278. <version>2.3</version>
  279. </plugin>
  280. <plugin>
  281. <artifactId>maven-eclipse-plugin</artifactId>
  282. <version>2.9</version>
  283. </plugin>
  284. <plugin>
  285. <groupId>com.github.veithen.filecheck</groupId>
  286. <artifactId>filecheck-maven-plugin</artifactId>
  287. <version>0.1</version>
  288. </plugin>
  289. <plugin>
  290. <groupId>com.github.veithen.alta</groupId>
  291. <artifactId>alta-maven-plugin</artifactId>
  292. <version>0.6.2</version>
  293. </plugin>
  294. </plugins>
  295. </pluginManagement>
  296. <plugins>
  297. <plugin>
  298. <artifactId>maven-enforcer-plugin</artifactId>
  299. <version>1.1.1</version>
  300. <executions>
  301. <execution>
  302. <id>enforcer-enforce</id>
  303. <goals>
  304. <goal>enforce</goal>
  305. </goals>
  306. <configuration>
  307. <rules>
  308. <!-- We don't want to support Maven 2 and we need at least 3.0.4 to avoid MINVOKER-107 -->
  309. <requireMavenVersion>
  310. <version>3.0.4</version>
  311. </requireMavenVersion>
  312. </rules>
  313. </configuration>
  314. </execution>
  315. </executions>
  316. </plugin>
  317. <plugin>
  318. <artifactId>maven-compiler-plugin</artifactId>
  319. <version>3.6.0</version>
  320. <configuration>
  321. <source>${javaVersion}</source>
  322. <target>${javaVersion}</target>
  323. </configuration>
  324. </plugin>
  325. <plugin>
  326. <groupId>org.jacoco</groupId>
  327. <artifactId>jacoco-maven-plugin</artifactId>
  328. <version>0.8.2</version>
  329. <executions>
  330. <execution>
  331. <id>jacoco-prepare-agent</id>
  332. <goals>
  333. <goal>prepare-agent</goal>
  334. </goals>
  335. </execution>
  336. </executions>
  337. </plugin>
  338. <plugin>
  339. <groupId>com.github.veithen.maven</groupId>
  340. <artifactId>jacoco-report-maven-plugin</artifactId>
  341. <version>0.1.1</version>
  342. <executions>
  343. <execution>
  344. <id>jacoco-report-process</id>
  345. <goals>
  346. <goal>process</goal>
  347. </goals>
  348. </execution>
  349. </executions>
  350. </plugin>
  351. <plugin>
  352. <groupId>org.codehaus.gmaven</groupId>
  353. <artifactId>gmaven-plugin</artifactId>
  354. <executions>
  355. <execution>
  356. <id>select-java-signatures</id>
  357. <phase>verify</phase>
  358. <goals>
  359. <goal>execute</goal>
  360. </goals>
  361. <configuration>
  362. <source>
  363. javaVersion = project.properties['javaVersion']
  364. if (javaVersion == '1.4') {
  365. artifactId = 'java14-sun'
  366. } else if (javaVersion == '1.5') {
  367. artifactId = 'java15-sun'
  368. } else if (javaVersion == '1.6') {
  369. artifactId = 'java16-sun'
  370. }
  371. project.properties['signatureArtifactId'] = artifactId
  372. project.properties['signatureVersion'] = '1.0'
  373. </source>
  374. </configuration>
  375. </execution>
  376. </executions>
  377. </plugin>
  378. <plugin>
  379. <!-- This serves two purposes:
  380. (1) we want to generate source JARs for all builds, not just release builds;
  381. (2) we need (some of) the source JARs to generate the Javadoc in the apidocs module. -->
  382. <artifactId>maven-source-plugin</artifactId>
  383. <executions>
  384. <execution>
  385. <id>source-jars</id>
  386. <goals>
  387. <goal>jar-no-fork</goal>
  388. </goals>
  389. </execution>
  390. </executions>
  391. <configuration>
  392. <attach>true</attach>
  393. </configuration>
  394. </plugin>
  395. <plugin>
  396. <!-- Override the set of reports just for this project -->
  397. <artifactId>maven-site-plugin</artifactId>
  398. <inherited>false</inherited>
  399. <configuration>
  400. <reportPlugins>
  401. <plugin>
  402. <artifactId>maven-project-info-reports-plugin</artifactId>
  403. <version>2.8</version>
  404. <reports>
  405. <report>index</report>
  406. <report>issue-tracking</report>
  407. <report>mailing-list</report>
  408. <!-- report>project-team</report -->
  409. <report>scm</report>
  410. </reports>
  411. </plugin>
  412. </reportPlugins>
  413. </configuration>
  414. </plugin>
  415.  
  416. <plugin>
  417. <groupId>org.apache.maven.plugins</groupId>
  418. <artifactId>maven-scm-publish-plugin</artifactId>
  419. <version>1.0-beta-2</version>
  420. </plugin>
  421. </plugins>
  422. </build>
  423. <profiles>
  424. <profile>
  425. <id>apache-release</id>
  426. <build>
  427. <plugins>
  428. <plugin>
  429. <artifactId>maven-source-plugin</artifactId>
  430. <executions>
  431. <execution>
  432. <!-- Skip the execution configured in org.apache:apache. We use our own configuration. -->
  433. <id>attach-sources</id>
  434. <phase>none</phase>
  435. <goals>
  436. <goal>jar</goal>
  437. </goals>
  438. </execution>
  439. </executions>
  440. </plugin>
  441. </plugins>
  442. </build>
  443. </profile>
  444. <profile>
  445. <!-- Profile to generate Eclipse project metadata -->
  446. <id>eclipse</id>
  447. <properties>
  448. <skipTests>true</skipTests>
  449. </properties>
  450. <build>
  451. <defaultGoal>install</defaultGoal>
  452. <plugins>
  453. <plugin>
  454. <artifactId>maven-eclipse-plugin</artifactId>
  455. <executions>
  456. <execution>
  457. <!-- Since we configure the maven-shade-plugin with the dependencyReducedPomLocation
  458. property, the basedir of the modules that use that plugin will change during
  459. the build lifecycle. This is an issue for maven-eclipse-plugin. Therefore
  460. we execute the eclipse goal in the prepare-package phase, i.e. before the shade goal. -->
  461. <id>maven-eclipse</id>
  462. <phase>prepare-package</phase>
  463. <goals>
  464. <goal>eclipse</goal>
  465. </goals>
  466. <configuration>
  467. <downloadSources>true</downloadSources>
  468. </configuration>
  469. </execution>
  470. </executions>
  471. </plugin>
  472. </plugins>
  473. </build>
  474. </profile>
  475. </profiles>
  476. <reporting>
  477. <!-- Note that the reporting plugins configured here are only executed in submodules
  478. (because the configuration of the maven-site-plugin in this POM overrides the
  479. reports configured here). -->
  480. <plugins>
  481. <plugin>
  482. <artifactId>maven-project-info-reports-plugin</artifactId>
  483. <version>2.8</version>
  484. <reportSets>
  485. <reportSet>
  486. <reports>
  487. <report>index</report>
  488. <report>summary</report>
  489. <report>dependencies</report>
  490. </reports>
  491. </reportSet>
  492. </reportSets>
  493. <configuration>
  494. <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
  495. </configuration>
  496. </plugin>
  497. </plugins>
  498. </reporting>
  499. <properties>
  500. <javaVersion>1.8</javaVersion>
  501. <baseUrl>http://axis.apache.org/axis/java</baseUrl>
  502. <baseSiteUrl>scm:svn:https://svn.apache.org/repos/asf/axis/site/axis/java</baseSiteUrl>
  503. </properties>
  504. <distributionManagement>
  505. <site>
  506. <id>axis</id>
  507. <url>${baseSiteUrl}/</url>
  508. </site>
  509. </distributionManagement>
  510. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement