jakarta.xml.bind-api-parent-4.0.1.pom 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. <?xml version="1.0"?>
  2. <!--
  3. Copyright (c) 1997, 2023 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 https://maven.apache.org/xsd/maven-4.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.7</version>
  15. <relativePath/>
  16. </parent>
  17. <groupId>jakarta.xml.bind</groupId>
  18. <artifactId>jakarta.xml.bind-api-parent</artifactId>
  19. <version>4.0.1</version>
  20. <packaging>pom</packaging>
  21. <name>Jakarta XML Binding</name>
  22. <description>Jakarta XML Binding API</description>
  23. <url>https://github.com/eclipse-ee4j/jaxb-api</url>
  24. <scm>
  25. <connection>scm:git:git://github.com/eclipse-ee4j/jaxb-api.git</connection>
  26. <developerConnection>scm:git:git@github.com:eclipse-ee4j/jaxb-api.git</developerConnection>
  27. <url>https://github.com/eclipse-ee4j/jaxb-api.git</url>
  28. <tag>HEAD</tag>
  29. </scm>
  30. <licenses>
  31. <license>
  32. <name>Eclipse Distribution License - v 1.0</name>
  33. <url>http://www.eclipse.org/org/documents/edl-v10.php</url>
  34. <distribution>repo</distribution>
  35. </license>
  36. </licenses>
  37. <developers>
  38. <developer>
  39. <name>Roman Grigoriadi</name>
  40. <email>roman.grigoriadi@oracle.com</email>
  41. <organization>Oracle Corporation</organization>
  42. </developer>
  43. </developers>
  44. <issueManagement>
  45. <system>github</system>
  46. <url>https://github.com/eclipse-ee4j/jaxb-api/issues</url>
  47. </issueManagement>
  48. <mailingLists>
  49. <mailingList>
  50. <name>Jakarta XML Binding mailing list</name>
  51. <post>jaxb-dev@eclipse.org</post>
  52. <subscribe>https://accounts.eclipse.org/mailing-list/jaxb-dev</subscribe>
  53. <unsubscribe>https://accounts.eclipse.org/mailing-list/jaxb-dev</unsubscribe>
  54. <archive>https://dev.eclipse.org/mhonarc/lists/jaxb-dev</archive>
  55. </mailingList>
  56. </mailingLists>
  57. <properties>
  58. <copyright.exclude>${config.dir}/copyright-exclude</copyright.exclude>
  59. <copyright.ignoreyear>true</copyright.ignoreyear>
  60. <copyright.scmonly>true</copyright.scmonly>
  61. <copyright.templatefile>${config.dir}/edl-copyright.txt</copyright.templatefile>
  62. <copyright.update>false</copyright.update>
  63. <spotbugs.skip>false</spotbugs.skip>
  64. <spotbugs.threshold>Low</spotbugs.threshold>
  65. <spotbugs.version>4.7.3.5</spotbugs.version>
  66. <maven.compiler.release>11</maven.compiler.release>
  67. <release.spec.feedback>jaxb-dev@eclipse.org</release.spec.feedback>
  68. <release.spec.date>Mar 2022</release.spec.date>
  69. <api.package>jakarta.xml.bind</api.package>
  70. <extension.name>jakarta.xml.bind</extension.name>
  71. <spec.version>4.0</spec.version>
  72. <activation.version>2.1.2</activation.version>
  73. <config.dir>${project.basedir}/etc/config</config.dir>
  74. <vendor.name>Eclipse Foundation</vendor.name>
  75. </properties>
  76. <modules>
  77. <module>api</module>
  78. </modules>
  79. <dependencyManagement>
  80. <dependencies>
  81. <dependency>
  82. <groupId>jakarta.activation</groupId>
  83. <artifactId>jakarta.activation-api</artifactId>
  84. <version>${activation.version}</version>
  85. </dependency>
  86. </dependencies>
  87. </dependencyManagement>
  88. <build>
  89. <pluginManagement>
  90. <plugins>
  91. <plugin>
  92. <groupId>org.codehaus.mojo</groupId>
  93. <artifactId>buildnumber-maven-plugin</artifactId>
  94. <version>3.2.0</version>
  95. </plugin>
  96. <plugin>
  97. <groupId>org.codehaus.mojo</groupId>
  98. <artifactId>build-helper-maven-plugin</artifactId>
  99. <version>3.4.0</version>
  100. </plugin>
  101. <plugin>
  102. <artifactId>maven-compiler-plugin</artifactId>
  103. <version>3.11.0</version>
  104. </plugin>
  105. <plugin>
  106. <groupId>org.glassfish.copyright</groupId>
  107. <artifactId>glassfish-copyright-maven-plugin</artifactId>
  108. <version>2.4</version>
  109. </plugin>
  110. <plugin>
  111. <artifactId>maven-surefire-plugin</artifactId>
  112. <version>3.1.2</version>
  113. </plugin>
  114. <plugin>
  115. <artifactId>maven-javadoc-plugin</artifactId>
  116. <version>3.5.0</version>
  117. </plugin>
  118. <plugin>
  119. <artifactId>maven-enforcer-plugin</artifactId>
  120. <version>3.4.0</version>
  121. </plugin>
  122. <plugin>
  123. <groupId>org.apache.felix</groupId>
  124. <artifactId>maven-bundle-plugin</artifactId>
  125. <version>5.1.9</version>
  126. </plugin>
  127. <plugin>
  128. <artifactId>maven-jar-plugin</artifactId>
  129. <version>3.3.0</version>
  130. </plugin>
  131. <plugin>
  132. <artifactId>maven-source-plugin</artifactId>
  133. <version>3.3.0</version>
  134. </plugin>
  135. <plugin>
  136. <artifactId>maven-resources-plugin</artifactId>
  137. <version>3.3.1</version>
  138. </plugin>
  139. <plugin>
  140. <artifactId>maven-deploy-plugin</artifactId>
  141. <version>3.1.1</version>
  142. </plugin>
  143. <plugin>
  144. <artifactId>maven-dependency-plugin</artifactId>
  145. <version>3.6.0</version>
  146. </plugin>
  147. <plugin>
  148. <groupId>com.github.spotbugs</groupId>
  149. <artifactId>spotbugs-maven-plugin</artifactId>
  150. <version>${spotbugs.version}</version>
  151. <configuration>
  152. <skip>${spotbugs.skip}</skip>
  153. <threshold>${spotbugs.threshold}</threshold>
  154. </configuration>
  155. </plugin>
  156. </plugins>
  157. </pluginManagement>
  158. <plugins>
  159. <plugin>
  160. <groupId>org.apache.maven.plugins</groupId>
  161. <artifactId>maven-compiler-plugin</artifactId>
  162. <configuration>
  163. <compilerArgs>
  164. <arg>-Xlint:all</arg>
  165. </compilerArgs>
  166. </configuration>
  167. </plugin>
  168. <plugin>
  169. <groupId>org.glassfish.copyright</groupId>
  170. <artifactId>glassfish-copyright-maven-plugin</artifactId>
  171. <configuration>
  172. <templateFile>${copyright.templatefile}</templateFile>
  173. <excludeFile>${copyright.exclude}</excludeFile>
  174. <!-- skip files not under SCM-->
  175. <scmOnly>${copyright.scmonly}</scmOnly>
  176. <!-- for use with repair -->
  177. <update>${copyright.update}</update>
  178. <!-- check that year is correct -->
  179. <ignoreYear>${copyright.ignoreyear}</ignoreYear>
  180. <quiet>false</quiet>
  181. </configuration>
  182. <executions>
  183. <execution>
  184. <phase>validate</phase>
  185. <goals>
  186. <goal>check</goal>
  187. </goals>
  188. </execution>
  189. </executions>
  190. </plugin>
  191. <plugin>
  192. <groupId>org.apache.maven.plugins</groupId>
  193. <artifactId>maven-source-plugin</artifactId>
  194. <configuration>
  195. <archive>
  196. <manifest>
  197. <addDefaultEntries>false</addDefaultEntries>
  198. <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
  199. </manifest>
  200. <manifestEntries>
  201. <Implementation-Build-Id>${project.version} - ${buildNumber}</Implementation-Build-Id>
  202. </manifestEntries>
  203. </archive>
  204. </configuration>
  205. </plugin>
  206. </plugins>
  207. </build>
  208. <profiles>
  209. <profile>
  210. <id>test</id>
  211. <modules>
  212. <module>jaxb-api-test</module>
  213. </modules>
  214. </profile>
  215. </profiles>
  216. </project>