jakarta.xml.soap-api-1.4.2.pom 18 KB

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