jakarta.xml.bind-api-parent-2.3.3.pom 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. <?xml version="1.0"?>
  2. <!--
  3. Copyright (c) 1997, 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. <groupId>jakarta.xml.bind</groupId>
  18. <artifactId>jakarta.xml.bind-api-parent</artifactId>
  19. <version>2.3.3</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>false</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.exclude>${project.basedir}/exclude.xml</spotbugs.exclude>
  64. <spotbugs.skip>false</spotbugs.skip>
  65. <spotbugs.threshold>Low</spotbugs.threshold>
  66. <spotbugs.version>3.1.12.1</spotbugs.version>
  67. <release.spec.feedback>jaxb-dev@eclipse.org</release.spec.feedback>
  68. <release.spec.date>Jul 2017</release.spec.date>
  69. <api.package>javax.xml.bind</api.package>
  70. <extension.name>jakarta.xml.bind</extension.name>
  71. <spec.version>2.3</spec.version>
  72. <impl.version>3</impl.version>
  73. <activation.version>1.2.2</activation.version>
  74. <config.dir>${project.basedir}/etc/config</config.dir>
  75. <vendor.name>Eclipse Foundation</vendor.name>
  76. </properties>
  77. <modules>
  78. <module>jaxb-api</module>
  79. <module>jaxb-api-test</module>
  80. </modules>
  81. <dependencyManagement>
  82. <dependencies>
  83. <dependency>
  84. <groupId>jakarta.activation</groupId>
  85. <artifactId>jakarta.activation-api</artifactId>
  86. <version>${activation.version}</version>
  87. </dependency>
  88. </dependencies>
  89. </dependencyManagement>
  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.codehaus.mojo</groupId>
  100. <artifactId>build-helper-maven-plugin</artifactId>
  101. <version>3.0.0</version>
  102. </plugin>
  103. <plugin>
  104. <artifactId>maven-compiler-plugin</artifactId>
  105. <version>3.8.1</version>
  106. </plugin>
  107. <plugin>
  108. <groupId>org.glassfish.copyright</groupId>
  109. <artifactId>glassfish-copyright-maven-plugin</artifactId>
  110. <version>2.3</version>
  111. </plugin>
  112. <plugin>
  113. <artifactId>maven-surefire-plugin</artifactId>
  114. <version>2.20</version>
  115. </plugin>
  116. <plugin>
  117. <artifactId>maven-javadoc-plugin</artifactId>
  118. <version>3.1.1</version>
  119. </plugin>
  120. <plugin>
  121. <artifactId>maven-enforcer-plugin</artifactId>
  122. <version>3.0.0-M3</version>
  123. </plugin>
  124. <plugin>
  125. <groupId>org.apache.felix</groupId>
  126. <artifactId>maven-bundle-plugin</artifactId>
  127. <version>4.2.1</version>
  128. </plugin>
  129. <plugin>
  130. <artifactId>maven-jar-plugin</artifactId>
  131. <version>3.2.0</version>
  132. </plugin>
  133. <plugin>
  134. <artifactId>maven-source-plugin</artifactId>
  135. <version>3.2.1</version>
  136. </plugin>
  137. <plugin>
  138. <artifactId>maven-resources-plugin</artifactId>
  139. <version>3.1.0</version>
  140. </plugin>
  141. <plugin>
  142. <artifactId>maven-deploy-plugin</artifactId>
  143. <version>3.0.0-M1</version>
  144. </plugin>
  145. <plugin>
  146. <artifactId>maven-dependency-plugin</artifactId>
  147. <version>3.1.1</version>
  148. </plugin>
  149. <plugin>
  150. <groupId>com.github.spotbugs</groupId>
  151. <artifactId>spotbugs-maven-plugin</artifactId>
  152. <version>${spotbugs.version}</version>
  153. <configuration>
  154. <skip>${spotbugs.skip}</skip>
  155. </configuration>
  156. </plugin>
  157. </plugins>
  158. </pluginManagement>
  159. <plugins>
  160. <plugin>
  161. <groupId>org.apache.maven.plugins</groupId>
  162. <artifactId>maven-compiler-plugin</artifactId>
  163. <configuration>
  164. <source>1.8</source>
  165. <target>1.8</target>
  166. <compilerArgs>
  167. <arg>-Xlint:all</arg>
  168. </compilerArgs>
  169. </configuration>
  170. </plugin>
  171. <plugin>
  172. <groupId>org.glassfish.copyright</groupId>
  173. <artifactId>glassfish-copyright-maven-plugin</artifactId>
  174. <configuration>
  175. <templateFile>${copyright.templatefile}</templateFile>
  176. <excludeFile>${copyright.exclude}</excludeFile>
  177. <!-- skip files not under SCM-->
  178. <scmOnly>${copyright.scmonly}</scmOnly>
  179. <!-- for use with repair -->
  180. <update>${copyright.update}</update>
  181. <!-- check that year is correct -->
  182. <ignoreYear>${copyright.ignoreyear}</ignoreYear>
  183. </configuration>
  184. <executions>
  185. <execution>
  186. <phase>validate</phase>
  187. <goals>
  188. <goal>check</goal>
  189. </goals>
  190. </execution>
  191. </executions>
  192. </plugin>
  193. <plugin>
  194. <groupId>org.apache.maven.plugins</groupId>
  195. <artifactId>maven-source-plugin</artifactId>
  196. <configuration>
  197. <archive>
  198. <manifest>
  199. <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
  200. </manifest>
  201. <manifestEntries>
  202. <Implementation-Build-Id>${project.version} - ${scmBranch}-${buildNumber}</Implementation-Build-Id>
  203. </manifestEntries>
  204. </archive>
  205. </configuration>
  206. </plugin>
  207. </plugins>
  208. </build>
  209. </project>