jakarta.xml.soap-api-1.4.1.pom 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452
  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. <extension.name>jakarta.xml.soap</extension.name>
  18. <spec.version>1.4</spec.version>
  19. <new.spec.version>1.4.1</new.spec.version>
  20. <non.final>false</non.final>
  21. <findbugs.exclude>exclude.xml</findbugs.exclude>
  22. <findbugs.threshold>Low</findbugs.threshold>
  23. <activation.version>1.2.1</activation.version>
  24. <legal.doc.source>${project.basedir}</legal.doc.source>
  25. <vendor.name>Oracle</vendor.name>
  26. </properties>
  27. <groupId>jakarta.xml.soap</groupId>
  28. <artifactId>jakarta.xml.soap-api</artifactId>
  29. <version>1.4.1</version>
  30. <description>SAAJ API - Provides the API for creating and building SOAP messages.</description>
  31. <name>${extension.name} API</name>
  32. <url>https://projects.eclipse.org/proposals/eclipse-project-jax-ws</url>
  33. <scm>
  34. <connection>scm:git:git://github.com/eclipse-ee4j/saaj-api.git</connection>
  35. <developerConnection>scm:git:git@github.com/eclipse-ee4j/saaj-api.git</developerConnection>
  36. <url>https://github.com/eclipse-ee4j/saaj-api</url>
  37. <tag>HEAD</tag>
  38. </scm>
  39. <licenses>
  40. <license>
  41. <name>Eclipse Distribution License - v 1.0</name>
  42. <url>http://www.eclipse.org/org/documents/edl-v10.php</url>
  43. <distribution>repo</distribution>
  44. </license>
  45. </licenses>
  46. <developers>
  47. <developer>
  48. <id>lukasj</id>
  49. <name>Lukas Jungmann</name>
  50. <organization>Oracle, Inc.</organization>
  51. <roles>
  52. <role>lead</role>
  53. </roles>
  54. </developer>
  55. </developers>
  56. <issueManagement>
  57. <system>IssueTracker</system>
  58. <url>https://github.com/eclipse-ee4j/saaj-api/issues</url>
  59. </issueManagement>
  60. <mailingLists>
  61. <mailingList>
  62. <name>Eclipse Project for JAX-WS mailing list</name>
  63. <post>jaxws-dev@eclipse.org</post>
  64. <subscribe>https://accounts.eclipse.org/mailing-list/jaxws-dev</subscribe>
  65. <unsubscribe>https://accounts.eclipse.org/mailing-list/jaxws-dev</unsubscribe>
  66. <archive>https://dev.eclipse.org/mhonarc/lists/jaxws-dev</archive>
  67. </mailingList>
  68. </mailingLists>
  69. <dependencies>
  70. <dependency>
  71. <groupId>junit</groupId>
  72. <artifactId>junit</artifactId>
  73. <version>4.12</version>
  74. <scope>test</scope>
  75. </dependency>
  76. </dependencies>
  77. <build>
  78. <pluginManagement>
  79. <plugins>
  80. <plugin>
  81. <groupId>org.codehaus.mojo</groupId>
  82. <artifactId>buildnumber-maven-plugin</artifactId>
  83. <version>1.4</version>
  84. </plugin>
  85. <plugin>
  86. <groupId>org.glassfish.copyright</groupId>
  87. <artifactId>glassfish-copyright-maven-plugin</artifactId>
  88. <version>1.50</version>
  89. </plugin>
  90. <plugin>
  91. <groupId>org.apache.maven.plugins</groupId>
  92. <artifactId>maven-surefire-plugin</artifactId>
  93. <version>2.20</version>
  94. <!-- FIXME: 6 jUnit tests are failing with 2.21.0 and later -->
  95. <!--version>2.22.1</version-->
  96. </plugin>
  97. <plugin>
  98. <artifactId>maven-compiler-plugin</artifactId>
  99. <version>3.8.0</version>
  100. </plugin>
  101. <plugin>
  102. <groupId>org.glassfish.build</groupId>
  103. <artifactId>spec-version-maven-plugin</artifactId>
  104. <version>1.5</version>
  105. </plugin>
  106. <plugin>
  107. <groupId>org.apache.felix</groupId>
  108. <artifactId>maven-bundle-plugin</artifactId>
  109. <version>3.5.1</version>
  110. </plugin>
  111. <plugin>
  112. <groupId>org.apache.maven.plugins</groupId>
  113. <artifactId>maven-jar-plugin</artifactId>
  114. <version>3.1.0</version>
  115. </plugin>
  116. <plugin>
  117. <groupId>org.apache.maven.plugins</groupId>
  118. <artifactId>maven-source-plugin</artifactId>
  119. <version>3.0.1</version>
  120. </plugin>
  121. <plugin>
  122. <groupId>org.apache.maven.plugins</groupId>
  123. <artifactId>maven-javadoc-plugin</artifactId>
  124. <version>3.0.1</version>
  125. </plugin>
  126. <plugin>
  127. <groupId>org.codehaus.mojo</groupId>
  128. <artifactId>findbugs-maven-plugin</artifactId>
  129. <version>3.0.5</version>
  130. </plugin>
  131. <plugin>
  132. <groupId>org.apache.maven.plugins</groupId>
  133. <artifactId>maven-site-plugin</artifactId>
  134. <version>3.7.1</version>
  135. </plugin>
  136. <plugin>
  137. <groupId>org.codehaus.mojo</groupId>
  138. <artifactId>build-helper-maven-plugin</artifactId>
  139. <version>3.0.0</version>
  140. </plugin>
  141. <plugin>
  142. <groupId>org.apache.maven.plugins</groupId>
  143. <artifactId>maven-enforcer-plugin</artifactId>
  144. <version>3.0.0-M2</version>
  145. </plugin>
  146. </plugins>
  147. </pluginManagement>
  148. <plugins>
  149. <plugin>
  150. <groupId>org.codehaus.mojo</groupId>
  151. <artifactId>buildnumber-maven-plugin</artifactId>
  152. <executions>
  153. <execution>
  154. <id>validate</id>
  155. <phase>validate</phase>
  156. <goals>
  157. <goal>create</goal>
  158. </goals>
  159. <configuration>
  160. <getRevisionOnlyOnce>true</getRevisionOnlyOnce>
  161. <timestampFormat>{0,date,yyyy-MM-dd'T'HH:mm:ssZ}</timestampFormat>
  162. <shortRevisionLength>7</shortRevisionLength>
  163. <revisionOnScmFailure>false</revisionOnScmFailure>
  164. </configuration>
  165. </execution>
  166. </executions>
  167. </plugin>
  168. <plugin>
  169. <groupId>org.codehaus.mojo</groupId>
  170. <artifactId>build-helper-maven-plugin</artifactId>
  171. <executions>
  172. <execution>
  173. <id>add-legal-resource</id>
  174. <phase>generate-resources</phase>
  175. <goals>
  176. <goal>add-resource</goal>
  177. </goals>
  178. <configuration>
  179. <resources>
  180. <resource>
  181. <directory>${legal.doc.source}</directory>
  182. <includes>
  183. <include>NOTICE.md</include>
  184. <include>LICENSE.md</include>
  185. </includes>
  186. <targetPath>META-INF</targetPath>
  187. </resource>
  188. </resources>
  189. </configuration>
  190. </execution>
  191. </executions>
  192. </plugin>
  193. <plugin>
  194. <artifactId>maven-compiler-plugin</artifactId>
  195. <configuration>
  196. <release>7</release>
  197. <compilerArgs>
  198. <compilerArg>-Xlint:all</compilerArg>
  199. </compilerArgs>
  200. </configuration>
  201. </plugin>
  202. <plugin>
  203. <groupId>org.glassfish.copyright</groupId>
  204. <artifactId>glassfish-copyright-maven-plugin</artifactId>
  205. <configuration>
  206. <templateFile>${project.basedir}/edl-copyright_template.txt</templateFile>
  207. <excludeFile>${project.basedir}/copyright-exclude</excludeFile>
  208. <scm>git</scm>
  209. <!-- skip files not under SCM-->
  210. <scmOnly>true</scmOnly>
  211. <!-- turn off warnings -->
  212. <warn>true</warn>
  213. <!-- for use with repair -->
  214. <update>false</update>
  215. <!-- check that year is correct -->
  216. <ignoreYear>false</ignoreYear>
  217. </configuration>
  218. <executions>
  219. <execution>
  220. <phase>validate</phase>
  221. <goals>
  222. <goal>copyright</goal>
  223. </goals>
  224. </execution>
  225. </executions>
  226. </plugin>
  227. <plugin>
  228. <groupId>org.glassfish.build</groupId>
  229. <artifactId>spec-version-maven-plugin</artifactId>
  230. <configuration>
  231. <specMode>jakarta</specMode>
  232. <spec>
  233. <nonFinal>${non.final}</nonFinal>
  234. <jarType>api</jarType>
  235. <specVersion>${spec.version}</specVersion>
  236. <specImplVersion>${project.version}</specImplVersion>
  237. <apiPackage>${extension.name}</apiPackage>
  238. <newSpecVersion>${new.spec.version}</newSpecVersion>
  239. </spec>
  240. </configuration>
  241. <executions>
  242. <execution>
  243. <goals>
  244. <goal>set-spec-properties</goal>
  245. <!-- TODO:
  246. glassfish-spec-version-maven-plugin needs to be updated
  247. in order to check 'jakarta.' prefixed values in manifest entries
  248. -->
  249. <!--<goal>check-module</goal>-->
  250. </goals>
  251. </execution>
  252. </executions>
  253. </plugin>
  254. <plugin>
  255. <groupId>org.apache.felix</groupId>
  256. <artifactId>maven-bundle-plugin</artifactId>
  257. <configuration>
  258. <instructions>
  259. <Bundle-Version>${spec.bundle.version}</Bundle-Version>
  260. <Bundle-SymbolicName>${spec.bundle.symbolic-name}</Bundle-SymbolicName>
  261. <Extension-Name>${spec.extension.name}</Extension-Name>
  262. <Implementation-Version>${spec.implementation.version}</Implementation-Version>
  263. <Specification-Version>${spec.specification.version}</Specification-Version>
  264. <Bundle-Description>
  265. Java(TM) SAAJ ${spec.version} API Design Specification
  266. </Bundle-Description>
  267. <Specification-Vendor>${vendor.name}</Specification-Vendor>
  268. <_include>-${basedir}/osgi.bundle</_include>
  269. <Implementation-Build-Id>${scmBranch}-${buildNumber}, ${timestamp}</Implementation-Build-Id>
  270. <Import-Package>javax.activation;version=!,*</Import-Package>
  271. <_noee>true</_noee>
  272. </instructions>
  273. </configuration>
  274. <executions>
  275. <execution>
  276. <id>bundle-manifest</id>
  277. <phase>process-classes</phase>
  278. <goals>
  279. <goal>manifest</goal>
  280. </goals>
  281. </execution>
  282. </executions>
  283. </plugin>
  284. <plugin>
  285. <groupId>org.apache.maven.plugins</groupId>
  286. <artifactId>maven-jar-plugin</artifactId>
  287. <configuration>
  288. <archive>
  289. <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
  290. </archive>
  291. </configuration>
  292. </plugin>
  293. <plugin>
  294. <groupId>org.apache.maven.plugins</groupId>
  295. <artifactId>maven-javadoc-plugin</artifactId>
  296. <configuration>
  297. <doclint>all</doclint>
  298. <groups>
  299. <group>
  300. <title>SAAJ API Documentation</title>
  301. <packages>javax.xml.soap</packages>
  302. </group>
  303. </groups>
  304. <bottom>
  305. <![CDATA[<br>Copyright &#169; {inceptionYear}&#x2013;{currentYear} {vendor.name}.
  306. All rights reserved.<br>Comments to : <a href="mailto:jaxws-dev@eclipse.org">jaxws-dev@eclipse.org</a>.]]>
  307. </bottom>
  308. </configuration>
  309. </plugin>
  310. <plugin>
  311. <groupId>org.codehaus.mojo</groupId>
  312. <artifactId>findbugs-maven-plugin</artifactId>
  313. <dependencies>
  314. <dependency>
  315. <groupId>org.glassfish.findbugs</groupId>
  316. <artifactId>findbugs</artifactId>
  317. <version>1.7</version>
  318. </dependency>
  319. </dependencies>
  320. <configuration>
  321. <threshold>${findbugs.threshold}</threshold>
  322. <excludeFilterFile>${findbugs.exclude}</excludeFilterFile>
  323. <findbugsXmlOutput>true</findbugsXmlOutput>
  324. <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
  325. </configuration>
  326. </plugin>
  327. <plugin>
  328. <groupId>org.apache.maven.plugins</groupId>
  329. <artifactId>maven-site-plugin</artifactId>
  330. <configuration>
  331. <reporting>
  332. <plugins>
  333. <plugin>
  334. <groupId>org.codehaus.mojo</groupId>
  335. <artifactId>findbugs-maven-plugin</artifactId>
  336. <configuration>
  337. <threshold>${findbugs.threshold}</threshold>
  338. <excludeFilterFile>${findbugs.exclude}</excludeFilterFile>
  339. </configuration>
  340. </plugin>
  341. </plugins>
  342. </reporting>
  343. </configuration>
  344. </plugin>
  345. </plugins>
  346. </build>
  347. <profiles>
  348. <profile>
  349. <id>jdk-before-9</id>
  350. <activation>
  351. <jdk>(,9)</jdk>
  352. </activation>
  353. <build>
  354. <pluginManagement>
  355. <plugins>
  356. <plugin>
  357. <groupId>org.apache.maven.plugins</groupId>
  358. <artifactId>maven-surefire-plugin</artifactId>
  359. <configuration>
  360. <argLine>
  361. -Xbootclasspath/p:${project.build.directory}/classes
  362. </argLine>
  363. </configuration>
  364. </plugin>
  365. </plugins>
  366. </pluginManagement>
  367. </build>
  368. </profile>
  369. <profile>
  370. <id>jdk9</id>
  371. <activation>
  372. <jdk>[9,)</jdk>
  373. </activation>
  374. <dependencies>
  375. <dependency>
  376. <groupId>jakarta.activation</groupId>
  377. <artifactId>jakarta.activation-api</artifactId>
  378. <version>${activation.version}</version>
  379. </dependency>
  380. </dependencies>
  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. <release>9</release>
  392. </configuration>
  393. </execution>
  394. <execution>
  395. <id>base-compile</id>
  396. <goals>
  397. <goal>compile</goal>
  398. </goals>
  399. <configuration>
  400. <excludes>
  401. <exclude>module-info.java</exclude>
  402. </excludes>
  403. </configuration>
  404. </execution>
  405. </executions>
  406. </plugin>
  407. </plugins>
  408. </pluginManagement>
  409. <plugins>
  410. <plugin>
  411. <groupId>org.codehaus.mojo</groupId>
  412. <artifactId>build-helper-maven-plugin</artifactId>
  413. <executions>
  414. <execution>
  415. <id>add-jdk9-source</id>
  416. <phase>generate-sources</phase>
  417. <goals>
  418. <goal>add-source</goal>
  419. </goals>
  420. <configuration>
  421. <sources>
  422. <source>src/main/jdk9</source>
  423. </sources>
  424. </configuration>
  425. </execution>
  426. </executions>
  427. </plugin>
  428. </plugins>
  429. </build>
  430. </profile>
  431. </profiles>
  432. </project>