undertow-parent-2.3.13.Final.pom 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ~ JBoss, Home of Professional Open Source.
  4. ~ Copyright 2012 Red Hat, Inc., and individual contributors
  5. ~ as indicated by the @author tags.
  6. ~
  7. ~ Licensed under the Apache License, Version 2.0 (the "License");
  8. ~ you may not use this file except in compliance with the License.
  9. ~ You may obtain a copy of the License at
  10. ~
  11. ~ http://www.apache.org/licenses/LICENSE-2.0
  12. ~
  13. ~ Unless required by applicable law or agreed to in writing, software
  14. ~ distributed under the License is distributed on an "AS IS" BASIS,
  15. ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  16. ~ See the License for the specific language governing permissions and
  17. ~ limitations under the License.
  18. -->
  19. <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/xsd/maven-4.0.0.xsd">
  20. <modelVersion>4.0.0</modelVersion>
  21. <parent>
  22. <groupId>org.jboss</groupId>
  23. <artifactId>jboss-parent</artifactId>
  24. <version>35</version>
  25. </parent>
  26. <groupId>io.undertow</groupId>
  27. <artifactId>undertow-parent</artifactId>
  28. <version>2.3.13.Final</version>
  29. <name>Undertow</name>
  30. <description>Undertow</description>
  31. <packaging>pom</packaging>
  32. <licenses>
  33. <license>
  34. <name>Apache License Version 2.0</name>
  35. <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
  36. <distribution>repo</distribution>
  37. </license>
  38. </licenses>
  39. <scm>
  40. <connection>scm:git://github.com/undertow-io/undertow.git</connection>
  41. <developerConnection>scm:git://github.com/undertow-io/undertow.git</developerConnection>
  42. <url>https://github.com/undertow-io/undertow</url>
  43. </scm>
  44. <properties>
  45. <!--
  46. Dependency versions. Please keep alphabetical.
  47. Each version property should be of the form "version.<groupId>".
  48. For example: <version.org.jboss.as>
  49. In cases where multiple artifacts use the same groupId but have different
  50. versions, add the artifactId or other qualifier to the property name.
  51. For example: <version.org.jboss.as.console>
  52. -->
  53. <version.com.h2database>2.1.214</version.com.h2database>
  54. <version.easymock>4.3</version.easymock>
  55. <version.jakarta.annotation.jakarta-annotation-api>2.1.1</version.jakarta.annotation.jakarta-annotation-api>
  56. <version.jakarta.servlet.jakarta-servlet-api>6.0.0</version.jakarta.servlet.jakarta-servlet-api>
  57. <version.jakarta.websocket.jakarta-websocket-api>2.1.0</version.jakarta.websocket.jakarta-websocket-api>
  58. <version.junit>4.13.2</version.junit>
  59. <version.netty>4.1.82.Final</version.netty>
  60. <version.org.apache.directory.server>2.0.0.AM26</version.org.apache.directory.server>
  61. <version.org.apache.httpcomponents>4.5.12</version.org.apache.httpcomponents>
  62. <version.org.jboss.classfilewriter>1.2.5.Final</version.org.jboss.classfilewriter>
  63. <version.org.jboss.logging>3.4.3.Final</version.org.jboss.logging>
  64. <version.org.jboss.logging.processor>2.2.1.Final</version.org.jboss.logging.processor>
  65. <version.org.jboss.logmanager>2.1.19.Final</version.org.jboss.logmanager>
  66. <version.xnio>3.8.8.Final</version.xnio>
  67. <!-- TODO remove this dependency once xnio upgrades to latest jboss threads -->
  68. <version.org.jboss.threads>3.5.0.Final</version.org.jboss.threads>
  69. <version.org.wildfly.common>1.6.0.Final</version.org.wildfly.common>
  70. <version.org.wildfly.client-config>1.0.1.Final</version.org.wildfly.client-config>
  71. <!-- jacoco -->
  72. <version.org.jacoco>0.7.9</version.org.jacoco>
  73. <jacoco.agent.argLine></jacoco.agent.argLine>
  74. <!-- Spotbugs properties -->
  75. <spotbugs.exclude.filter.file>../spotbugs-exclude.xml</spotbugs.exclude.filter.file>
  76. <!-- Surefire args -->
  77. <modular.jdk.props></modular.jdk.props>
  78. <surefire.jpda.args/>
  79. <surefire.system.args>-ea ${surefire.jpda.args} -Xmx1024m ${modular.jdk.props}</surefire.system.args>
  80. <!--by default run all tests-->
  81. <test.categories>io.undertow.testutils.category.UnitTest OR NOT io.undertow.testutils.category.UnitTest</test.categories>
  82. <!-- Checkstyle configuration -->
  83. <linkXRef>false</linkXRef>
  84. <version.io.undertow.build.checkstyle-config>1.0.1.Final</version.io.undertow.build.checkstyle-config>
  85. <version.com.github.spotbugs-maven-plugin>4.7.3.4</version.com.github.spotbugs-maven-plugin>
  86. <version.com.twitter.hpack>1.0.2</version.com.twitter.hpack>
  87. <!-- Non-default maven plugin versions and configuration -->
  88. <version.org.wildfly.openssl>2.2.1.Final</version.org.wildfly.openssl>
  89. <version.checkstyle>7.1</version.checkstyle>
  90. <version.bundle.plugin>5.1.1</version.bundle.plugin>
  91. <version.jmh>1.21</version.jmh>
  92. <maven.compiler.source>11</maven.compiler.source>
  93. <maven.compiler.target>11</maven.compiler.target>
  94. <maven.javadoc.plugin.quiet>true</maven.javadoc.plugin.quiet>
  95. <maven.compiler.showDeprecation>false</maven.compiler.showDeprecation>
  96. <maven.compiler.showWarnings>false</maven.compiler.showWarnings>
  97. </properties>
  98. <modules>
  99. <module>parser-generator</module>
  100. <module>core</module>
  101. <module>servlet</module>
  102. <module>examples</module>
  103. <module>websockets-jsr</module>
  104. <module>benchmarks</module>
  105. </modules>
  106. <build>
  107. <plugins>
  108. <plugin>
  109. <groupId>org.apache.maven.plugins</groupId>
  110. <artifactId>maven-checkstyle-plugin</artifactId>
  111. </plugin>
  112. <!-- Javadoc -->
  113. <plugin>
  114. <groupId>org.apache.maven.plugins</groupId>
  115. <artifactId>maven-javadoc-plugin</artifactId>
  116. <configuration>
  117. <!--
  118. The Javadoc comments contain a lot of warnings
  119. that add a lot of noise to the build without the
  120. following setting.
  121. -->
  122. <doclint>none</doclint>
  123. <quiet>${maven.javadoc.plugin.quiet}</quiet>
  124. <!-- @implNote is a non-standard tag and must be declared or the build will fail -->
  125. <tags>
  126. <tag>
  127. <name>implNote</name>
  128. <placement>a</placement>
  129. <head>Implementation Note:</head>
  130. </tag>
  131. </tags>
  132. <source>1.8</source>
  133. </configuration>
  134. <executions>
  135. <execution>
  136. <id>attach-javadocs</id>
  137. <goals>
  138. <goal>jar</goal>
  139. </goals>
  140. </execution>
  141. </executions>
  142. </plugin>
  143. <!-- Zanata translations -->
  144. <plugin>
  145. <groupId>org.zanata</groupId>
  146. <artifactId>zanata-maven-plugin</artifactId>
  147. <version>${version.zanata.plugin}</version>
  148. <configuration>
  149. <!-- Process sub-modules separately, sharing parent config -->
  150. <enableModules>true</enableModules>
  151. <projectConfig>${session.executionRootDirectory}/zanata.xml</projectConfig>
  152. <!-- Generated English i18n.properties are written here: -->
  153. <srcDir>target/classes</srcDir>
  154. <transDir>src/main/resources</transDir>
  155. <includes>**/*.i18n.properties,**/LocalDescriptions.properties</includes>
  156. </configuration>
  157. </plugin>
  158. </plugins>
  159. <pluginManagement>
  160. <plugins>
  161. <!-- Compiler -->
  162. <plugin>
  163. <groupId>org.apache.maven.plugins</groupId>
  164. <artifactId>maven-compiler-plugin</artifactId>
  165. <version>${version.compiler.plugin}</version>
  166. <configuration>
  167. <!-- fork is needed so compiler args can be used -->
  168. <fork>true</fork>
  169. <failOnError>false</failOnError>
  170. <compilerArgs>
  171. <arg>-J--add-opens=java.base/java.lang=ALL-UNNAMED</arg>
  172. </compilerArgs>
  173. <!-- need to specify directly, for some reason properties are ignored -->
  174. <showDeprecation>${maven.compiler.showDeprecation}</showDeprecation>
  175. <showWarnings>${maven.compilie${maven.compiler.showWarnings}</showWarnings>
  176. </configuration>
  177. </plugin>
  178. <!-- Checkstyle -->
  179. <plugin>
  180. <groupId>org.apache.maven.plugins</groupId>
  181. <artifactId>maven-checkstyle-plugin</artifactId>
  182. <version>${version.checkstyle.plugin}</version>
  183. <configuration>
  184. <configLocation>undertow-checkstyle/checkstyle.xml</configLocation>
  185. <consoleOutput>true</consoleOutput>
  186. <failsOnError>true</failsOnError>
  187. <includeTestSourceDirectory>true</includeTestSourceDirectory>
  188. <useFile/>
  189. <sourceDirectories>
  190. <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
  191. </sourceDirectories>
  192. </configuration>
  193. <dependencies>
  194. <dependency>
  195. <groupId>io.undertow.build</groupId>
  196. <artifactId>undertow-checkstyle-config</artifactId>
  197. <version>${version.io.undertow.build.checkstyle-config}</version>
  198. </dependency>
  199. </dependencies>
  200. <executions>
  201. <execution>
  202. <id>check-style</id>
  203. <phase>compile</phase>
  204. <goals>
  205. <goal>checkstyle</goal>
  206. </goals>
  207. </execution>
  208. </executions>
  209. </plugin>
  210. <!-- FindBugs -->
  211. <plugin>
  212. <groupId>com.github.spotbugs</groupId>
  213. <artifactId>spotbugs-maven-plugin</artifactId>
  214. <version>${version.com.github.spotbugs-maven-plugin}</version>
  215. <configuration>
  216. <excludeFilterFile>${spotbugs.exclude.filter.file}</excludeFilterFile>
  217. </configuration>
  218. <executions>
  219. <execution>
  220. <id>find-bugs</id>
  221. <phase>verify</phase>
  222. <goals>
  223. <goal>check</goal>
  224. </goals>
  225. </execution>
  226. </executions>
  227. </plugin>
  228. <plugin>
  229. <groupId>org.apache.maven.plugins</groupId>
  230. <artifactId>maven-surefire-plugin</artifactId>
  231. <version>${version.surefire.plugin}</version>
  232. <configuration>
  233. <groups>${test.categories}</groups>
  234. <redirectTestOutputToFile>true</redirectTestOutputToFile>
  235. </configuration>
  236. </plugin>
  237. <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
  238. <plugin>
  239. <!--suppress MavenModelInspection -->
  240. <groupId>org.eclipse.m2e</groupId>
  241. <!--suppress MavenModelInspection -->
  242. <artifactId>lifecycle-mapping</artifactId>
  243. <!--suppress MavenModelInspection -->
  244. <version>1.0.0</version>
  245. <configuration>
  246. <lifecycleMappingMetadata>
  247. <pluginExecutions>
  248. <pluginExecution>
  249. <pluginExecutionFilter>
  250. <groupId>
  251. org.apache.maven.plugins
  252. </groupId>
  253. <artifactId>
  254. maven-checkstyle-plugin
  255. </artifactId>
  256. <versionRange>
  257. [2.5,)
  258. </versionRange>
  259. <goals>
  260. <goal>checkstyle</goal>
  261. </goals>
  262. </pluginExecutionFilter>
  263. <action>
  264. <ignore></ignore>
  265. </action>
  266. </pluginExecution>
  267. </pluginExecutions>
  268. </lifecycleMappingMetadata>
  269. </configuration>
  270. </plugin>
  271. <plugin>
  272. <groupId>org.apache.felix</groupId>
  273. <artifactId>maven-bundle-plugin</artifactId>
  274. <version>${version.bundle.plugin}</version>
  275. </plugin>
  276. </plugins>
  277. </pluginManagement>
  278. </build>
  279. <dependencyManagement>
  280. <dependencies>
  281. <!-- Modules in this project -->
  282. <dependency>
  283. <groupId>io.undertow</groupId>
  284. <artifactId>undertow-core</artifactId>
  285. <version>${project.version}</version>
  286. </dependency>
  287. <dependency>
  288. <groupId>io.undertow</groupId>
  289. <artifactId>undertow-core</artifactId>
  290. <version>${project.version}</version>
  291. <type>test-jar</type>
  292. <scope>test</scope>
  293. </dependency>
  294. <dependency>
  295. <groupId>io.undertow</groupId>
  296. <artifactId>undertow-examples</artifactId>
  297. <version>${project.version}</version>
  298. </dependency>
  299. <dependency>
  300. <groupId>io.undertow</groupId>
  301. <artifactId>undertow-parser-generator</artifactId>
  302. <version>${project.version}</version>
  303. </dependency>
  304. <dependency>
  305. <groupId>io.undertow</groupId>
  306. <artifactId>undertow-servlet</artifactId>
  307. <version>${project.version}</version>
  308. </dependency>
  309. <dependency>
  310. <groupId>io.undertow</groupId>
  311. <artifactId>undertow-servlet</artifactId>
  312. <version>${project.version}</version>
  313. <type>test-jar</type>
  314. <scope>test</scope>
  315. </dependency>
  316. <dependency>
  317. <groupId>io.undertow</groupId>
  318. <artifactId>undertow-websockets-jsr</artifactId>
  319. <version>${project.version}</version>
  320. </dependency>
  321. <dependency>
  322. <groupId>io.undertow</groupId>
  323. <artifactId>undertow-benchmarks</artifactId>
  324. <version>${project.version}</version>
  325. </dependency>
  326. <!-- External Dependencies -->
  327. <dependency>
  328. <groupId>io.undertow.build</groupId>
  329. <artifactId>undertow-checkstyle-config</artifactId>
  330. <version>${version.io.undertow.build.checkstyle-config}</version>
  331. </dependency>
  332. <dependency>
  333. <groupId>jakarta.servlet</groupId>
  334. <artifactId>jakarta.servlet-api</artifactId>
  335. <version>${version.jakarta.servlet.jakarta-servlet-api}</version>
  336. </dependency>
  337. <dependency>
  338. <groupId>jakarta.annotation</groupId>
  339. <artifactId>jakarta.annotation-api</artifactId>
  340. <version>${version.jakarta.annotation.jakarta-annotation-api}</version>
  341. </dependency>
  342. <dependency>
  343. <groupId>jakarta.websocket</groupId>
  344. <artifactId>jakarta.websocket-api</artifactId>
  345. <version>${version.jakarta.websocket.jakarta-websocket-api}</version>
  346. </dependency>
  347. <dependency>
  348. <groupId>jakarta.websocket</groupId>
  349. <artifactId>jakarta.websocket-client-api</artifactId>
  350. <version>${version.jakarta.websocket.jakarta-websocket-api}</version>
  351. </dependency>
  352. <dependency>
  353. <groupId>org.jboss.classfilewriter</groupId>
  354. <artifactId>jboss-classfilewriter</artifactId>
  355. <version>${version.org.jboss.classfilewriter}</version>
  356. </dependency>
  357. <dependency>
  358. <groupId>junit</groupId>
  359. <artifactId>junit</artifactId>
  360. <version>${version.junit}</version>
  361. <scope>test</scope>
  362. </dependency>
  363. <dependency>
  364. <groupId>org.easymock</groupId>
  365. <artifactId>easymock</artifactId>
  366. <version>${version.easymock}</version>
  367. <scope>test</scope>
  368. </dependency>
  369. <dependency>
  370. <groupId>io.netty</groupId>
  371. <artifactId>netty-all</artifactId>
  372. <version>${version.netty}</version>
  373. <scope>test</scope>
  374. </dependency>
  375. <dependency>
  376. <groupId>com.twitter</groupId>
  377. <artifactId>hpack</artifactId>
  378. <version>${version.com.twitter.hpack}</version>
  379. <scope>test</scope>
  380. </dependency>
  381. <dependency>
  382. <groupId>org.apache.directory.server</groupId>
  383. <artifactId>apacheds-test-framework</artifactId>
  384. <version>${version.org.apache.directory.server}</version>
  385. <scope>test</scope>
  386. </dependency>
  387. <dependency>
  388. <groupId>org.apache.directory.server</groupId>
  389. <artifactId>apacheds-interceptor-kerberos</artifactId>
  390. <version>${version.org.apache.directory.server}</version>
  391. <scope>test</scope>
  392. </dependency>
  393. <dependency>
  394. <groupId>org.apache.httpcomponents</groupId>
  395. <artifactId>httpclient</artifactId>
  396. <version>${version.org.apache.httpcomponents}</version>
  397. <scope>test</scope>
  398. </dependency>
  399. <dependency>
  400. <groupId>org.apache.httpcomponents</groupId>
  401. <artifactId>httpmime</artifactId>
  402. <version>${version.org.apache.httpcomponents}</version>
  403. <scope>test</scope>
  404. </dependency>
  405. <dependency>
  406. <groupId>org.jboss.logging</groupId>
  407. <artifactId>jboss-logging</artifactId>
  408. <version>${version.org.jboss.logging}</version>
  409. </dependency>
  410. <dependency>
  411. <groupId>org.jboss.logging</groupId>
  412. <artifactId>jboss-logging-processor</artifactId>
  413. <version>${version.org.jboss.logging.processor}</version>
  414. </dependency>
  415. <dependency>
  416. <groupId>org.jboss.logmanager</groupId>
  417. <artifactId>jboss-logmanager</artifactId>
  418. <version>${version.org.jboss.logmanager}</version>
  419. </dependency>
  420. <dependency>
  421. <groupId>org.jboss.xnio</groupId>
  422. <artifactId>xnio-api</artifactId>
  423. <version>${version.xnio}</version>
  424. <exclusions>
  425. <exclusion>
  426. <groupId>org.jboss.threads</groupId>
  427. <artifactId>jboss-threads</artifactId>
  428. </exclusion>
  429. </exclusions>
  430. </dependency>
  431. <dependency>
  432. <groupId>org.jboss.xnio</groupId>
  433. <artifactId>xnio-nio</artifactId>
  434. <version>${version.xnio}</version>
  435. <exclusions>
  436. <exclusion>
  437. <groupId>org.wildfly.common</groupId>
  438. <artifactId>wildfly-common</artifactId>
  439. </exclusion>
  440. </exclusions>
  441. </dependency>
  442. <dependency>
  443. <groupId>org.jboss.threads</groupId>
  444. <artifactId>jboss-threads</artifactId>
  445. <version>${version.org.jboss.threads}</version>
  446. <exclusions>
  447. <exclusion>
  448. <groupId>org.wildfly.common</groupId>
  449. <artifactId>wildfly-common</artifactId>
  450. </exclusion>
  451. </exclusions>
  452. </dependency>
  453. <dependency>
  454. <groupId>org.wildfly.common</groupId>
  455. <artifactId>wildfly-common</artifactId>
  456. <version>${version.org.wildfly.common}</version>
  457. </dependency>
  458. <dependency>
  459. <groupId>com.h2database</groupId>
  460. <artifactId>h2</artifactId>
  461. <version>${version.com.h2database}</version>
  462. <scope>test</scope>
  463. </dependency>
  464. <dependency>
  465. <groupId>org.wildfly.openssl</groupId>
  466. <artifactId>wildfly-openssl</artifactId>
  467. <version>${version.org.wildfly.openssl}</version>
  468. <scope>test</scope>
  469. </dependency>
  470. <dependency>
  471. <groupId>org.openjdk.jmh</groupId>
  472. <artifactId>jmh-core</artifactId>
  473. <version>${version.jmh}</version>
  474. </dependency>
  475. <dependency>
  476. <groupId>org.openjdk.jmh</groupId>
  477. <artifactId>jmh-generator-annprocess</artifactId>
  478. <version>${version.jmh}</version>
  479. <scope>provided</scope>
  480. </dependency>
  481. </dependencies>
  482. </dependencyManagement>
  483. <profiles>
  484. <profile>
  485. <id>spotbugs</id>
  486. <activation>
  487. <property>
  488. <name>findbugs</name> <!-- not modified just for compatibility reason -->
  489. </property>
  490. </activation>
  491. <build>
  492. <plugins>
  493. <plugin>
  494. <groupId>com.github.spotbugs</groupId>
  495. <artifactId>spotbugs-maven-plugin</artifactId>
  496. </plugin>
  497. </plugins>
  498. </build>
  499. </profile>
  500. <profile>
  501. <id>dist</id>
  502. <activation>
  503. <property>
  504. <name>release</name>
  505. </property>
  506. </activation>
  507. <modules>
  508. <module>dist</module>
  509. </modules>
  510. </profile>
  511. <profile>
  512. <id>test-coverage</id>
  513. <modules>
  514. <module>coverage-report</module>
  515. </modules>
  516. <properties>
  517. <jacoco.agent.argLine>${jacoco.activated.agent.argLine}</jacoco.agent.argLine>
  518. </properties>
  519. <build>
  520. <plugins>
  521. <plugin>
  522. <groupId>org.jacoco</groupId>
  523. <artifactId>jacoco-maven-plugin</artifactId>
  524. <version>${version.org.jacoco}</version>
  525. <executions>
  526. <execution>
  527. <id>agent</id>
  528. <goals>
  529. <goal>prepare-agent</goal>
  530. </goals>
  531. <configuration>
  532. <includes>
  533. <include>io.undertow*</include>
  534. </includes>
  535. <propertyName>jacoco.activated.agent.argLine</propertyName>
  536. </configuration>
  537. </execution>
  538. </executions>
  539. </plugin>
  540. </plugins>
  541. </build>
  542. </profile>
  543. <profile>
  544. <id>only-unit-tests</id>
  545. <activation>
  546. <property>
  547. <name>onlyUnitTests</name>
  548. </property>
  549. </activation>
  550. <properties>
  551. <test.categories>io.undertow.testutils.category.UnitTest</test.categories>
  552. </properties>
  553. </profile>
  554. <profile>
  555. <id>skip-unit-tests</id>
  556. <activation>
  557. <property>
  558. <name>skipUnitTests</name>
  559. </property>
  560. </activation>
  561. <properties>
  562. <test.categories>NOT io.undertow.testutils.category.UnitTest</test.categories>
  563. </properties>
  564. </profile>
  565. <profile>
  566. <id>osgi</id>
  567. <activation>
  568. <property>
  569. <name>osgi</name>
  570. </property>
  571. </activation>
  572. <modules>
  573. <module>karaf</module>
  574. </modules>
  575. </profile>
  576. <profile>
  577. <id>jdk18</id>
  578. <activation>
  579. <jdk>[18,)</jdk>
  580. </activation>
  581. <properties>
  582. <modular.jdk.props>-Djava.security.manager=allow</modular.jdk.props>
  583. </properties>
  584. </profile>
  585. <profile>
  586. <id>verbose</id>
  587. <activation>
  588. <property>
  589. <name>findbugs</name>
  590. </property>
  591. </activation>
  592. <properties>
  593. <maven.javadoc.plugin.quiet>false</maven.javadoc.plugin.quiet>
  594. <maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
  595. <maven.compiler.showWarnings>false</maven.compiler.showWarnings>
  596. </properties>
  597. </profile>
  598. </profiles>
  599. </project>