jakarta.jws-api-1.1.1.pom 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Copyright (c) 2013, 2018 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.5</version>
  15. </parent>
  16. <properties>
  17. <release.spec.feedback>jaxws-dev@eclipse.org</release.spec.feedback>
  18. <release.spec.date>Jun 2013</release.spec.date>
  19. <non.final>false</non.final>
  20. <extension.name>jakarta.jws</extension.name>
  21. <spec.version>1.1</spec.version>
  22. <implementation.vendor.id>org.glassfish</implementation.vendor.id>
  23. <findbugs.version>2.3.1</findbugs.version>
  24. <findbugs.exclude>exclude.xml</findbugs.exclude>
  25. <findbugs.threshold>Low</findbugs.threshold>
  26. <legal.doc.source>${project.basedir}</legal.doc.source>
  27. <vendor.name>Oracle Corporation</vendor.name>
  28. </properties>
  29. <groupId>jakarta.jws</groupId>
  30. <artifactId>jakarta.jws-api</artifactId>
  31. <version>1.1.1</version>
  32. <name>${extension.name} API</name>
  33. <description>Java EE Web Services Metadata API</description>
  34. <url>https://github.com/eclipse-ee4j/jws-api</url>
  35. <scm>
  36. <connection>scm:git:ssh://git@github.com/eclipse-ee4j/jws-api.git</connection>
  37. <developerConnection>scm:git:ssh://git@github.com/eclipse-ee4j/jws-api.git</developerConnection>
  38. <url>https://github.com/eclipse-ee4j/jws-api</url>
  39. </scm>
  40. <licenses>
  41. <license>
  42. <name>Eclipse Distribution License - v 1.0</name>
  43. <url>http://www.eclipse.org/org/documents/edl-v10.php</url>
  44. <distribution>repo</distribution>
  45. </license>
  46. </licenses>
  47. <developers>
  48. <developer>
  49. <id>lukasj</id>
  50. <name>Lukas Jungmann</name>
  51. <organization>Oracle</organization>
  52. <roles>
  53. <role>lead</role>
  54. </roles>
  55. </developer>
  56. </developers>
  57. <issueManagement>
  58. <system>github</system>
  59. <url>https://github.com/eclipse-ee4j/jws-api/issues</url>
  60. </issueManagement>
  61. <mailingLists>
  62. <mailingList>
  63. <name>Eclipse Project for JAX-WS mailing list</name>
  64. <post>jaxws-dev@eclipse.org</post>
  65. <subscribe>https://accounts.eclipse.org/mailing-list/jaxws-dev</subscribe>
  66. <unsubscribe>https://accounts.eclipse.org/mailing-list/jaxws-dev</unsubscribe>
  67. <archive>https://dev.eclipse.org/mhonarc/lists/jaxws-dev/</archive>
  68. </mailingList>
  69. </mailingLists>
  70. <build>
  71. <pluginManagement>
  72. <plugins>
  73. <plugin>
  74. <groupId>org.codehaus.mojo</groupId>
  75. <artifactId>buildnumber-maven-plugin</artifactId>
  76. <version>1.4</version>
  77. </plugin>
  78. <plugin>
  79. <groupId>org.codehaus.mojo</groupId>
  80. <artifactId>build-helper-maven-plugin</artifactId>
  81. <version>3.0.0</version>
  82. </plugin>
  83. <plugin>
  84. <groupId>org.apache.maven.plugins</groupId>
  85. <artifactId>maven-compiler-plugin</artifactId>
  86. <version>3.8.0</version>
  87. </plugin>
  88. <plugin>
  89. <groupId>org.glassfish.build</groupId>
  90. <artifactId>spec-version-maven-plugin</artifactId>
  91. <version>1.5</version>
  92. </plugin>
  93. <plugin>
  94. <groupId>org.apache.felix</groupId>
  95. <artifactId>maven-bundle-plugin</artifactId>
  96. <version>3.5.1</version>
  97. </plugin>
  98. <plugin>
  99. <groupId>org.apache.maven.plugins</groupId>
  100. <artifactId>maven-jar-plugin</artifactId>
  101. <version>3.1.0</version>
  102. </plugin>
  103. <plugin>
  104. <groupId>org.apache.maven.plugins</groupId>
  105. <artifactId>maven-source-plugin</artifactId>
  106. <version>3.0.1</version>
  107. </plugin>
  108. <plugin>
  109. <groupId>org.apache.maven.plugins</groupId>
  110. <artifactId>maven-javadoc-plugin</artifactId>
  111. <version>3.0.1</version>
  112. </plugin>
  113. <plugin>
  114. <groupId>org.apache.maven.plugins</groupId>
  115. <artifactId>maven-enforcer-plugin</artifactId>
  116. <version>3.0.0-M2</version>
  117. </plugin>
  118. </plugins>
  119. </pluginManagement>
  120. <plugins>
  121. <plugin>
  122. <groupId>org.codehaus.mojo</groupId>
  123. <artifactId>buildnumber-maven-plugin</artifactId>
  124. <executions>
  125. <execution>
  126. <id>validate</id>
  127. <phase>validate</phase>
  128. <goals>
  129. <goal>create</goal>
  130. </goals>
  131. <configuration>
  132. <getRevisionOnlyOnce>true</getRevisionOnlyOnce>
  133. <timestampFormat>{0,date,yyyy-MM-dd'T'HH:mm:ssZ}</timestampFormat>
  134. <shortRevisionLength>7</shortRevisionLength>
  135. <revisionOnScmFailure>false</revisionOnScmFailure>
  136. </configuration>
  137. </execution>
  138. </executions>
  139. </plugin>
  140. <plugin>
  141. <groupId>org.codehaus.mojo</groupId>
  142. <artifactId>build-helper-maven-plugin</artifactId>
  143. <executions>
  144. <execution>
  145. <id>add-legal-resource</id>
  146. <phase>generate-resources</phase>
  147. <goals>
  148. <goal>add-resource</goal>
  149. </goals>
  150. <configuration>
  151. <resources>
  152. <resource>
  153. <directory>${legal.doc.source}</directory>
  154. <includes>
  155. <include>NOTICE.md</include>
  156. <include>LICENSE.md</include>
  157. </includes>
  158. <targetPath>META-INF</targetPath>
  159. </resource>
  160. </resources>
  161. </configuration>
  162. </execution>
  163. </executions>
  164. </plugin>
  165. <plugin>
  166. <groupId>org.apache.maven.plugins</groupId>
  167. <artifactId>maven-compiler-plugin</artifactId>
  168. <executions>
  169. <execution>
  170. <id>default-compile</id>
  171. <goals>
  172. <goal>compile</goal>
  173. </goals>
  174. <configuration>
  175. <release>9</release>
  176. </configuration>
  177. </execution>
  178. <execution>
  179. <id>base-compile</id>
  180. <goals>
  181. <goal>compile</goal>
  182. </goals>
  183. <configuration>
  184. <release>7</release>
  185. <excludes>
  186. <exclude>module-info.java</exclude>
  187. </excludes>
  188. </configuration>
  189. </execution>
  190. </executions>
  191. <configuration>
  192. <release>9</release>
  193. </configuration>
  194. </plugin>
  195. <plugin>
  196. <groupId>org.glassfish.build</groupId>
  197. <artifactId>spec-version-maven-plugin</artifactId>
  198. <configuration>
  199. <specMode>jakarta</specMode>
  200. <spec>
  201. <nonFinal>${non.final}</nonFinal>
  202. <jarType>api</jarType>
  203. <specVersion>${spec.version}</specVersion>
  204. <specImplVersion>${project.version}</specImplVersion>
  205. <apiPackage>${extension.name}</apiPackage>
  206. </spec>
  207. </configuration>
  208. <executions>
  209. <execution>
  210. <goals>
  211. <goal>set-spec-properties</goal>
  212. <!-- TODO:
  213. glassfish-spec-version-maven-plugin needs to be updated
  214. in order to check 'jakarta.' prefixed values in manifest entries
  215. -->
  216. <!--<goal>check-module</goal>-->
  217. </goals>
  218. </execution>
  219. </executions>
  220. </plugin>
  221. <plugin>
  222. <groupId>org.apache.felix</groupId>
  223. <artifactId>maven-bundle-plugin</artifactId>
  224. <configuration>
  225. <supportedProjectTypes>
  226. <supportedProjectType>jar</supportedProjectType>
  227. </supportedProjectTypes>
  228. <instructions>
  229. <Bundle-Version>${spec.bundle.version}</Bundle-Version>
  230. <Bundle-SymbolicName>${spec.bundle.symbolic-name}</Bundle-SymbolicName>
  231. <Extension-Name>${spec.extension.name}</Extension-Name>
  232. <Implementation-Version>${spec.implementation.version}</Implementation-Version>
  233. <Specification-Version>${spec.specification.version}</Specification-Version>
  234. <Bundle-Description>
  235. Web Services Metadata for the JavaTM Platform ${spec.version} API Design Specification
  236. </Bundle-Description>
  237. <Specification-Vendor>${vendor.name}</Specification-Vendor>
  238. <_include>-${basedir}/osgi.bundle</_include>
  239. <Implementation-Build-Id>${scmBranch}-${buildNumber}, ${timestamp}</Implementation-Build-Id>
  240. <_noee>true</_noee>
  241. </instructions>
  242. </configuration>
  243. <executions>
  244. <execution>
  245. <id>bundle-manifest</id>
  246. <phase>process-classes</phase>
  247. <goals>
  248. <goal>manifest</goal>
  249. </goals>
  250. </execution>
  251. </executions>
  252. </plugin>
  253. <plugin>
  254. <groupId>org.apache.maven.plugins</groupId>
  255. <artifactId>maven-jar-plugin</artifactId>
  256. <configuration>
  257. <archive>
  258. <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
  259. </archive>
  260. </configuration>
  261. </plugin>
  262. <plugin>
  263. <groupId>org.apache.maven.plugins</groupId>
  264. <artifactId>maven-javadoc-plugin</artifactId>
  265. <configuration>
  266. <doclint>none</doclint>
  267. <nodeprecated>false</nodeprecated>
  268. <use>false</use>
  269. <author>true</author>
  270. <version>true</version>
  271. <header><![CDATA[<br>JWS&nbsp;API&nbsp;v${project.version}]]>
  272. </header>
  273. <bottom><![CDATA[<br>
  274. Copyright &#169; {inceptionYear}&#x2013;{currentYear} Oracle and/or its affiliates.
  275. All rights reserved.<br>Comments to: <a href="mailto:${release.spec.feedback}">${release.spec.feedback}</a>.]]>
  276. </bottom>
  277. <detectJavaApiLink>false</detectJavaApiLink>
  278. <groups>
  279. <group>
  280. <title>Web Services Metadata for the JavaTM Platform API Documentation</title>
  281. <packages>javax.jws</packages>
  282. </group>
  283. </groups>
  284. </configuration>
  285. </plugin>
  286. <plugin>
  287. <groupId>org.codehaus.mojo</groupId>
  288. <artifactId>findbugs-maven-plugin</artifactId>
  289. <version>${findbugs.version}</version>
  290. <configuration>
  291. <threshold>${findbugs.threshold}</threshold>
  292. <excludeFilterFile>${findbugs.exclude}</excludeFilterFile>
  293. <findbugsXmlOutput>true</findbugsXmlOutput>
  294. <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
  295. </configuration>
  296. </plugin>
  297. <plugin>
  298. <groupId>org.apache.maven.plugins</groupId>
  299. <artifactId>maven-site-plugin</artifactId>
  300. <version>3.1</version>
  301. <configuration>
  302. <reporting>
  303. <plugins>
  304. <plugin>
  305. <groupId>org.codehaus.mojo</groupId>
  306. <artifactId>findbugs-maven-plugin</artifactId>
  307. <version>${findbugs.version}</version>
  308. <configuration>
  309. <threshold>${findbugs.threshold}</threshold>
  310. <excludeFilterFile>${findbugs.exclude}</excludeFilterFile>
  311. </configuration>
  312. </plugin>
  313. </plugins>
  314. </reporting>
  315. </configuration>
  316. </plugin>
  317. </plugins>
  318. </build>
  319. </project>