jakarta.xml.ws-api-2.3.2.pom 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456
  1. <!--
  2. Copyright (c) 1997, 2018 Oracle and/or its affiliates. All rights reserved.
  3. This program and the accompanying materials are made available under the
  4. terms of the Eclipse Distribution License v. 1.0, which is available at
  5. http://www.eclipse.org/org/documents/edl-v10.php.
  6. SPDX-License-Identifier: BSD-3-Clause
  7. -->
  8. <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">
  9. <modelVersion>4.0.0</modelVersion>
  10. <parent>
  11. <groupId>org.eclipse.ee4j</groupId>
  12. <artifactId>project</artifactId>
  13. <version>1.0.5</version>
  14. </parent>
  15. <groupId>jakarta.xml.ws</groupId>
  16. <artifactId>jakarta.xml.ws-api</artifactId>
  17. <version>2.3.2</version>
  18. <packaging>jar</packaging>
  19. <name>JAX-WS API</name>
  20. <description>JAX-WS (JSR 224) API</description>
  21. <url>https://github.com/eclipse-ee4j/jax-ws-api</url>
  22. <scm>
  23. <connection>scm:git:git://github.com/eclipse-ee4j/jax-ws-api</connection>
  24. <developerConnection>scm:git:git://github.com/eclipse-ee4j/jax-ws-api</developerConnection>
  25. <url>https://github.com/eclipse-ee4j/jax-ws-api</url>
  26. <tag>HEAD</tag>
  27. </scm>
  28. <licenses>
  29. <license>
  30. <name>Eclipse Distribution License - v 1.0</name>
  31. <url>http://www.eclipse.org/org/documents/edl-v10.php</url>
  32. <distribution>repo</distribution>
  33. </license>
  34. </licenses>
  35. <developers>
  36. <developer>
  37. <name>Lukas Jungmann</name>
  38. <email>lukas.jungmann@oracle.com</email>
  39. <organization>Oracle Corporation</organization>
  40. </developer>
  41. <developer>
  42. <id>bravehorsie</id>
  43. <name>Roman Grigoriadi</name>
  44. <email>Roman.Grigoriadi@oracle.com</email>
  45. </developer>
  46. <developer>
  47. <id>zhengjl</id>
  48. <name>Zheng Jun Li</name>
  49. <email>zheng.jun.li@oracle.com</email>
  50. </developer>
  51. </developers>
  52. <issueManagement>
  53. <system>github</system>
  54. <url>https://github.com/eclipse-ee4j/jax-ws-api/issues</url>
  55. </issueManagement>
  56. <mailingLists>
  57. <mailingList>
  58. <name>Eclipse Project for JAX-WS mailing list</name>
  59. <post>jaxws-dev@eclipse.org</post>
  60. <subscribe>https://accounts.eclipse.org/mailing-list/jaxws-dev</subscribe>
  61. <unsubscribe>https://accounts.eclipse.org/mailing-list/jaxws-dev</unsubscribe>
  62. <archive>https://dev.eclipse.org/mhonarc/lists/jaxws-dev/</archive>
  63. </mailingList>
  64. </mailingLists>
  65. <dependencies>
  66. <dependency>
  67. <groupId>jakarta.xml.bind</groupId>
  68. <artifactId>jakarta.xml.bind-api</artifactId>
  69. <version>${jaxb-api.version}</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>jakarta.xml.soap</groupId>
  73. <artifactId>jakarta.xml.soap-api</artifactId>
  74. <version>${soap-api.version}</version>
  75. </dependency>
  76. <dependency>
  77. <groupId>jakarta.annotation</groupId>
  78. <artifactId>jakarta.annotation-api</artifactId>
  79. <version>${annotation-api.version}</version>
  80. </dependency>
  81. <dependency>
  82. <groupId>jakarta.jws</groupId>
  83. <artifactId>jakarta.jws-api</artifactId>
  84. <version>${jws-api.version}</version>
  85. <scope>runtime</scope>
  86. </dependency>
  87. </dependencies>
  88. <properties>
  89. <release.spec.title>Maintenance Release</release.spec.title>
  90. <release.spec.date>Jul 11, 2017</release.spec.date>
  91. <release.spec.feedback>jaxws-dev@eclipse.org</release.spec.feedback>
  92. <api.package>javax.xml.ws</api.package>
  93. <extension.name>jakarta.xml.ws</extension.name>
  94. <spec.version>2.3</spec.version>
  95. <old.spec.version>2.2</old.spec.version>
  96. <non.final>false</non.final>
  97. <findbugs.exclude>${project.basedir}/exclude.xml</findbugs.exclude>
  98. <findbugs.threshold>Low</findbugs.threshold>
  99. <maven.build.timestamp.format>yyMMdd.HHmm</maven.build.timestamp.format>
  100. <legal.doc.source>${project.basedir}/..</legal.doc.source>
  101. <annotation-api.version>1.3.4</annotation-api.version>
  102. <jaxb-api.version>2.3.2</jaxb-api.version>
  103. <soap-api.version>1.4.1</soap-api.version>
  104. <jws-api.version>1.1.1</jws-api.version>
  105. </properties>
  106. <build>
  107. <pluginManagement>
  108. <plugins>
  109. <plugin>
  110. <groupId>org.codehaus.mojo</groupId>
  111. <artifactId>buildnumber-maven-plugin</artifactId>
  112. <version>1.4</version>
  113. </plugin>
  114. <plugin>
  115. <groupId>org.codehaus.mojo</groupId>
  116. <artifactId>cobertura-maven-plugin</artifactId>
  117. <version>2.7</version>
  118. </plugin>
  119. <plugin>
  120. <groupId>org.apache.maven.plugins</groupId>
  121. <artifactId>maven-source-plugin</artifactId>
  122. <version>3.0.1</version>
  123. </plugin>
  124. <plugin>
  125. <groupId>org.codehaus.mojo</groupId>
  126. <artifactId>findbugs-maven-plugin</artifactId>
  127. <version>3.0.5</version>
  128. </plugin>
  129. <plugin>
  130. <groupId>org.apache.maven.plugins</groupId>
  131. <artifactId>maven-compiler-plugin</artifactId>
  132. <version>3.8.0</version>
  133. </plugin>
  134. <plugin>
  135. <groupId>org.apache.maven.plugins</groupId>
  136. <artifactId>maven-jar-plugin</artifactId>
  137. <version>3.1.0</version>
  138. </plugin>
  139. <plugin>
  140. <groupId>org.apache.maven.plugins</groupId>
  141. <artifactId>maven-javadoc-plugin</artifactId>
  142. <version>3.0.1</version>
  143. </plugin>
  144. <plugin>
  145. <groupId>org.apache.felix</groupId>
  146. <artifactId>maven-bundle-plugin</artifactId>
  147. <version>3.5.1</version>
  148. </plugin>
  149. <plugin>
  150. <groupId>org.apache.maven.plugins</groupId>
  151. <artifactId>maven-enforcer-plugin</artifactId>
  152. <version>3.0.0-M2</version>
  153. </plugin>
  154. <plugin>
  155. <groupId>org.glassfish.copyright</groupId>
  156. <artifactId>glassfish-copyright-maven-plugin</artifactId>
  157. <version>1.50</version>
  158. </plugin>
  159. <plugin>
  160. <groupId>org.glassfish.build</groupId>
  161. <artifactId>spec-version-maven-plugin</artifactId>
  162. <version>1.5</version>
  163. </plugin>
  164. <plugin>
  165. <groupId>org.codehaus.mojo</groupId>
  166. <artifactId>build-helper-maven-plugin</artifactId>
  167. <version>3.0.0</version>
  168. </plugin>
  169. </plugins>
  170. </pluginManagement>
  171. <plugins>
  172. <plugin>
  173. <groupId>org.codehaus.mojo</groupId>
  174. <artifactId>cobertura-maven-plugin</artifactId>
  175. <configuration>
  176. <formats>
  177. <format>xml</format>
  178. </formats>
  179. <check>
  180. <totalLineRate>45</totalLineRate>
  181. <packageLineRate>45</packageLineRate>
  182. <haltOnFailure>true</haltOnFailure>
  183. </check>
  184. </configuration>
  185. </plugin>
  186. <plugin>
  187. <groupId>org.codehaus.mojo</groupId>
  188. <artifactId>findbugs-maven-plugin</artifactId>
  189. <configuration>
  190. <skip>${findbugs.skip}</skip>
  191. <threshold>${findbugs.threshold}</threshold>
  192. <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
  193. <excludeFilterFile>
  194. ${findbugs.exclude}
  195. </excludeFilterFile>
  196. <fork>true</fork>
  197. <jvmArgs>-Xms64m -Xmx256m</jvmArgs>
  198. </configuration>
  199. <dependencies>
  200. <dependency>
  201. <groupId>org.glassfish.findbugs</groupId>
  202. <artifactId>findbugs</artifactId>
  203. <version>1.7</version>
  204. </dependency>
  205. </dependencies>
  206. </plugin>
  207. <plugin>
  208. <groupId>org.glassfish.copyright</groupId>
  209. <artifactId>glassfish-copyright-maven-plugin</artifactId>
  210. <configuration>
  211. <templateFile>${project.basedir}/copyright.txt</templateFile>
  212. <excludeFile>${project.basedir}/copyright-exclude</excludeFile>
  213. <scm>git</scm>
  214. <!-- skip files not under SCM-->
  215. <scmOnly>true</scmOnly>
  216. <!-- turn off warnings -->
  217. <warn>true</warn>
  218. <!-- for use with repair -->
  219. <update>false</update>
  220. <!-- check that year is correct -->
  221. <ignoreYear>false</ignoreYear>
  222. </configuration>
  223. </plugin>
  224. <plugin>
  225. <groupId>org.codehaus.mojo</groupId>
  226. <artifactId>buildnumber-maven-plugin</artifactId>
  227. <executions>
  228. <execution>
  229. <id>validate</id>
  230. <phase>validate</phase>
  231. <goals>
  232. <goal>create</goal>
  233. </goals>
  234. <configuration>
  235. <getRevisionOnlyOnce>true</getRevisionOnlyOnce>
  236. <timestampFormat>{0,date,yyyy-MM-dd'T'HH:mm:ssZ}</timestampFormat>
  237. <shortRevisionLength>7</shortRevisionLength>
  238. <revisionOnScmFailure>false</revisionOnScmFailure>
  239. </configuration>
  240. </execution>
  241. </executions>
  242. </plugin>
  243. <plugin>
  244. <groupId>org.codehaus.mojo</groupId>
  245. <artifactId>build-helper-maven-plugin</artifactId>
  246. <executions>
  247. <execution>
  248. <id>add-legal-resource</id>
  249. <phase>generate-resources</phase>
  250. <goals>
  251. <goal>add-resource</goal>
  252. </goals>
  253. <configuration>
  254. <resources>
  255. <resource>
  256. <directory>${legal.doc.source}</directory>
  257. <includes>
  258. <include>NOTICE.md</include>
  259. <include>LICENSE.md</include>
  260. </includes>
  261. <targetPath>META-INF</targetPath>
  262. </resource>
  263. </resources>
  264. </configuration>
  265. </execution>
  266. </executions>
  267. </plugin>
  268. <plugin>
  269. <groupId>org.apache.maven.plugins</groupId>
  270. <artifactId>maven-compiler-plugin</artifactId>
  271. <configuration>
  272. <source>1.8</source>
  273. <target>1.8</target>
  274. </configuration>
  275. </plugin>
  276. <plugin>
  277. <groupId>org.glassfish.build</groupId>
  278. <artifactId>spec-version-maven-plugin</artifactId>
  279. <configuration>
  280. <specMode>jakarta</specMode>
  281. <spec>
  282. <nonFinal>${non.final}</nonFinal>
  283. <jarType>api</jarType>
  284. <specVersion>${old.spec.version}</specVersion>
  285. <newSpecVersion>${spec.version}</newSpecVersion>
  286. <specImplVersion>${project.version}</specImplVersion>
  287. <apiPackage>${extension.name}</apiPackage>a
  288. </spec>
  289. </configuration>
  290. <executions>
  291. <execution>
  292. <goals>
  293. <goal>set-spec-properties</goal>
  294. <!-- TODO:
  295. glassfish-spec-version-maven-plugin needs to be updated
  296. in order to check 'jakarta.' prefixed values in manifest entries
  297. -->
  298. <!--<goal>check-module</goal>-->
  299. </goals>
  300. </execution>
  301. </executions>
  302. </plugin>
  303. <plugin>
  304. <groupId>org.apache.felix</groupId>
  305. <artifactId>maven-bundle-plugin</artifactId>
  306. <configuration>
  307. <instructions>
  308. <Bundle-Version>${spec.bundle.version}</Bundle-Version>
  309. <Bundle-SymbolicName>${spec.bundle.symbolic-name}</Bundle-SymbolicName>
  310. <Extension-Name>${spec.extension.name}</Extension-Name>
  311. <Implementation-Version>${spec.implementation.version}</Implementation-Version>
  312. <Specification-Version>${spec.version}</Specification-Version>
  313. <DynamicImport-Package>org.glassfish.hk2.osgiresourcelocator</DynamicImport-Package>
  314. <Specification-Vendor>Oracle Corporation</Specification-Vendor>
  315. <Implementation-Vendor>${project.organization.name}</Implementation-Vendor>
  316. <Implementation-Vendor-Id>org.glassfish</Implementation-Vendor-Id>
  317. <Implementation-Build-Id>${scmBranch}-${buildNumber}, ${timestamp}</Implementation-Build-Id>
  318. <_noee>true</_noee>
  319. </instructions>
  320. </configuration>
  321. <executions>
  322. <execution>
  323. <id>bundle-manifest</id>
  324. <phase>process-classes</phase>
  325. <goals>
  326. <goal>manifest</goal>
  327. </goals>
  328. </execution>
  329. </executions>
  330. </plugin>
  331. <plugin>
  332. <groupId>org.apache.maven.plugins</groupId>
  333. <artifactId>maven-jar-plugin</artifactId>
  334. <configuration>
  335. <archive>
  336. <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
  337. </archive>
  338. </configuration>
  339. </plugin>
  340. <plugin>
  341. <groupId>org.apache.maven.plugins</groupId>
  342. <artifactId>maven-javadoc-plugin</artifactId>
  343. <configuration>
  344. <groups>
  345. <group>
  346. <title>JAX-WS Packages</title>
  347. <packages>javax.xml.ws.*</packages>
  348. </group>
  349. </groups>
  350. <windowtitle>JAX-WS ${spec.version}</windowtitle>
  351. <doctitle>
  352. <![CDATA[<br>
  353. JAX-WS ${spec.version} Runtime Library</h2>
  354. ${release.spec.title} specification, ${release.spec.date}<br>
  355. Comments to: <i><a href='mailto:${release.spec.feedback}'>${release.spec.feedback}</a></i><br>
  356. More information at: <i><a target='_top'
  357. href='http://www.oracle.com/technetwork/java/index-jsp-137004.html'>Metro Web Services Overview</a></i><br>
  358. &nbsp;<br>&nbsp;<br><hr width='65%'><h1>${release.spec.title}</h1><hr width='75%'>
  359. <br>&nbsp;<br>]]>
  360. </doctitle>
  361. <header><![CDATA[JAX-WS<br>v${spec.version}]]></header>
  362. <bottom>
  363. <![CDATA[<font size=-1>
  364. <br>Comments to: <a href='mailto:${release.spec.feedback}'><i>${release.spec.feedback}</i></a>
  365. <br>More information at: <a target='_top'
  366. href='http://www.oracle.com/technetwork/java/index-jsp-137004.html'><i>Metro Web Services Overview</i></a>
  367. <br>Copyright &copy; 2005, 2018, Oracle and/or its affiliates. All rights reserved.
  368. </font>]]>
  369. </bottom>
  370. <detectJavaApiLink>false</detectJavaApiLink>
  371. </configuration>
  372. </plugin>
  373. </plugins>
  374. </build>
  375. <profiles>
  376. <profile>
  377. <id>jdk9</id>
  378. <activation>
  379. <jdk>[9,)</jdk>
  380. </activation>
  381. <build>
  382. <pluginManagement>
  383. <plugins>
  384. <plugin>
  385. <groupId>org.apache.maven.plugins</groupId>
  386. <artifactId>maven-compiler-plugin</artifactId>
  387. <executions>
  388. <execution>
  389. <id>default-compile</id>
  390. <configuration>
  391. <source>9</source>
  392. <target>9</target>
  393. </configuration>
  394. </execution>
  395. <execution>
  396. <id>base-compile</id>
  397. <goals>
  398. <goal>compile</goal>
  399. </goals>
  400. <configuration>
  401. <excludes>
  402. <exclude>module-info.java</exclude>
  403. </excludes>
  404. </configuration>
  405. </execution>
  406. </executions>
  407. </plugin>
  408. </plugins>
  409. </pluginManagement>
  410. <plugins>
  411. <plugin>
  412. <groupId>org.codehaus.mojo</groupId>
  413. <artifactId>build-helper-maven-plugin</artifactId>
  414. <executions>
  415. <execution>
  416. <id>add-jdk9-source</id>
  417. <phase>generate-sources</phase>
  418. <goals>
  419. <goal>add-source</goal>
  420. </goals>
  421. <configuration>
  422. <sources>
  423. <source>src/main/jdk9</source>
  424. </sources>
  425. </configuration>
  426. </execution>
  427. </executions>
  428. </plugin>
  429. </plugins>
  430. </build>
  431. </profile>
  432. </profiles>
  433. </project>