Matthias Andreas Benkard | 796b19d | 2021-12-18 23:38:46 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Matthias Andreas Benkard | b5d657a | 2022-02-03 21:14:30 +0100 | [diff] [blame] | 2 | |
| 3 | <!-- |
| 4 | SPDX-FileCopyrightText: © 2021 Matthias Andreas Benkard <code@mail.matthias.benkard.de> |
| 5 | |
| 6 | SPDX-License-Identifier: LGPL-3.0-or-later |
| 7 | --> |
| 8 | |
Matthias Andreas Benkard | 796b19d | 2021-12-18 23:38:46 +0100 | [diff] [blame] | 9 | <project |
| 10 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" |
| 11 | xmlns="http://maven.apache.org/POM/4.0.0" |
| 12 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 13 | |
| 14 | <modelVersion>4.0.0</modelVersion> |
| 15 | |
Matthias Andreas Benkard | eac6ed7 | 2022-10-09 19:40:50 +0200 | [diff] [blame] | 16 | <version>0.1.8-SNAPSHOT</version> |
Matthias Andreas Benkard | 796b19d | 2021-12-18 23:38:46 +0100 | [diff] [blame] | 17 | |
| 18 | <groupId>eu.mulk.jgvariant</groupId> |
| 19 | <artifactId>jgvariant-parent</artifactId> |
| 20 | <packaging>pom</packaging> |
| 21 | |
| 22 | <name>JGVariant Parent</name> |
| 23 | <url>https://gerrit.benkard.de/plugins/gitiles/jgvariant</url> |
| 24 | |
| 25 | <description> |
| 26 | Parent POM of the JGVariant library. |
| 27 | </description> |
| 28 | |
| 29 | <licenses> |
| 30 | <license> |
| 31 | <name>GNU Lesser General Public License v3.0 or later</name> |
| 32 | <url>https://www.gnu.org/licenses/lgpl-3.0.html</url> |
| 33 | </license> |
| 34 | </licenses> |
| 35 | |
| 36 | <developers> |
| 37 | <developer> |
| 38 | <name>Matthias Benkard</name> |
| 39 | <email>code@mulk.eu</email> |
| 40 | <organization>Matthias Benkard</organization> |
| 41 | <organizationUrl>https://matthias.benkard.de</organizationUrl> |
| 42 | </developer> |
| 43 | </developers> |
| 44 | |
| 45 | <scm> |
| 46 | <connection>scm:git:https://gerrit.benkard.de/jgvariant</connection> |
| 47 | <developerConnection>scm:git:ssh://gerrit.benkard.de:29418/jgvariant</developerConnection> |
| 48 | <url>https://gerrit.benkard.de/plugins/gitiles/jgvariant</url> |
| 49 | </scm> |
| 50 | |
| 51 | <properties> |
| 52 | <maven.compiler.parameters>true</maven.compiler.parameters> |
| 53 | <maven.compiler.release>17</maven.compiler.release> |
| 54 | |
| 55 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 56 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
| 57 | |
Renovate Bot | 32fc95b | 2023-03-06 06:01:26 +0000 | [diff] [blame] | 58 | <compiler-plugin.version>3.11.0</compiler-plugin.version> |
Renovate Bot | d1c75b2 | 2023-12-05 21:04:44 +0000 | [diff] [blame] | 59 | <exec-plugin.version>3.1.1</exec-plugin.version> |
Matthias Andreas Benkard | 796b19d | 2021-12-18 23:38:46 +0100 | [diff] [blame] | 60 | <failsafe-plugin.version>${surefire-plugin.version}</failsafe-plugin.version> |
Renovate Bot | 0106bc0 | 2023-05-09 21:01:17 +0000 | [diff] [blame] | 61 | <flatten-plugin.version>1.5.0</flatten-plugin.version> |
renovate[bot] | a378e61 | 2022-12-17 09:26:01 +0100 | [diff] [blame] | 62 | <jar-plugin.version>3.3.0</jar-plugin.version> |
Matthias Andreas Benkard | a1e8443 | 2023-12-05 21:12:16 +0100 | [diff] [blame] | 63 | <jpackage-plugin.version>0.1.5</jpackage-plugin.version> |
Renovate Bot | 20de522 | 2023-05-18 16:01:20 +0000 | [diff] [blame] | 64 | <maven-scm-plugin.version>2.0.1</maven-scm-plugin.version> |
Renovate Bot | bed2d5e | 2023-05-08 11:02:39 +0000 | [diff] [blame] | 65 | <maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version> |
Renovate Bot | fc17e89 | 2023-12-03 20:02:55 +0000 | [diff] [blame] | 66 | <maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version> |
Renovate Bot | 44b0a68 | 2023-05-21 09:01:36 +0000 | [diff] [blame] | 67 | <maven-source-plugin.version>3.3.0</maven-source-plugin.version> |
Renovate Bot | d1c75b2 | 2023-12-05 21:04:44 +0000 | [diff] [blame] | 68 | <native-plugin.version>0.9.28</native-plugin.version> |
renovate[bot] | a378e61 | 2022-12-17 09:26:01 +0100 | [diff] [blame] | 69 | <nexus-staging-plugin.version>1.6.13</nexus-staging-plugin.version> |
Renovate Bot | fe42f32 | 2023-12-04 05:03:09 +0000 | [diff] [blame] | 70 | <spotless-plugin.version>2.41.1</spotless-plugin.version> |
Renovate Bot | f59652b | 2023-11-06 22:01:57 +0000 | [diff] [blame] | 71 | <surefire-plugin.version>3.2.2</surefire-plugin.version> |
Renovate Bot | 3df0c0c | 2023-11-17 01:02:13 +0000 | [diff] [blame] | 72 | <versions-plugin.version>2.16.2</versions-plugin.version> |
Matthias Andreas Benkard | 796b19d | 2021-12-18 23:38:46 +0100 | [diff] [blame] | 73 | |
| 74 | <apiguardian.version>1.1.2</apiguardian.version> |
Renovate Bot | 60bc1f2 | 2023-10-18 19:01:50 +0000 | [diff] [blame] | 75 | <errorprone.version>2.23.0</errorprone.version> |
Matthias Andreas Benkard | a1e8443 | 2023-12-05 21:12:16 +0100 | [diff] [blame] | 76 | <guava.version>32.1.3-jre</guava.version> |
Renovate Bot | 126844b | 2023-05-28 13:01:36 +0000 | [diff] [blame] | 77 | <inject-resources.version>0.3.3</inject-resources.version> |
Renovate Bot | 11fe66b | 2023-11-15 12:02:19 +0000 | [diff] [blame] | 78 | <jetbrains-annotations.version>24.1.0</jetbrains-annotations.version> |
Matthias Andreas Benkard | df853ef | 2023-12-10 20:29:35 +0100 | [diff] [blame] | 79 | <jqwik.version>1.8.2</jqwik.version> |
Renovate Bot | 9376aaa | 2023-11-05 18:02:05 +0000 | [diff] [blame] | 80 | <junit-jupiter.version>5.10.1</junit-jupiter.version> |
Renovate Bot | e9ab00b | 2023-11-30 21:03:27 +0000 | [diff] [blame] | 81 | <nullaway.version>0.10.18</nullaway.version> |
Renovate Bot | d1c75b2 | 2023-12-05 21:04:44 +0000 | [diff] [blame] | 82 | <picocli.version>4.7.5</picocli.version> |
| 83 | <yasson.version>3.0.3</yasson.version> |
Matthias Andreas Benkard | 50a626d | 2021-12-30 19:13:49 +0100 | [diff] [blame] | 84 | <xz.version>1.9</xz.version> |
Matthias Andreas Benkard | 796b19d | 2021-12-18 23:38:46 +0100 | [diff] [blame] | 85 | </properties> |
| 86 | |
| 87 | <distributionManagement> |
| 88 | <snapshotRepository> |
| 89 | <id>ossrh</id> |
| 90 | <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> |
| 91 | </snapshotRepository> |
| 92 | </distributionManagement> |
| 93 | |
| 94 | <dependencyManagement> |
| 95 | <dependencies> |
| 96 | <!-- Annotations --> |
| 97 | <dependency> |
| 98 | <groupId>com.google.errorprone</groupId> |
| 99 | <artifactId>error_prone_annotations</artifactId> |
| 100 | <version>${errorprone.version}</version> |
| 101 | </dependency> |
| 102 | <dependency> |
| 103 | <groupId>org.jetbrains</groupId> |
| 104 | <artifactId>annotations</artifactId> |
| 105 | <version>${jetbrains-annotations.version}</version> |
| 106 | </dependency> |
| 107 | <dependency> |
| 108 | <groupId>org.apiguardian</groupId> |
| 109 | <artifactId>apiguardian-api</artifactId> |
| 110 | <version>${apiguardian.version}</version> |
| 111 | </dependency> |
| 112 | |
Matthias Andreas Benkard | 50a626d | 2021-12-30 19:13:49 +0100 | [diff] [blame] | 113 | <!-- OSTree compression support --> |
| 114 | <dependency> |
| 115 | <groupId>org.tukaani</groupId> |
| 116 | <artifactId>xz</artifactId> |
Matthias Andreas Benkard | e236b4d | 2022-03-01 13:51:01 +0100 | [diff] [blame] | 117 | <version>${xz.version}</version> |
Matthias Andreas Benkard | 50a626d | 2021-12-30 19:13:49 +0100 | [diff] [blame] | 118 | </dependency> |
| 119 | |
Matthias Andreas Benkard | a1e8443 | 2023-12-05 21:12:16 +0100 | [diff] [blame] | 120 | <!-- Command line tooling --> |
| 121 | <dependency> |
| 122 | <groupId>info.picocli</groupId> |
| 123 | <artifactId>picocli</artifactId> |
| 124 | <version>${picocli.version}</version> |
| 125 | </dependency> |
| 126 | |
| 127 | <!-- JSON --> |
| 128 | <dependency> |
| 129 | <groupId>org.eclipse</groupId> |
| 130 | <artifactId>yasson</artifactId> |
| 131 | <version>${yasson.version}</version> |
| 132 | </dependency> |
| 133 | |
| 134 | <!-- Guava --> |
| 135 | <dependency> |
| 136 | <groupId>com.google.guava</groupId> |
| 137 | <artifactId>guava</artifactId> |
| 138 | <version>${guava.version}</version> |
| 139 | </dependency> |
| 140 | |
Matthias Andreas Benkard | 796b19d | 2021-12-18 23:38:46 +0100 | [diff] [blame] | 141 | <!-- Testing --> |
| 142 | <dependency> |
| 143 | <groupId>org.junit.jupiter</groupId> |
| 144 | <artifactId>junit-jupiter-engine</artifactId> |
| 145 | <version>${junit-jupiter.version}</version> |
| 146 | <scope>test</scope> |
| 147 | </dependency> |
| 148 | <dependency> |
| 149 | <groupId>org.junit.jupiter</groupId> |
| 150 | <artifactId>junit-jupiter-api</artifactId> |
| 151 | <version>${junit-jupiter.version}</version> |
| 152 | <scope>test</scope> |
| 153 | </dependency> |
Matthias Andreas Benkard | 4e8423d | 2021-12-19 22:56:09 +0100 | [diff] [blame] | 154 | <dependency> |
| 155 | <groupId>io.hosuaby</groupId> |
| 156 | <artifactId>inject-resources-junit-jupiter</artifactId> |
| 157 | <version>${inject-resources.version}</version> |
| 158 | <scope>test</scope> |
| 159 | </dependency> |
Matthias Andreas Benkard | df853ef | 2023-12-10 20:29:35 +0100 | [diff] [blame] | 160 | <dependency> |
| 161 | <groupId>net.jqwik</groupId> |
| 162 | <artifactId>jqwik</artifactId> |
| 163 | <version>${jqwik.version}</version> |
| 164 | <scope>test</scope> |
| 165 | </dependency> |
Matthias Andreas Benkard | 796b19d | 2021-12-18 23:38:46 +0100 | [diff] [blame] | 166 | </dependencies> |
| 167 | </dependencyManagement> |
| 168 | |
| 169 | <build> |
| 170 | |
| 171 | <pluginManagement> |
| 172 | |
| 173 | <plugins> |
| 174 | |
| 175 | <plugin> |
| 176 | <artifactId>maven-surefire-plugin</artifactId> |
| 177 | <version>${surefire-plugin.version}</version> |
| 178 | <configuration> |
| 179 | <argLine> |
| 180 | --add-opens eu.mulk.jgvariant.core/eu.mulk.jgvariant.core=ALL-UNNAMED |
Matthias Andreas Benkard | a7e9d52 | 2021-12-28 01:37:47 +0100 | [diff] [blame] | 181 | --add-opens eu.mulk.jgvariant.ostree/eu.mulk.jgvariant.ostree=ALL-UNNAMED |
Matthias Andreas Benkard | 796b19d | 2021-12-18 23:38:46 +0100 | [diff] [blame] | 182 | </argLine> |
| 183 | </configuration> |
| 184 | </plugin> |
| 185 | |
| 186 | <plugin> |
| 187 | <artifactId>maven-failsafe-plugin</artifactId> |
| 188 | <version>${failsafe-plugin.version}</version> |
| 189 | <configuration> |
| 190 | <argLine> |
| 191 | --add-opens eu.mulk.jgvariant.core/eu.mulk.jgvariant.core=ALL-UNNAMED |
Matthias Andreas Benkard | a7e9d52 | 2021-12-28 01:37:47 +0100 | [diff] [blame] | 192 | --add-opens eu.mulk.jgvariant.ostree/eu.mulk.jgvariant.ostree=ALL-UNNAMED |
Matthias Andreas Benkard | 796b19d | 2021-12-18 23:38:46 +0100 | [diff] [blame] | 193 | </argLine> |
| 194 | </configuration> |
| 195 | </plugin> |
| 196 | |
| 197 | <plugin> |
| 198 | <artifactId>maven-compiler-plugin</artifactId> |
| 199 | <version>${compiler-plugin.version}</version> |
| 200 | <configuration> |
| 201 | <fork>true</fork> |
Matthias Andreas Benkard | ce8df37 | 2023-12-07 19:36:08 +0100 | [diff] [blame] | 202 | <parameters>true</parameters> |
Matthias Andreas Benkard | 91dbd74 | 2022-10-17 19:38:56 +0200 | [diff] [blame] | 203 | <showWarnings>true</showWarnings> |
Matthias Andreas Benkard | 796b19d | 2021-12-18 23:38:46 +0100 | [diff] [blame] | 204 | <compilerArgs> |
| 205 | <arg>-XDcompilePolicy=simple</arg> |
Matthias Benkard | d0d05c3 | 2023-01-12 18:54:04 +0000 | [diff] [blame] | 206 | <arg>-Xplugin:ErrorProne -Xep:InvalidParam:OFF -XepOpt:NullAway:AnnotatedPackages=eu.mulk</arg> |
Matthias Andreas Benkard | 796b19d | 2021-12-18 23:38:46 +0100 | [diff] [blame] | 207 | <arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED</arg> |
Matthias Andreas Benkard | 9006e70 | 2022-03-01 13:43:50 +0100 | [diff] [blame] | 208 | <arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED</arg> |
Matthias Andreas Benkard | 796b19d | 2021-12-18 23:38:46 +0100 | [diff] [blame] | 209 | <arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED</arg> |
| 210 | <arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED</arg> |
| 211 | <arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED</arg> |
| 212 | <arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED</arg> |
| 213 | <arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED</arg> |
| 214 | <arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED</arg> |
| 215 | <arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED</arg> |
| 216 | <arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED</arg> |
| 217 | <arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED</arg> |
| 218 | </compilerArgs> |
| 219 | <annotationProcessorPaths> |
| 220 | <path> |
| 221 | <groupId>com.google.errorprone</groupId> |
| 222 | <artifactId>error_prone_core</artifactId> |
| 223 | <version>${errorprone.version}</version> |
| 224 | </path> |
Matthias Andreas Benkard | 9006e70 | 2022-03-01 13:43:50 +0100 | [diff] [blame] | 225 | <path> |
Matthias Andreas Benkard | 91dbd74 | 2022-10-17 19:38:56 +0200 | [diff] [blame] | 226 | <groupId>com.uber.nullaway</groupId> |
| 227 | <artifactId>nullaway</artifactId> |
| 228 | <version>${nullaway.version}</version> |
Matthias Andreas Benkard | 9006e70 | 2022-03-01 13:43:50 +0100 | [diff] [blame] | 229 | </path> |
Matthias Andreas Benkard | 796b19d | 2021-12-18 23:38:46 +0100 | [diff] [blame] | 230 | </annotationProcessorPaths> |
Matthias Andreas Benkard | 796b19d | 2021-12-18 23:38:46 +0100 | [diff] [blame] | 231 | </configuration> |
| 232 | </plugin> |
| 233 | |
| 234 | <plugin> |
| 235 | <artifactId>maven-jar-plugin</artifactId> |
| 236 | <version>${jar-plugin.version}</version> |
| 237 | </plugin> |
| 238 | |
| 239 | <plugin> |
| 240 | <groupId>org.codehaus.mojo</groupId> |
| 241 | <artifactId>versions-maven-plugin</artifactId> |
| 242 | <version>${versions-plugin.version}</version> |
| 243 | </plugin> |
| 244 | |
| 245 | <plugin> |
| 246 | <groupId>org.apache.maven.plugins</groupId> |
| 247 | <artifactId>maven-scm-plugin</artifactId> |
| 248 | <version>${maven-scm-plugin.version}</version> |
| 249 | <configuration> |
| 250 | <tag>v${project.version}</tag> |
| 251 | <connectionType>developerConnection</connectionType> |
| 252 | </configuration> |
| 253 | </plugin> |
| 254 | |
Matthias Andreas Benkard | 143a64b | 2022-03-01 14:24:12 +0100 | [diff] [blame] | 255 | <plugin> |
| 256 | <groupId>org.codehaus.mojo</groupId> |
| 257 | <artifactId>flatten-maven-plugin</artifactId> |
| 258 | <version>${flatten-plugin.version}</version> |
| 259 | <executions> |
| 260 | <execution> |
| 261 | <id>flatten</id> |
| 262 | <phase>process-resources</phase> |
| 263 | <goals> |
| 264 | <goal>flatten</goal> |
| 265 | </goals> |
| 266 | </execution> |
| 267 | <execution> |
| 268 | <id>flatten.clean</id> |
| 269 | <phase>clean</phase> |
| 270 | <goals> |
| 271 | <goal>clean</goal> |
| 272 | </goals> |
| 273 | </execution> |
| 274 | </executions> |
| 275 | </plugin> |
| 276 | |
Matthias Andreas Benkard | a1e8443 | 2023-12-05 21:12:16 +0100 | [diff] [blame] | 277 | <plugin> |
Matthias Andreas Benkard | 40bd44a | 2023-12-05 21:48:46 +0100 | [diff] [blame] | 278 | <groupId>org.codehaus.mojo</groupId> |
| 279 | <artifactId>exec-maven-plugin</artifactId> |
| 280 | <version>${exec-plugin.version}</version> |
| 281 | </plugin> |
| 282 | |
| 283 | <plugin> |
Matthias Andreas Benkard | a1e8443 | 2023-12-05 21:12:16 +0100 | [diff] [blame] | 284 | <groupId>org.graalvm.buildtools</groupId> |
| 285 | <artifactId>native-maven-plugin</artifactId> |
| 286 | <version>${native-plugin.version}</version> |
| 287 | </plugin> |
| 288 | |
| 289 | <plugin> |
| 290 | <groupId>com.github.akman</groupId> |
| 291 | <artifactId>jpackage-maven-plugin</artifactId> |
| 292 | <version>${jpackage-plugin.version}</version> |
| 293 | </plugin> |
| 294 | |
Matthias Andreas Benkard | 796b19d | 2021-12-18 23:38:46 +0100 | [diff] [blame] | 295 | </plugins> |
| 296 | |
| 297 | </pluginManagement> |
| 298 | |
| 299 | <plugins> |
| 300 | |
| 301 | <plugin> |
| 302 | <groupId>com.diffplug.spotless</groupId> |
| 303 | <artifactId>spotless-maven-plugin</artifactId> |
| 304 | <version>${spotless-plugin.version}</version> |
| 305 | <configuration> |
| 306 | <java> |
| 307 | <removeUnusedImports/> |
| 308 | <importOrder> |
| 309 | <order>java,javax,org,com,de,io,dagger,eu.mulk,</order> |
| 310 | </importOrder> |
| 311 | <googleJavaFormat> |
Matthias Andreas Benkard | 796b19d | 2021-12-18 23:38:46 +0100 | [diff] [blame] | 312 | <style>GOOGLE</style> |
| 313 | </googleJavaFormat> |
| 314 | </java> |
| 315 | </configuration> |
| 316 | </plugin> |
| 317 | |
| 318 | <plugin> |
| 319 | <groupId>org.sonatype.plugins</groupId> |
| 320 | <artifactId>nexus-staging-maven-plugin</artifactId> |
| 321 | <version>${nexus-staging-plugin.version}</version> |
| 322 | <extensions>true</extensions> |
| 323 | <configuration> |
| 324 | <serverId>ossrh</serverId> |
| 325 | <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
| 326 | <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 327 | </configuration> |
| 328 | </plugin> |
| 329 | |
Matthias Andreas Benkard | 143a64b | 2022-03-01 14:24:12 +0100 | [diff] [blame] | 330 | <plugin> |
| 331 | <groupId>org.codehaus.mojo</groupId> |
| 332 | <artifactId>flatten-maven-plugin</artifactId> |
| 333 | <configuration> |
| 334 | <flattenMode>oss</flattenMode> |
| 335 | <flattenDependencyMode>all</flattenDependencyMode> |
| 336 | <pomElements> |
| 337 | <distributionManagement>flatten</distributionManagement> |
| 338 | </pomElements> |
| 339 | </configuration> |
| 340 | </plugin> |
| 341 | |
Matthias Andreas Benkard | 796b19d | 2021-12-18 23:38:46 +0100 | [diff] [blame] | 342 | </plugins> |
| 343 | </build> |
| 344 | |
| 345 | <profiles> |
| 346 | |
| 347 | <profile> |
| 348 | <id>release</id> |
| 349 | |
| 350 | <build> |
| 351 | <plugins> |
| 352 | |
| 353 | <plugin> |
| 354 | <groupId>org.apache.maven.plugins</groupId> |
| 355 | <artifactId>maven-source-plugin</artifactId> |
| 356 | <version>${maven-source-plugin.version}</version> |
| 357 | <executions> |
| 358 | <execution> |
| 359 | <id>attach-sources</id> |
| 360 | <goals> |
| 361 | <goal>jar-no-fork</goal> |
| 362 | </goals> |
| 363 | </execution> |
| 364 | </executions> |
| 365 | </plugin> |
| 366 | |
| 367 | <plugin> |
| 368 | <groupId>org.apache.maven.plugins</groupId> |
| 369 | <artifactId>maven-javadoc-plugin</artifactId> |
| 370 | <version>${maven-javadoc-plugin.version}</version> |
| 371 | <executions> |
| 372 | <execution> |
| 373 | <id>attach-javadocs</id> |
| 374 | <goals> |
| 375 | <goal>jar</goal> |
| 376 | </goals> |
| 377 | </execution> |
| 378 | </executions> |
| 379 | </plugin> |
| 380 | |
| 381 | <plugin> |
| 382 | <groupId>org.apache.maven.plugins</groupId> |
| 383 | <artifactId>maven-gpg-plugin</artifactId> |
| 384 | <version>${maven-gpg-plugin.version}</version> |
| 385 | <configuration> |
Matthias Andreas Benkard | 3887e3f | 2023-12-12 19:13:11 +0100 | [diff] [blame^] | 386 | <keyname>44DD0CEE515E547A0ABAB1D24F2E30DF0A270EFB</keyname> |
Matthias Andreas Benkard | 796b19d | 2021-12-18 23:38:46 +0100 | [diff] [blame] | 387 | </configuration> |
| 388 | <executions> |
| 389 | <execution> |
| 390 | <id>sign-artifacts</id> |
| 391 | <phase>verify</phase> |
| 392 | <goals> |
| 393 | <goal>sign</goal> |
| 394 | </goals> |
| 395 | </execution> |
| 396 | </executions> |
| 397 | </plugin> |
| 398 | |
| 399 | </plugins> |
| 400 | </build> |
| 401 | </profile> |
| 402 | |
| 403 | </profiles> |
| 404 | |
| 405 | </project> |