jakarta.jws-api-2.1.0.pom 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Copyright (c) 2013, 2020 Oracle and/or its affiliates. All rights reserved.
  4. This program and the accompanying materials are made available under the
  5. terms of the Eclipse Distribution License v. 1.0, which is available at
  6. http://www.eclipse.org/org/documents/edl-v10.php.
  7. SPDX-License-Identifier: BSD-3-Clause
  8. -->
  9. <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">
  10. <modelVersion>4.0.0</modelVersion>
  11. <parent>
  12. <groupId>org.eclipse.ee4j</groupId>
  13. <artifactId>project</artifactId>
  14. <version>1.0.6</version>
  15. <relativePath/>
  16. </parent>
  17. <properties>
  18. <copyright.exclude>${project.basedir}/copyright-exclude</copyright.exclude>
  19. <copyright.ignoreyear>false</copyright.ignoreyear>
  20. <copyright.scmonly>true</copyright.scmonly>
  21. <copyright.update>false</copyright.update>
  22. <spotbugs.skip>false</spotbugs.skip>
  23. <spotbugs.threshold>Low</spotbugs.threshold>
  24. <spotbugs.version>3.1.12.2</spotbugs.version>
  25. <release.spec.feedback>jaxws-dev@eclipse.org</release.spec.feedback>
  26. <non.final>false</non.final>
  27. <extension.name>jakarta.jws</extension.name>
  28. <spec.version>2.1</spec.version>
  29. <legal.doc.source>${project.basedir}/..</legal.doc.source>
  30. <vendor.name>Eclipse Foundation</vendor.name>
  31. </properties>
  32. <groupId>jakarta.jws</groupId>
  33. <artifactId>jakarta.jws-api</artifactId>
  34. <version>2.1.0</version>
  35. <name>Jakarta Web Services Metadata API</name>
  36. <description>Jakarta Web Services Metadata API</description>
  37. <url>https://github.com/eclipse-ee4j/jws-api</url>
  38. <scm>
  39. <connection>scm:git:ssh://git@github.com/eclipse-ee4j/jws-api.git</connection>
  40. <developerConnection>scm:git:ssh://git@github.com/eclipse-ee4j/jws-api.git</developerConnection>
  41. <url>https://github.com/eclipse-ee4j/jws-api</url>
  42. </scm>
  43. <licenses>
  44. <license>
  45. <name>Eclipse Distribution License - v 1.0</name>
  46. <url>http://www.eclipse.org/org/documents/edl-v10.php</url>
  47. <distribution>repo</distribution>
  48. </license>
  49. </licenses>
  50. <developers>
  51. <developer>
  52. <id>lukasj</id>
  53. <name>Lukas Jungmann</name>
  54. <organization>Oracle</organization>
  55. <roles>
  56. <role>lead</role>
  57. </roles>
  58. </developer>
  59. </developers>
  60. <issueManagement>
  61. <system>github</system>
  62. <url>https://github.com/eclipse-ee4j/jws-api/issues</url>
  63. </issueManagement>
  64. <mailingLists>
  65. <mailingList>
  66. <name>Jakarta XML Web Services mailing list</name>
  67. <post>jaxws-dev@eclipse.org</post>
  68. <subscribe>https://accounts.eclipse.org/mailing-list/jaxws-dev</subscribe>
  69. <unsubscribe>https://accounts.eclipse.org/mailing-list/jaxws-dev</unsubscribe>
  70. <archive>https://dev.eclipse.org/mhonarc/lists/jaxws-dev/</archive>
  71. </mailingList>
  72. </mailingLists>
  73. <build>
  74. <pluginManagement>
  75. <plugins>
  76. <plugin>
  77. <groupId>org.codehaus.mojo</groupId>
  78. <artifactId>buildnumber-maven-plugin</artifactId>
  79. <version>1.4</version>
  80. </plugin>
  81. <plugin>
  82. <groupId>org.codehaus.mojo</groupId>
  83. <artifactId>build-helper-maven-plugin</artifactId>
  84. <version>3.0.0</version>
  85. </plugin>
  86. <plugin>
  87. <groupId>org.glassfish.copyright</groupId>
  88. <artifactId>glassfish-copyright-maven-plugin</artifactId>
  89. <version>2.3</version>
  90. </plugin>
  91. <plugin>
  92. <groupId>org.apache.maven.plugins</groupId>
  93. <artifactId>maven-compiler-plugin</artifactId>
  94. <version>3.8.1</version>
  95. </plugin>
  96. <plugin>
  97. <groupId>org.glassfish.build</groupId>
  98. <artifactId>spec-version-maven-plugin</artifactId>
  99. <version>2.0</version>
  100. </plugin>
  101. <plugin>
  102. <groupId>org.apache.felix</groupId>
  103. <artifactId>maven-bundle-plugin</artifactId>
  104. <version>4.2.1</version>
  105. </plugin>
  106. <plugin>
  107. <groupId>org.apache.maven.plugins</groupId>
  108. <artifactId>maven-jar-plugin</artifactId>
  109. <version>3.2.0</version>
  110. </plugin>
  111. <plugin>
  112. <groupId>org.apache.maven.plugins</groupId>
  113. <artifactId>maven-source-plugin</artifactId>
  114. <version>3.2.1</version>
  115. </plugin>
  116. <plugin>
  117. <groupId>org.apache.maven.plugins</groupId>
  118. <artifactId>maven-javadoc-plugin</artifactId>
  119. <version>3.1.1</version>
  120. </plugin>
  121. <plugin>
  122. <groupId>org.apache.maven.plugins</groupId>
  123. <artifactId>maven-enforcer-plugin</artifactId>
  124. <version>3.0.0-M3</version>
  125. </plugin>
  126. <plugin>
  127. <groupId>com.github.spotbugs</groupId>
  128. <artifactId>spotbugs-maven-plugin</artifactId>
  129. <version>${spotbugs.version}</version>
  130. </plugin>
  131. </plugins>
  132. </pluginManagement>
  133. <plugins>
  134. <plugin>
  135. <groupId>org.apache.maven.plugins</groupId>
  136. <artifactId>maven-enforcer-plugin</artifactId>
  137. <executions>
  138. <execution>
  139. <id>enforce-maven</id>
  140. <goals>
  141. <goal>enforce</goal>
  142. </goals>
  143. <configuration>
  144. <rules>
  145. <requireJavaVersion>
  146. <version>[11,)</version>
  147. </requireJavaVersion>
  148. <requireMavenVersion>
  149. <version>[3.6.0,)</version>
  150. </requireMavenVersion>
  151. </rules>
  152. </configuration>
  153. </execution>
  154. </executions>
  155. </plugin>
  156. <plugin>
  157. <groupId>org.glassfish.copyright</groupId>
  158. <artifactId>glassfish-copyright-maven-plugin</artifactId>
  159. <configuration>
  160. <excludeFile>${copyright.exclude}</excludeFile>
  161. <!-- skip files not under SCM-->
  162. <scmOnly>${copyright.scmonly}</scmOnly>
  163. <!-- for use with repair -->
  164. <update>${copyright.update}</update>
  165. <!-- check that year is correct -->
  166. <ignoreYear>${copyright.ignoreyear}</ignoreYear>
  167. </configuration>
  168. <executions>
  169. <execution>
  170. <phase>validate</phase>
  171. <goals>
  172. <goal>check</goal>
  173. </goals>
  174. </execution>
  175. </executions>
  176. </plugin>
  177. <plugin>
  178. <groupId>org.codehaus.mojo</groupId>
  179. <artifactId>buildnumber-maven-plugin</artifactId>
  180. <executions>
  181. <execution>
  182. <id>validate</id>
  183. <phase>validate</phase>
  184. <goals>
  185. <goal>create</goal>
  186. </goals>
  187. <configuration>
  188. <getRevisionOnlyOnce>true</getRevisionOnlyOnce>
  189. <shortRevisionLength>7</shortRevisionLength>
  190. <revisionOnScmFailure>false</revisionOnScmFailure>
  191. </configuration>
  192. </execution>
  193. </executions>
  194. </plugin>
  195. <plugin>
  196. <groupId>org.codehaus.mojo</groupId>
  197. <artifactId>build-helper-maven-plugin</artifactId>
  198. <executions>
  199. <execution>
  200. <id>add-legal-resource</id>
  201. <phase>generate-resources</phase>
  202. <goals>
  203. <goal>add-resource</goal>
  204. </goals>
  205. <configuration>
  206. <resources>
  207. <resource>
  208. <directory>${legal.doc.source}</directory>
  209. <includes>
  210. <include>NOTICE.md</include>
  211. <include>LICENSE.md</include>
  212. </includes>
  213. <targetPath>META-INF</targetPath>
  214. </resource>
  215. </resources>
  216. </configuration>
  217. </execution>
  218. </executions>
  219. </plugin>
  220. <plugin>
  221. <groupId>org.apache.maven.plugins</groupId>
  222. <artifactId>maven-compiler-plugin</artifactId>
  223. <configuration>
  224. <release>9</release>
  225. <compilerArgs>
  226. <arg>-Xlint:all</arg>
  227. </compilerArgs>
  228. </configuration>
  229. <executions>
  230. <execution>
  231. <id>base-compile</id>
  232. <goals>
  233. <goal>compile</goal>
  234. </goals>
  235. <configuration>
  236. <release>8</release>
  237. <excludes>
  238. <exclude>module-info.java</exclude>
  239. </excludes>
  240. </configuration>
  241. </execution>
  242. </executions>
  243. </plugin>
  244. <plugin>
  245. <groupId>org.glassfish.build</groupId>
  246. <artifactId>spec-version-maven-plugin</artifactId>
  247. <configuration>
  248. <spec>
  249. <nonFinal>${non.final}</nonFinal>
  250. <jarType>api</jarType>
  251. <specVersion>${spec.version}</specVersion>
  252. <specImplVersion>${project.version}</specImplVersion>
  253. <apiPackage>${extension.name}</apiPackage>
  254. </spec>
  255. </configuration>
  256. <executions>
  257. <execution>
  258. <goals>
  259. <goal>set-spec-properties</goal>
  260. <!-- TODO:
  261. glassfish-spec-version-maven-plugin needs to be updated
  262. in order to check 'jakarta.' prefixed values in manifest entries
  263. -->
  264. <!--<goal>check-module</goal>-->
  265. </goals>
  266. </execution>
  267. </executions>
  268. </plugin>
  269. <plugin>
  270. <groupId>org.apache.felix</groupId>
  271. <artifactId>maven-bundle-plugin</artifactId>
  272. <configuration>
  273. <instructions>
  274. <_removeheaders>Bnd-LastModified,Include-Resource,Build-Jdk,Built-By</_removeheaders>
  275. <Bundle-Version>${spec.bundle.version}</Bundle-Version>
  276. <Bundle-SymbolicName>${spec.bundle.symbolic-name}</Bundle-SymbolicName>
  277. <Extension-Name>${spec.extension.name}</Extension-Name>
  278. <Implementation-Version>${spec.implementation.version}</Implementation-Version>
  279. <Specification-Version>${spec.specification.version}</Specification-Version>
  280. <Bundle-Description>
  281. Jakarta Web Services Metadata API ${spec.version} Design Specification
  282. </Bundle-Description>
  283. <Specification-Vendor>${vendor.name}</Specification-Vendor>
  284. <Implementation-Build-Id>${scmBranch}-${buildNumber}</Implementation-Build-Id>
  285. </instructions>
  286. </configuration>
  287. <executions>
  288. <execution>
  289. <id>bundle-manifest</id>
  290. <phase>process-classes</phase>
  291. <goals>
  292. <goal>manifest</goal>
  293. </goals>
  294. </execution>
  295. </executions>
  296. </plugin>
  297. <plugin>
  298. <groupId>org.apache.maven.plugins</groupId>
  299. <artifactId>maven-jar-plugin</artifactId>
  300. <configuration>
  301. <archive>
  302. <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
  303. </archive>
  304. </configuration>
  305. </plugin>
  306. <plugin>
  307. <groupId>org.apache.maven.plugins</groupId>
  308. <artifactId>maven-source-plugin</artifactId>
  309. <configuration>
  310. <archive>
  311. <manifest>
  312. <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
  313. </manifest>
  314. <manifestEntries>
  315. <Implementation-Build-Id>${scmBranch}-${buildNumber}</Implementation-Build-Id>
  316. </manifestEntries>
  317. </archive>
  318. </configuration>
  319. </plugin>
  320. <plugin>
  321. <groupId>org.apache.maven.plugins</groupId>
  322. <artifactId>maven-javadoc-plugin</artifactId>
  323. <configuration>
  324. <source>1.8</source>
  325. <release>8</release>
  326. <additionalOptions>
  327. <additionalOption>--frames</additionalOption>
  328. </additionalOptions>
  329. <sourceFileExcludes>
  330. <sourceFileExclude>module-info.java</sourceFileExclude>
  331. </sourceFileExcludes>
  332. <notimestamp>true</notimestamp>
  333. <docfilessubdirs>true</docfilessubdirs>
  334. <nodeprecated>false</nodeprecated>
  335. <use>true</use>
  336. <author>true</author>
  337. <version>true</version>
  338. <description>Jakarta Web Services Metadata API documentation</description>
  339. <doctitle>Jakarta Web Services Metadata API documentation</doctitle>
  340. <windowtitle>Jakarta Web Services Metadata API documentation</windowtitle>
  341. <header><![CDATA[<br>Jakarta Web Services Metadata API v${project.version}]]>
  342. </header>
  343. <bottom><![CDATA[
  344. Comments to: <a href="mailto:${release.spec.feedback}">${release.spec.feedback}</a>.<br>
  345. Copyright &#169; 2019, 2020 Eclipse Foundation. All rights reserved.<br>
  346. Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top">license terms</a>.]]>
  347. </bottom>
  348. <groups>
  349. <group>
  350. <title>Jakarta Web Services Metadata API Packages</title>
  351. <packages>javax.jws*</packages>
  352. </group>
  353. </groups>
  354. <tags>
  355. <tag>
  356. <name>specdefault</name>
  357. <placement>a</placement>
  358. <head>Default:</head>
  359. </tag>
  360. </tags>
  361. </configuration>
  362. </plugin>
  363. <plugin>
  364. <groupId>com.github.spotbugs</groupId>
  365. <artifactId>spotbugs-maven-plugin</artifactId>
  366. <configuration>
  367. <skip>${spotbugs.skip}</skip>
  368. <threshold>${spotbugs.threshold}</threshold>
  369. <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
  370. <fork>true</fork>
  371. </configuration>
  372. </plugin>
  373. </plugins>
  374. </build>
  375. </project>