netty-incubator-codec-parent-quic-0.0.70.Final.pom 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ~ Copyright 2020 The Netty Project
  4. ~
  5. ~ The Netty Project licenses this file to you under the Apache License,
  6. ~ version 2.0 (the "License"); you may not use this file except in compliance
  7. ~ with the License. You may obtain a copy of the License at:
  8. ~
  9. ~ https://www.apache.org/licenses/LICENSE-2.0
  10. ~
  11. ~ Unless required by applicable law or agreed to in writing, software
  12. ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  13. ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  14. ~ License for the specific language governing permissions and limitations
  15. ~ under the License.
  16. -->
  17. <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/maven-v4_0_0.xsd">
  18. <modelVersion>4.0.0</modelVersion>
  19. <parent>
  20. <groupId>org.sonatype.oss</groupId>
  21. <artifactId>oss-parent</artifactId>
  22. <version>9</version>
  23. </parent>
  24. <groupId>io.netty.incubator</groupId>
  25. <artifactId>netty-incubator-codec-parent-quic</artifactId>
  26. <version>0.0.70.Final</version>
  27. <name>Netty/Incubator/Codec/Parent/Quic</name>
  28. <packaging>pom</packaging>
  29. <url>https://netty.io/</url>
  30. <description>
  31. Netty is an asynchronous event-driven network application framework for
  32. rapid development of maintainable high performance protocol servers and
  33. clients.
  34. </description>
  35. <organization>
  36. <name>The Netty Project</name>
  37. <url>https://netty.io/</url>
  38. </organization>
  39. <licenses>
  40. <license>
  41. <name>Apache License, Version 2.0</name>
  42. <url>https://www.apache.org/licenses/LICENSE-2.0</url>
  43. </license>
  44. </licenses>
  45. <inceptionYear>2020</inceptionYear>
  46. <scm>
  47. <url>https://github.com/netty/netty-incubator-codec-quic</url>
  48. <connection>scm:git:git://github.com/netty/netty-incubator-codec-quic.git</connection>
  49. <developerConnection>scm:git:ssh://git@github.com/netty/netty-incubator-codec-quic.git</developerConnection>
  50. <tag>netty-incubator-codec-parent-quic-0.0.70.Final</tag>
  51. </scm>
  52. <developers>
  53. <developer>
  54. <id>netty.io</id>
  55. <name>The Netty Project Contributors</name>
  56. <email>netty@googlegroups.com</email>
  57. <url>https://netty.io/</url>
  58. <organization>The Netty Project</organization>
  59. <organizationUrl>https://netty.io/</organizationUrl>
  60. </developer>
  61. </developers>
  62. <modules>
  63. <module>codec-classes-quic</module>
  64. <module>codec-native-quic</module>
  65. <module>testsuite-native-image</module>
  66. </modules>
  67. <properties>
  68. <javaModuleName />
  69. <skipTests>false</skipTests>
  70. <packaging.type>jar</packaging.type>
  71. <netty.version>4.1.116.Final</netty.version>
  72. <netty.build.version>31</netty.build.version>
  73. <netty.jni-util.version>0.0.9.Final</netty.jni-util.version>
  74. <junit.version>5.9.0</junit.version>
  75. <native.maven.plugin.version>0.9.27</native.maven.plugin.version>
  76. <test.argLine>-D_</test.argLine>
  77. <bundleNativeCode />
  78. <crossCompile />
  79. </properties>
  80. <build>
  81. <pluginManagement>
  82. <plugins>
  83. <plugin>
  84. <groupId>org.codehaus.mojo</groupId>
  85. <artifactId>build-helper-maven-plugin</artifactId>
  86. <version>3.2.0</version>
  87. </plugin>
  88. <plugin>
  89. <groupId>org.apache.maven.plugins</groupId>
  90. <artifactId>maven-dependency-plugin</artifactId>
  91. <version>3.1.2</version>
  92. </plugin>
  93. <plugin>
  94. <artifactId>maven-antrun-plugin</artifactId>
  95. <version>1.8</version>
  96. <dependencies>
  97. <dependency>
  98. <groupId>org.apache.ant</groupId>
  99. <artifactId>ant</artifactId>
  100. <version>1.10.11</version>
  101. </dependency>
  102. <dependency>
  103. <groupId>org.apache.ant</groupId>
  104. <artifactId>ant-commons-net</artifactId>
  105. <version>1.9.6</version>
  106. </dependency>
  107. <dependency>
  108. <groupId>ant-contrib</groupId>
  109. <artifactId>ant-contrib</artifactId>
  110. <version>1.0b3</version>
  111. </dependency>
  112. </dependencies>
  113. </plugin>
  114. <plugin>
  115. <artifactId>maven-compiler-plugin</artifactId>
  116. <version>3.13.0</version>
  117. </plugin>
  118. <plugin>
  119. <artifactId>maven-checkstyle-plugin</artifactId>
  120. <version>3.1.0</version>
  121. <dependencies>
  122. <dependency>
  123. <groupId>com.puppycrawl.tools</groupId>
  124. <artifactId>checkstyle</artifactId>
  125. <version>8.29</version>
  126. </dependency>
  127. <dependency>
  128. <groupId>io.netty</groupId>
  129. <artifactId>netty-build-common</artifactId>
  130. <version>${netty.build.version}</version>
  131. </dependency>
  132. </dependencies>
  133. </plugin>
  134. <plugin>
  135. <artifactId>maven-surefire-plugin</artifactId>
  136. <version>2.22.1</version>
  137. </plugin>
  138. <plugin>
  139. <artifactId>maven-javadoc-plugin</artifactId>
  140. <version>2.10.4</version>
  141. </plugin>
  142. <plugin>
  143. <groupId>org.apache.felix</groupId>
  144. <artifactId>maven-bundle-plugin</artifactId>
  145. <version>2.5.4</version>
  146. </plugin>
  147. <plugin>
  148. <artifactId>maven-deploy-plugin</artifactId>
  149. <version>2.8.2</version>
  150. </plugin>
  151. <plugin>
  152. <artifactId>maven-source-plugin</artifactId>
  153. <version>3.2.1</version>
  154. </plugin>
  155. <plugin>
  156. <artifactId>maven-release-plugin</artifactId>
  157. <version>2.5.3</version>
  158. <dependencies>
  159. <dependency>
  160. <groupId>org.apache.maven.scm</groupId>
  161. <artifactId>maven-scm-api</artifactId>
  162. <version>1.9.4</version>
  163. </dependency>
  164. <dependency>
  165. <groupId>org.apache.maven.scm</groupId>
  166. <artifactId>maven-scm-provider-gitexe</artifactId>
  167. <version>1.9.4</version>
  168. </dependency>
  169. </dependencies>
  170. </plugin>
  171. <plugin>
  172. <groupId>org.fusesource.hawtjni</groupId>
  173. <artifactId>hawtjni-maven-plugin</artifactId>
  174. <version>1.18</version>
  175. </plugin>
  176. <plugin>
  177. <artifactId>maven-jar-plugin</artifactId>
  178. <version>3.2.0</version>
  179. </plugin>
  180. <plugin>
  181. <groupId>com.simpligility.maven.plugins</groupId>
  182. <artifactId>android-maven-plugin</artifactId>
  183. <version>4.6.0</version>
  184. </plugin>
  185. </plugins>
  186. </pluginManagement>
  187. <extensions>
  188. <extension>
  189. <groupId>kr.motd.maven</groupId>
  190. <artifactId>os-maven-plugin</artifactId>
  191. <version>1.7.0</version>
  192. </extension>
  193. </extensions>
  194. <plugins>
  195. <plugin>
  196. <artifactId>maven-compiler-plugin</artifactId>
  197. <configuration>
  198. <compilerVersion>1.8</compilerVersion>
  199. <fork>true</fork>
  200. <source>1.8</source>
  201. <target>1.8</target>
  202. <release>8</release>
  203. <debug>true</debug>
  204. <optimize>true</optimize>
  205. <showDeprecation>true</showDeprecation>
  206. <showWarnings>true</showWarnings>
  207. <compilerArgument>-Xlint:-options</compilerArgument>
  208. <meminitial>256m</meminitial>
  209. <maxmem>1024m</maxmem>
  210. <excludes>
  211. <exclude>**/package-info.java</exclude>
  212. </excludes>
  213. </configuration>
  214. </plugin>
  215. <plugin>
  216. <artifactId>maven-checkstyle-plugin</artifactId>
  217. <executions>
  218. <execution>
  219. <id>check-style</id>
  220. <goals>
  221. <goal>check</goal>
  222. </goals>
  223. <phase>validate</phase>
  224. <configuration>
  225. <consoleOutput>true</consoleOutput>
  226. <logViolationsToConsole>true</logViolationsToConsole>
  227. <failsOnError>true</failsOnError>
  228. <failOnViolation>true</failOnViolation>
  229. <configLocation>io/netty/checkstyle.xml</configLocation>
  230. <sourceDirectories>
  231. <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
  232. <sourceDirectory>${project.build.testSourceDirectory}</sourceDirectory>
  233. </sourceDirectories>
  234. </configuration>
  235. <inherited>false</inherited>
  236. </execution>
  237. </executions>
  238. </plugin>
  239. <plugin>
  240. <artifactId>maven-surefire-plugin</artifactId>
  241. <configuration>
  242. <includes>
  243. <include>**/*Test*.java</include>
  244. </includes>
  245. <excludes>
  246. <exclude>**/Abstract*</exclude>
  247. </excludes>
  248. <runOrder>random</runOrder>
  249. <systemPropertyVariables>
  250. <logback.configurationFile>src/test/resources/logback-test.xml</logback.configurationFile>
  251. <logLevel>info</logLevel>
  252. </systemPropertyVariables>
  253. <!-- Ensure the whole stacktrace is preserved when an exception is thrown. See https://issues.apache.org/jira/browse/SUREFIRE-1457 -->
  254. <trimStackTrace>false</trimStackTrace>
  255. <!-- Always check JNI during test run so we catch bugs that could cause crashes -->
  256. <argLine>-ea -Xcheck:jni ${test.argLine}</argLine>
  257. </configuration>
  258. </plugin>
  259. <!-- always produce osgi bundles -->
  260. <plugin>
  261. <groupId>org.apache.felix</groupId>
  262. <artifactId>maven-bundle-plugin</artifactId>
  263. <executions>
  264. <execution>
  265. <id>generate-manifest</id>
  266. <phase>process-classes</phase>
  267. <goals>
  268. <goal>manifest</goal>
  269. </goals>
  270. <configuration>
  271. <supportedProjectTypes>
  272. <supportedProjectType>jar</supportedProjectType>
  273. <supportedProjectType>bundle</supportedProjectType>
  274. </supportedProjectTypes>
  275. <instructions>
  276. <Export-Package>${project.groupId}.*</Export-Package>
  277. </instructions>
  278. </configuration>
  279. </execution>
  280. </executions>
  281. </plugin>
  282. <plugin>
  283. <artifactId>maven-source-plugin</artifactId>
  284. <!-- Eclipse-related OSGi manifests
  285. See https://github.com/netty/netty/issues/3886
  286. More information: https://rajakannappan.blogspot.ie/2010/03/automating-eclipse-source-bundle.html -->
  287. <configuration>
  288. <archive>
  289. <manifestEntries>
  290. <Bundle-ManifestVersion>2</Bundle-ManifestVersion>
  291. <Bundle-Name>${project.name}</Bundle-Name>
  292. <Bundle-SymbolicName>${project.groupId}.${project.artifactId}.source</Bundle-SymbolicName>
  293. <Bundle-Vendor>${project.organization.name}</Bundle-Vendor>
  294. <Bundle-Version>${parsedVersion.osgiVersion}</Bundle-Version>
  295. <Eclipse-SourceBundle>${project.groupId}.${project.artifactId};version="${parsedVersion.osgiVersion}";roots:="."</Eclipse-SourceBundle>
  296. </manifestEntries>
  297. </archive>
  298. </configuration>
  299. <executions>
  300. <execution>
  301. <id>attach-sources</id>
  302. <phase>prepare-package</phase>
  303. <goals>
  304. <goal>jar-no-fork</goal>
  305. </goals>
  306. </execution>
  307. <execution>
  308. <id>attach-test-sources</id>
  309. <phase>prepare-package</phase>
  310. <goals>
  311. <goal>test-jar-no-fork</goal>
  312. </goals>
  313. </execution>
  314. </executions>
  315. </plugin>
  316. <plugin>
  317. <artifactId>maven-javadoc-plugin</artifactId>
  318. <configuration>
  319. <detectOfflineLinks>false</detectOfflineLinks>
  320. <breakiterator>true</breakiterator>
  321. <version>false</version>
  322. <author>false</author>
  323. <keywords>true</keywords>
  324. <source>8</source>
  325. </configuration>
  326. </plugin>
  327. <plugin>
  328. <artifactId>maven-deploy-plugin</artifactId>
  329. <configuration>
  330. <retryFailedDeploymentCount>10</retryFailedDeploymentCount>
  331. </configuration>
  332. </plugin>
  333. <plugin>
  334. <artifactId>maven-release-plugin</artifactId>
  335. <configuration>
  336. <useReleaseProfile>false</useReleaseProfile>
  337. <arguments>-P restricted-release,sonatype-oss-release,full</arguments>
  338. <autoVersionSubmodules>true</autoVersionSubmodules>
  339. <allowTimestampedSnapshots>false</allowTimestampedSnapshots>
  340. <tagNameFormat>${project.artifactId}-@{project.version}</tagNameFormat>
  341. </configuration>
  342. </plugin>
  343. </plugins>
  344. </build>
  345. <dependencyManagement>
  346. <dependencies>
  347. <dependency>
  348. <groupId>io.netty</groupId>
  349. <artifactId>netty-jni-util</artifactId>
  350. <version>${netty.jni-util.version}</version>
  351. <classifier>sources</classifier>
  352. <optional>true</optional>
  353. </dependency>
  354. <dependency>
  355. <groupId>io.netty</groupId>
  356. <artifactId>netty-common</artifactId>
  357. <version>${netty.version}</version>
  358. </dependency>
  359. <dependency>
  360. <groupId>io.netty</groupId>
  361. <artifactId>netty-buffer</artifactId>
  362. <version>${netty.version}</version>
  363. </dependency>
  364. <dependency>
  365. <groupId>io.netty</groupId>
  366. <artifactId>netty-codec</artifactId>
  367. <version>${netty.version}</version>
  368. </dependency>
  369. <dependency>
  370. <groupId>io.netty</groupId>
  371. <artifactId>netty-handler</artifactId>
  372. <version>${netty.version}</version>
  373. </dependency>
  374. <dependency>
  375. <groupId>io.netty</groupId>
  376. <artifactId>netty-transport</artifactId>
  377. <version>${netty.version}</version>
  378. </dependency>
  379. <dependency>
  380. <groupId>io.netty</groupId>
  381. <artifactId>netty-transport-classes-epoll</artifactId>
  382. <version>${netty.version}</version>
  383. <scope>compile</scope>
  384. <!-- Let's mark as optional as it is not strictly needed -->
  385. <optional>true</optional>
  386. </dependency>
  387. <dependency>
  388. <groupId>io.netty</groupId>
  389. <artifactId>netty-transport-native-epoll</artifactId>
  390. <version>${netty.version}</version>
  391. <classifier>linux-x86_64</classifier>
  392. <scope>test</scope>
  393. </dependency>
  394. <dependency>
  395. <groupId>org.junit.jupiter</groupId>
  396. <artifactId>junit-jupiter-api</artifactId>
  397. <version>${junit.version}</version>
  398. <scope>test</scope>
  399. </dependency>
  400. <dependency>
  401. <groupId>org.junit.jupiter</groupId>
  402. <artifactId>junit-jupiter-engine</artifactId>
  403. <version>${junit.version}</version>
  404. <scope>test</scope>
  405. </dependency>
  406. <dependency>
  407. <groupId>org.junit.jupiter</groupId>
  408. <artifactId>junit-jupiter-params</artifactId>
  409. <version>${junit.version}</version>
  410. <scope>test</scope>
  411. </dependency>
  412. <dependency>
  413. <groupId>org.hamcrest</groupId>
  414. <artifactId>hamcrest-library</artifactId>
  415. <version>1.3</version>
  416. <scope>test</scope>
  417. </dependency>
  418. <dependency>
  419. <groupId>io.netty</groupId>
  420. <artifactId>netty-build-common</artifactId>
  421. <version>${netty.build.version}</version>
  422. <scope>test</scope>
  423. </dependency>
  424. <dependency>
  425. <groupId>ch.qos.logback</groupId>
  426. <artifactId>logback-classic</artifactId>
  427. <version>1.3.12</version>
  428. <scope>test</scope>
  429. </dependency>
  430. <!-- Also include bouncycastle so we can use SelfSignedCertificate even on more recent JDKs during testing -->
  431. <dependency>
  432. <groupId>org.bouncycastle</groupId>
  433. <artifactId>bcpkix-jdk15on</artifactId>
  434. <version>1.70</version>
  435. <scope>test</scope>
  436. </dependency>
  437. <dependency>
  438. <groupId>org.assertj</groupId>
  439. <artifactId>assertj-core</artifactId>
  440. <version>3.20.2</version>
  441. <scope>test</scope>
  442. </dependency>
  443. <dependency>
  444. <groupId>org.jetbrains</groupId>
  445. <artifactId>annotations</artifactId>
  446. <version>24.1.0</version>
  447. <scope>provided</scope>
  448. </dependency>
  449. <dependency>
  450. <groupId>com.google.code.findbugs</groupId>
  451. <artifactId>jsr305</artifactId>
  452. <version>3.0.2</version>
  453. <scope>provided</scope>
  454. </dependency>
  455. </dependencies>
  456. </dependencyManagement>
  457. </project>