| 
									
										
										
										
											2021-04-06 00:33:54 +00:00
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							|  |  |  | <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"> | 
					
						
							|  |  |  |   <modelVersion>4.0.0</modelVersion> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-12-23 10:42:24 +00:00
										 |  |  |   <groupId>com.onthegomap.planetiler</groupId> | 
					
						
							|  |  |  |   <artifactId>planetiler-parent</artifactId> | 
					
						
							| 
									
										
										
										
											2022-09-22 22:02:39 +00:00
										 |  |  |   <version>${revision}</version> | 
					
						
							| 
									
										
										
										
											2021-06-07 11:46:03 +00:00
										 |  |  |   <packaging>pom</packaging> | 
					
						
							| 
									
										
										
										
											2021-04-06 00:33:54 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-12-23 10:42:24 +00:00
										 |  |  |   <name>Planetiler Parent</name> | 
					
						
							| 
									
										
										
										
											2022-03-31 10:42:28 +00:00
										 |  |  |   <description> | 
					
						
							|  |  |  |     Super pom of the Planetiler tool for building planet-scale vector tilesets from OpenStreetMap data fast. | 
					
						
							|  |  |  |   </description> | 
					
						
							| 
									
										
										
										
											2021-12-23 10:42:24 +00:00
										 |  |  |   <url>https://github.com/onthegomap/planetiler</url> | 
					
						
							| 
									
										
										
										
											2021-10-20 01:57:47 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-04-06 00:33:54 +00:00
										 |  |  |   <properties> | 
					
						
							|  |  |  |     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | 
					
						
							| 
									
										
										
										
											2023-10-26 10:30:45 +00:00
										 |  |  |     <maven.compiler.source>21</maven.compiler.source> | 
					
						
							|  |  |  |     <maven.compiler.target>21</maven.compiler.target> | 
					
						
							| 
									
										
										
										
											2021-10-20 01:57:47 +00:00
										 |  |  |     <maven.source.excludeResources>true</maven.source.excludeResources> | 
					
						
							| 
									
										
										
										
											2025-06-16 11:14:15 +00:00
										 |  |  |     <jackson.version>2.19.1</jackson.version> | 
					
						
							| 
									
										
										
										
											2025-06-12 00:53:03 +00:00
										 |  |  |     <junit.version>5.13.1</junit.version> | 
					
						
							| 
									
										
										
										
											2024-08-30 09:49:29 +00:00
										 |  |  |     <jts.version>1.20.0</jts.version> | 
					
						
							| 
									
										
										
										
											2022-04-19 10:24:52 +00:00
										 |  |  |     <sonar.host.url>https://sonarcloud.io</sonar.host.url> | 
					
						
							|  |  |  |     <sonar.organization>onthegomap</sonar.organization> | 
					
						
							|  |  |  |     <sonar.projectKey>onthegomap_planetiler</sonar.projectKey> | 
					
						
							|  |  |  |     <sonar.moduleKey>${project.artifactId}</sonar.moduleKey> | 
					
						
							| 
									
										
										
										
											2022-07-29 12:31:26 +00:00
										 |  |  |     <sonar.exclusions>planetiler-benchmarks/**/*, planetiler-openmaptiles/**/*</sonar.exclusions> | 
					
						
							| 
									
										
										
										
											2025-05-06 00:45:59 +00:00
										 |  |  |     <revision>0.9.1-SNAPSHOT</revision> | 
					
						
							| 
									
										
										
										
											2022-11-26 11:59:13 +00:00
										 |  |  |     <timestamp>${maven.build.timestamp}</timestamp> | 
					
						
							| 
									
										
										
										
											2021-04-06 00:33:54 +00:00
										 |  |  |   </properties> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <scm> | 
					
						
							| 
									
										
										
										
											2021-12-23 10:42:24 +00:00
										 |  |  |     <connection>scm:git:git@github.com:onthegomap/planetiler.git</connection> | 
					
						
							|  |  |  |     <developerConnection>scm:git:git@github.com:onthegomap/planetiler.git</developerConnection> | 
					
						
							|  |  |  |     <url>git@github.com:onthegomap/planetiler.git</url> | 
					
						
							| 
									
										
										
										
											2021-04-06 00:33:54 +00:00
										 |  |  |   </scm> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-20 01:57:47 +00:00
										 |  |  |   <issueManagement> | 
					
						
							| 
									
										
										
										
											2021-12-23 10:42:24 +00:00
										 |  |  |     <url>https://github.com/onthegomap/planetiler/issues</url> | 
					
						
							| 
									
										
										
										
											2021-10-20 01:57:47 +00:00
										 |  |  |     <system>GitHub Issues</system> | 
					
						
							|  |  |  |   </issueManagement> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-21 10:43:49 +00:00
										 |  |  |   <licenses> | 
					
						
							|  |  |  |     <license> | 
					
						
							|  |  |  |       <name>Apache License, Version 2.0</name> | 
					
						
							| 
									
										
										
										
											2021-10-20 01:57:47 +00:00
										 |  |  |       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | 
					
						
							|  |  |  |       <distribution>repo</distribution> | 
					
						
							| 
									
										
										
										
											2021-09-21 10:43:49 +00:00
										 |  |  |     </license> | 
					
						
							|  |  |  |   </licenses> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-20 01:57:47 +00:00
										 |  |  |   <developers> | 
					
						
							|  |  |  |     <developer> | 
					
						
							|  |  |  |       <id>msbarry</id> | 
					
						
							|  |  |  |       <name>Michael Barry</name> | 
					
						
							|  |  |  |       <url>https://github.com/msbarry</url> | 
					
						
							|  |  |  |     </developer> | 
					
						
							|  |  |  |   </developers> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-04-06 00:33:54 +00:00
										 |  |  |   <repositories> | 
					
						
							|  |  |  |     <repository> | 
					
						
							|  |  |  |       <id>osgeo</id> | 
					
						
							|  |  |  |       <name>OSGeo Release Repository</name> | 
					
						
							|  |  |  |       <url>https://repo.osgeo.org/repository/release/</url> | 
					
						
							|  |  |  |       <snapshots> | 
					
						
							|  |  |  |         <enabled>false</enabled> | 
					
						
							|  |  |  |       </snapshots> | 
					
						
							|  |  |  |       <releases> | 
					
						
							|  |  |  |         <enabled>true</enabled> | 
					
						
							|  |  |  |       </releases> | 
					
						
							|  |  |  |     </repository> | 
					
						
							|  |  |  |   </repositories> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-20 01:57:47 +00:00
										 |  |  |   <distributionManagement> | 
					
						
							| 
									
										
										
										
											2021-10-25 18:07:48 +00:00
										 |  |  |     <snapshotRepository> | 
					
						
							|  |  |  |       <id>ossrh</id> | 
					
						
							|  |  |  |       <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> | 
					
						
							|  |  |  |     </snapshotRepository> | 
					
						
							| 
									
										
										
										
											2021-10-20 01:57:47 +00:00
										 |  |  |     <repository> | 
					
						
							| 
									
										
										
										
											2021-10-25 18:07:48 +00:00
										 |  |  |       <id>ossrh</id> | 
					
						
							|  |  |  |       <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> | 
					
						
							| 
									
										
										
										
											2021-10-20 01:57:47 +00:00
										 |  |  |     </repository> | 
					
						
							|  |  |  |   </distributionManagement> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-07 11:46:03 +00:00
										 |  |  |   <modules> | 
					
						
							| 
									
										
										
										
											2021-12-23 10:42:24 +00:00
										 |  |  |     <module>planetiler-core</module> | 
					
						
							| 
									
										
										
										
											2024-03-04 10:58:58 +00:00
										 |  |  |     <!-- TODO replace with planetiler-openmaptiles/submodule.pom.xml when this is fixed: https://github.com/dependabot/dependabot-core/issues/9193 --> | 
					
						
							|  |  |  |     <module>planetiler-openmaptiles.pom.xml</module> | 
					
						
							| 
									
										
										
										
											2022-06-07 21:34:21 +00:00
										 |  |  |     <module>planetiler-custommap</module> | 
					
						
							| 
									
										
										
										
											2021-12-23 10:42:24 +00:00
										 |  |  |     <module>planetiler-benchmarks</module> | 
					
						
							| 
									
										
										
										
											2022-03-09 02:08:03 +00:00
										 |  |  |     <module>planetiler-examples</module> | 
					
						
							| 
									
										
										
										
											2021-12-23 10:42:24 +00:00
										 |  |  |     <module>planetiler-dist</module> | 
					
						
							| 
									
										
										
										
											2021-06-07 11:46:03 +00:00
										 |  |  |   </modules> | 
					
						
							| 
									
										
										
										
											2021-04-06 00:33:54 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-11 01:15:27 +00:00
										 |  |  |   <dependencyManagement> | 
					
						
							|  |  |  |     <dependencies> | 
					
						
							| 
									
										
										
										
											2022-09-23 10:49:09 +00:00
										 |  |  |       <dependency> | 
					
						
							|  |  |  |         <groupId>org.snakeyaml</groupId> | 
					
						
							|  |  |  |         <artifactId>snakeyaml-engine</artifactId> | 
					
						
							| 
									
										
										
										
											2025-01-17 10:43:45 +00:00
										 |  |  |         <version>2.9</version> | 
					
						
							| 
									
										
										
										
											2022-09-23 10:49:09 +00:00
										 |  |  |       </dependency> | 
					
						
							| 
									
										
										
										
											2022-06-07 21:34:21 +00:00
										 |  |  |       <dependency> | 
					
						
							|  |  |  |         <groupId>org.commonmark</groupId> | 
					
						
							|  |  |  |         <artifactId>commonmark</artifactId> | 
					
						
							| 
									
										
										
										
											2024-10-25 22:40:42 +00:00
										 |  |  |         <version>0.24.0</version> | 
					
						
							| 
									
										
										
										
											2022-06-07 21:34:21 +00:00
										 |  |  |       </dependency> | 
					
						
							| 
									
										
										
										
											2021-06-11 01:15:27 +00:00
										 |  |  |       <dependency> | 
					
						
							|  |  |  |         <groupId>org.junit.jupiter</groupId> | 
					
						
							|  |  |  |         <artifactId>junit-jupiter-api</artifactId> | 
					
						
							|  |  |  |         <version>${junit.version}</version> | 
					
						
							|  |  |  |         <scope>test</scope> | 
					
						
							|  |  |  |       </dependency> | 
					
						
							|  |  |  |       <dependency> | 
					
						
							|  |  |  |         <groupId>org.junit.jupiter</groupId> | 
					
						
							|  |  |  |         <artifactId>junit-jupiter-params</artifactId> | 
					
						
							|  |  |  |         <version>${junit.version}</version> | 
					
						
							|  |  |  |         <scope>test</scope> | 
					
						
							|  |  |  |       </dependency> | 
					
						
							|  |  |  |       <dependency> | 
					
						
							|  |  |  |         <groupId>org.junit.jupiter</groupId> | 
					
						
							|  |  |  |         <artifactId>junit-jupiter-engine</artifactId> | 
					
						
							|  |  |  |         <version>${junit.version}</version> | 
					
						
							|  |  |  |         <scope>test</scope> | 
					
						
							|  |  |  |       </dependency> | 
					
						
							|  |  |  |       <dependency> | 
					
						
							|  |  |  |         <groupId>org.mockito</groupId> | 
					
						
							|  |  |  |         <artifactId>mockito-core</artifactId> | 
					
						
							| 
									
										
										
										
											2025-05-23 09:16:45 +00:00
										 |  |  |         <version>5.18.0</version> | 
					
						
							| 
									
										
										
										
											2021-06-11 01:15:27 +00:00
										 |  |  |         <scope>test</scope> | 
					
						
							|  |  |  |       </dependency> | 
					
						
							|  |  |  |     </dependencies> | 
					
						
							|  |  |  |   </dependencyManagement> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <dependencies> | 
					
						
							|  |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>org.junit.jupiter</groupId> | 
					
						
							|  |  |  |       <artifactId>junit-jupiter-api</artifactId> | 
					
						
							|  |  |  |       <scope>test</scope> | 
					
						
							|  |  |  |     </dependency> | 
					
						
							|  |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>org.junit.jupiter</groupId> | 
					
						
							|  |  |  |       <artifactId>junit-jupiter-params</artifactId> | 
					
						
							|  |  |  |       <scope>test</scope> | 
					
						
							|  |  |  |     </dependency> | 
					
						
							|  |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>org.junit.jupiter</groupId> | 
					
						
							|  |  |  |       <artifactId>junit-jupiter-engine</artifactId> | 
					
						
							|  |  |  |       <scope>test</scope> | 
					
						
							|  |  |  |     </dependency> | 
					
						
							|  |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>org.mockito</groupId> | 
					
						
							|  |  |  |       <artifactId>mockito-core</artifactId> | 
					
						
							|  |  |  |       <scope>test</scope> | 
					
						
							|  |  |  |     </dependency> | 
					
						
							|  |  |  |   </dependencies> | 
					
						
							| 
									
										
										
										
											2021-04-06 00:33:54 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   <build> | 
					
						
							|  |  |  |     <plugins> | 
					
						
							| 
									
										
										
										
											2022-11-26 11:59:13 +00:00
										 |  |  |       <plugin> | 
					
						
							|  |  |  |         <groupId>org.codehaus.mojo</groupId> | 
					
						
							|  |  |  |         <artifactId>buildnumber-maven-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2024-09-04 09:41:43 +00:00
										 |  |  |         <version>3.2.1</version> | 
					
						
							| 
									
										
										
										
											2022-11-26 11:59:13 +00:00
										 |  |  |         <executions> | 
					
						
							|  |  |  |           <execution> | 
					
						
							|  |  |  |             <phase>validate</phase> | 
					
						
							|  |  |  |             <goals> | 
					
						
							|  |  |  |               <goal>create</goal> | 
					
						
							|  |  |  |             </goals> | 
					
						
							|  |  |  |           </execution> | 
					
						
							|  |  |  |         </executions> | 
					
						
							|  |  |  |       </plugin> | 
					
						
							| 
									
										
										
										
											2022-03-09 02:08:03 +00:00
										 |  |  |       <plugin> | 
					
						
							|  |  |  |         <groupId>com.diffplug.spotless</groupId> | 
					
						
							|  |  |  |         <artifactId>spotless-maven-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2025-05-28 23:23:17 +00:00
										 |  |  |         <version>2.44.5</version> | 
					
						
							| 
									
										
										
										
											2022-03-09 02:08:03 +00:00
										 |  |  |         <configuration> | 
					
						
							|  |  |  |           <java> | 
					
						
							| 
									
										
										
										
											2023-10-26 11:07:34 +00:00
										 |  |  |             <includes> | 
					
						
							|  |  |  |               <include>*.java</include> | 
					
						
							|  |  |  |             </includes> | 
					
						
							|  |  |  |             <excludes> | 
					
						
							|  |  |  |               <exclude>planetiler-openmaptiles/**/*.java</exclude> | 
					
						
							|  |  |  |             </excludes> | 
					
						
							| 
									
										
										
										
											2022-03-09 02:08:03 +00:00
										 |  |  |             <importOrder/> | 
					
						
							|  |  |  |             <removeUnusedImports/> | 
					
						
							|  |  |  |             <eclipse> | 
					
						
							| 
									
										
										
										
											2024-11-14 11:54:27 +00:00
										 |  |  |               <version>4.33</version> | 
					
						
							| 
									
										
										
										
											2022-03-09 02:08:03 +00:00
										 |  |  |               <!--suppress UnresolvedMavenProperty --> | 
					
						
							|  |  |  |               <file>${maven.multiModuleProjectDirectory}/eclipse-formatter.xml</file> | 
					
						
							|  |  |  |             </eclipse> | 
					
						
							|  |  |  |           </java> | 
					
						
							|  |  |  |           <markdown> | 
					
						
							|  |  |  |             <includes> | 
					
						
							|  |  |  |               <include>**/*.md</include> | 
					
						
							|  |  |  |             </includes> | 
					
						
							|  |  |  |             <excludes> | 
					
						
							|  |  |  |               <exclude>**/target/**</exclude> | 
					
						
							| 
									
										
										
										
											2022-08-02 11:20:49 +00:00
										 |  |  |               <exclude>planetiler-openmaptiles/**</exclude> | 
					
						
							| 
									
										
										
										
											2022-03-09 02:08:03 +00:00
										 |  |  |             </excludes> | 
					
						
							|  |  |  |             <flexmark/> | 
					
						
							|  |  |  |           </markdown> | 
					
						
							|  |  |  |         </configuration> | 
					
						
							|  |  |  |         <!-- bind to "mvn verify" --> | 
					
						
							|  |  |  |         <executions> | 
					
						
							|  |  |  |           <execution> | 
					
						
							|  |  |  |             <goals> | 
					
						
							|  |  |  |               <goal>check</goal> | 
					
						
							|  |  |  |             </goals> | 
					
						
							|  |  |  |           </execution> | 
					
						
							|  |  |  |         </executions> | 
					
						
							|  |  |  |       </plugin> | 
					
						
							| 
									
										
										
										
											2023-10-26 10:30:45 +00:00
										 |  |  |       <!-- require building with jdk 21 --> | 
					
						
							| 
									
										
										
										
											2021-04-06 00:33:54 +00:00
										 |  |  |       <plugin> | 
					
						
							|  |  |  |         <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |         <artifactId>maven-enforcer-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2024-06-04 11:56:44 +00:00
										 |  |  |         <version>3.5.0</version> | 
					
						
							| 
									
										
										
										
											2021-04-06 00:33:54 +00:00
										 |  |  |         <executions> | 
					
						
							|  |  |  |           <execution> | 
					
						
							|  |  |  |             <id>enforce-java</id> | 
					
						
							|  |  |  |             <goals> | 
					
						
							|  |  |  |               <goal>enforce</goal> | 
					
						
							|  |  |  |             </goals> | 
					
						
							|  |  |  |             <configuration> | 
					
						
							|  |  |  |               <rules> | 
					
						
							|  |  |  |                 <requireJavaVersion> | 
					
						
							| 
									
										
										
										
											2023-10-26 10:30:45 +00:00
										 |  |  |                   <version>21</version> | 
					
						
							| 
									
										
										
										
											2021-04-06 00:33:54 +00:00
										 |  |  |                 </requireJavaVersion> | 
					
						
							|  |  |  |               </rules> | 
					
						
							|  |  |  |             </configuration> | 
					
						
							|  |  |  |           </execution> | 
					
						
							|  |  |  |         </executions> | 
					
						
							|  |  |  |       </plugin> | 
					
						
							|  |  |  |       <plugin> | 
					
						
							|  |  |  |         <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |         <artifactId>maven-surefire-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2025-05-01 08:51:32 +00:00
										 |  |  |         <version>3.5.3</version> | 
					
						
							| 
									
										
										
										
											2022-05-09 01:12:31 +00:00
										 |  |  |         <configuration> | 
					
						
							| 
									
										
										
										
											2024-11-15 10:36:00 +00:00
										 |  |  |           <!-- by default surefire excludes tests on nested classes https://github.com/junit-team/junit5/issues/1377 --> | 
					
						
							| 
									
										
										
										
											2022-05-09 01:12:31 +00:00
										 |  |  |           <excludes> | 
					
						
							|  |  |  |             <exclude/> | 
					
						
							|  |  |  |           </excludes> | 
					
						
							| 
									
										
										
										
											2024-11-15 10:36:00 +00:00
										 |  |  |           <!-- by default surefire only includes tests matching Test*.java *Test.java or *TestCase.java --> | 
					
						
							|  |  |  |           <includes> | 
					
						
							|  |  |  |             <include>**/*.java</include> | 
					
						
							|  |  |  |           </includes> | 
					
						
							| 
									
										
										
										
											2022-05-09 01:12:31 +00:00
										 |  |  |         </configuration> | 
					
						
							| 
									
										
										
										
											2021-04-06 00:33:54 +00:00
										 |  |  |       </plugin> | 
					
						
							|  |  |  |       <plugin> | 
					
						
							|  |  |  |         <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |         <artifactId>maven-failsafe-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2025-04-02 09:16:46 +00:00
										 |  |  |         <version>3.5.3</version> | 
					
						
							| 
									
										
										
										
											2021-10-20 01:57:47 +00:00
										 |  |  |       </plugin> | 
					
						
							|  |  |  |       <plugin> | 
					
						
							|  |  |  |         <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |         <artifactId>maven-deploy-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2025-03-08 00:49:19 +00:00
										 |  |  |         <version>3.1.4</version> | 
					
						
							| 
									
										
										
										
											2021-04-06 00:33:54 +00:00
										 |  |  |       </plugin> | 
					
						
							| 
									
										
										
										
											2023-10-26 10:30:45 +00:00
										 |  |  |       <plugin> | 
					
						
							|  |  |  |         <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |         <artifactId>maven-compiler-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2025-02-27 13:45:47 +00:00
										 |  |  |         <version>3.14.0</version> | 
					
						
							| 
									
										
										
										
											2023-10-26 10:30:45 +00:00
										 |  |  |         <configuration> | 
					
						
							|  |  |  |           <compilerArgs> | 
					
						
							|  |  |  |             <arg>-proc:full</arg> | 
					
						
							|  |  |  |           </compilerArgs> | 
					
						
							|  |  |  |         </configuration> | 
					
						
							|  |  |  |       </plugin> | 
					
						
							| 
									
										
										
										
											2024-05-23 10:03:21 +00:00
										 |  |  |       <plugin> | 
					
						
							|  |  |  |         <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |         <artifactId>maven-source-plugin</artifactId> | 
					
						
							|  |  |  |         <version>3.3.1</version> | 
					
						
							|  |  |  |         <executions> | 
					
						
							|  |  |  |           <execution> | 
					
						
							|  |  |  |             <id>attach-sources</id> | 
					
						
							|  |  |  |             <phase>package</phase> | 
					
						
							|  |  |  |             <goals> | 
					
						
							|  |  |  |               <goal>jar-no-fork</goal> | 
					
						
							|  |  |  |               <goal>test-jar-no-fork</goal> | 
					
						
							|  |  |  |             </goals> | 
					
						
							|  |  |  |           </execution> | 
					
						
							|  |  |  |         </executions> | 
					
						
							|  |  |  |       </plugin> | 
					
						
							| 
									
										
										
										
											2021-04-06 00:33:54 +00:00
										 |  |  |     </plugins> | 
					
						
							| 
									
										
										
										
											2023-10-26 11:07:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-20 01:57:47 +00:00
										 |  |  |     <pluginManagement> | 
					
						
							|  |  |  |       <plugins> | 
					
						
							|  |  |  |         <plugin> | 
					
						
							|  |  |  |           <groupId>io.github.zlika</groupId> | 
					
						
							|  |  |  |           <artifactId>reproducible-build-maven-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2024-09-10 10:00:54 +00:00
										 |  |  |           <version>0.17</version> | 
					
						
							| 
									
										
										
										
											2021-10-20 01:57:47 +00:00
										 |  |  |           <executions> | 
					
						
							|  |  |  |             <execution> | 
					
						
							|  |  |  |               <id>run-when-packaged</id> | 
					
						
							|  |  |  |               <goals> | 
					
						
							|  |  |  |                 <goal>strip-jar</goal> | 
					
						
							|  |  |  |               </goals> | 
					
						
							|  |  |  |               <phase>package</phase> | 
					
						
							|  |  |  |             </execution> | 
					
						
							|  |  |  |           </executions> | 
					
						
							|  |  |  |         </plugin> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <plugin> | 
					
						
							|  |  |  |           <groupId>com.google.cloud.tools</groupId> | 
					
						
							|  |  |  |           <artifactId>jib-maven-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2025-03-20 12:32:32 +00:00
										 |  |  |           <version>3.4.5</version> | 
					
						
							| 
									
										
										
										
											2021-10-20 01:57:47 +00:00
										 |  |  |           <configuration> | 
					
						
							|  |  |  |             <skip>true</skip> | 
					
						
							|  |  |  |           </configuration> | 
					
						
							|  |  |  |         </plugin> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <plugin> | 
					
						
							|  |  |  |           <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |           <artifactId>maven-javadoc-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2024-12-09 11:56:45 +00:00
										 |  |  |           <version>3.11.2</version> | 
					
						
							| 
									
										
										
										
											2021-10-20 01:57:47 +00:00
										 |  |  |           <configuration> | 
					
						
							|  |  |  |             <quiet>true</quiet> | 
					
						
							|  |  |  |             <doclint>-missing</doclint> | 
					
						
							|  |  |  |             <failOnWarnings>true</failOnWarnings> | 
					
						
							|  |  |  |           </configuration> | 
					
						
							|  |  |  |           <executions> | 
					
						
							|  |  |  |             <execution> | 
					
						
							|  |  |  |               <id>attach-javadocs</id> | 
					
						
							| 
									
										
										
										
											2022-03-09 02:08:03 +00:00
										 |  |  |               <phase>verify</phase> | 
					
						
							| 
									
										
										
										
											2021-10-20 01:57:47 +00:00
										 |  |  |               <goals> | 
					
						
							|  |  |  |                 <goal>jar</goal> | 
					
						
							|  |  |  |               </goals> | 
					
						
							|  |  |  |             </execution> | 
					
						
							|  |  |  |           </executions> | 
					
						
							|  |  |  |         </plugin> | 
					
						
							| 
									
										
										
										
											2022-04-19 10:24:52 +00:00
										 |  |  |         <plugin> | 
					
						
							|  |  |  |           <groupId>org.sonarsource.scanner.maven</groupId> | 
					
						
							|  |  |  |           <artifactId>sonar-maven-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2025-04-28 08:35:07 +00:00
										 |  |  |           <version>5.1.0.4751</version> | 
					
						
							| 
									
										
										
										
											2022-04-19 10:24:52 +00:00
										 |  |  |         </plugin> | 
					
						
							|  |  |  |         <plugin> | 
					
						
							|  |  |  |           <groupId>org.jacoco</groupId> | 
					
						
							|  |  |  |           <artifactId>jacoco-maven-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2025-04-14 11:33:32 +00:00
										 |  |  |           <version>0.8.13</version> | 
					
						
							| 
									
										
										
										
											2022-04-19 10:24:52 +00:00
										 |  |  |         </plugin> | 
					
						
							| 
									
										
										
										
											2021-10-20 01:57:47 +00:00
										 |  |  |       </plugins> | 
					
						
							|  |  |  |     </pluginManagement> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-04-16 11:13:05 +00:00
										 |  |  |     <testResources> | 
					
						
							|  |  |  |       <testResource> | 
					
						
							|  |  |  |         <directory>src/test/resources</directory> | 
					
						
							|  |  |  |         <filtering>true</filtering> | 
					
						
							|  |  |  |       </testResource> | 
					
						
							|  |  |  |     </testResources> | 
					
						
							| 
									
										
										
										
											2021-04-06 00:33:54 +00:00
										 |  |  |   </build> | 
					
						
							| 
									
										
										
										
											2021-10-20 01:57:47 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   <profiles> | 
					
						
							| 
									
										
										
										
											2022-04-19 10:24:52 +00:00
										 |  |  |     <profile> | 
					
						
							|  |  |  |       <id>coverage</id> | 
					
						
							|  |  |  |       <build> | 
					
						
							|  |  |  |         <plugins> | 
					
						
							|  |  |  |           <plugin> | 
					
						
							|  |  |  |             <groupId>org.jacoco</groupId> | 
					
						
							|  |  |  |             <artifactId>jacoco-maven-plugin</artifactId> | 
					
						
							|  |  |  |             <executions> | 
					
						
							|  |  |  |               <execution> | 
					
						
							|  |  |  |                 <id>prepare-agent</id> | 
					
						
							|  |  |  |                 <goals> | 
					
						
							|  |  |  |                   <goal>prepare-agent</goal> | 
					
						
							|  |  |  |                 </goals> | 
					
						
							|  |  |  |               </execution> | 
					
						
							|  |  |  |               <execution> | 
					
						
							|  |  |  |                 <id>report</id> | 
					
						
							|  |  |  |                 <goals> | 
					
						
							|  |  |  |                   <goal>report</goal> | 
					
						
							|  |  |  |                 </goals> | 
					
						
							|  |  |  |               </execution> | 
					
						
							|  |  |  |             </executions> | 
					
						
							|  |  |  |           </plugin> | 
					
						
							|  |  |  |         </plugins> | 
					
						
							|  |  |  |       </build> | 
					
						
							|  |  |  |     </profile> | 
					
						
							| 
									
										
										
										
											2021-10-20 01:57:47 +00:00
										 |  |  |     <profile> | 
					
						
							|  |  |  |       <id>release</id> | 
					
						
							|  |  |  |       <activation> | 
					
						
							|  |  |  |         <activeByDefault>false</activeByDefault> | 
					
						
							|  |  |  |       </activation> | 
					
						
							|  |  |  |       <build> | 
					
						
							|  |  |  |         <plugins> | 
					
						
							|  |  |  |           <plugin> | 
					
						
							|  |  |  |             <groupId>org.apache.maven.plugins</groupId> | 
					
						
							| 
									
										
										
										
											2022-03-31 11:20:07 +00:00
										 |  |  |             <artifactId>maven-javadoc-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2021-10-20 01:57:47 +00:00
										 |  |  |             <executions> | 
					
						
							|  |  |  |               <execution> | 
					
						
							| 
									
										
										
										
											2022-03-31 11:20:07 +00:00
										 |  |  |                 <id>attach-javadocs</id> | 
					
						
							| 
									
										
										
										
											2021-10-20 01:57:47 +00:00
										 |  |  |                 <goals> | 
					
						
							| 
									
										
										
										
											2022-03-31 11:20:07 +00:00
										 |  |  |                   <goal>jar</goal> | 
					
						
							| 
									
										
										
										
											2021-10-20 01:57:47 +00:00
										 |  |  |                 </goals> | 
					
						
							|  |  |  |               </execution> | 
					
						
							|  |  |  |             </executions> | 
					
						
							|  |  |  |           </plugin> | 
					
						
							|  |  |  |           <plugin> | 
					
						
							|  |  |  |             <groupId>org.apache.maven.plugins</groupId> | 
					
						
							| 
									
										
										
										
											2022-03-31 11:20:07 +00:00
										 |  |  |             <artifactId>maven-gpg-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2024-10-03 09:28:12 +00:00
										 |  |  |             <version>3.2.7</version> | 
					
						
							| 
									
										
										
										
											2021-10-20 01:57:47 +00:00
										 |  |  |             <executions> | 
					
						
							|  |  |  |               <execution> | 
					
						
							| 
									
										
										
										
											2022-03-31 11:20:07 +00:00
										 |  |  |                 <id>sign-artifacts</id> | 
					
						
							|  |  |  |                 <phase>verify</phase> | 
					
						
							| 
									
										
										
										
											2021-10-20 01:57:47 +00:00
										 |  |  |                 <goals> | 
					
						
							| 
									
										
										
										
											2022-03-31 11:20:07 +00:00
										 |  |  |                   <goal>sign</goal> | 
					
						
							| 
									
										
										
										
											2021-10-20 01:57:47 +00:00
										 |  |  |                 </goals> | 
					
						
							|  |  |  |               </execution> | 
					
						
							|  |  |  |             </executions> | 
					
						
							|  |  |  |           </plugin> | 
					
						
							|  |  |  |         </plugins> | 
					
						
							|  |  |  |       </build> | 
					
						
							|  |  |  |     </profile> | 
					
						
							| 
									
										
										
										
											2022-09-23 01:43:33 +00:00
										 |  |  |     <profile> | 
					
						
							|  |  |  |       <id>flatten</id> | 
					
						
							|  |  |  |       <build> | 
					
						
							|  |  |  |         <plugins> | 
					
						
							|  |  |  |           <!-- flatten anywhere we do <version>${revision}</version>, see https://maven.apache.org/maven-ci-friendly.html --> | 
					
						
							|  |  |  |           <plugin> | 
					
						
							|  |  |  |             <groupId>org.codehaus.mojo</groupId> | 
					
						
							|  |  |  |             <artifactId>flatten-maven-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2025-03-06 10:29:28 +00:00
										 |  |  |             <version>1.7.0</version> | 
					
						
							| 
									
										
										
										
											2022-09-23 01:43:33 +00:00
										 |  |  |             <configuration> | 
					
						
							|  |  |  |               <updatePomFile>true</updatePomFile> | 
					
						
							|  |  |  |               <flattenMode>resolveCiFriendliesOnly</flattenMode> | 
					
						
							|  |  |  |             </configuration> | 
					
						
							|  |  |  |             <executions> | 
					
						
							|  |  |  |               <execution> | 
					
						
							|  |  |  |                 <id>flatten</id> | 
					
						
							|  |  |  |                 <phase>process-resources</phase> | 
					
						
							|  |  |  |                 <goals> | 
					
						
							|  |  |  |                   <goal>flatten</goal> | 
					
						
							|  |  |  |                 </goals> | 
					
						
							|  |  |  |               </execution> | 
					
						
							|  |  |  |               <execution> | 
					
						
							|  |  |  |                 <id>flatten.clean</id> | 
					
						
							|  |  |  |                 <phase>clean</phase> | 
					
						
							|  |  |  |                 <goals> | 
					
						
							|  |  |  |                   <goal>clean</goal> | 
					
						
							|  |  |  |                 </goals> | 
					
						
							|  |  |  |               </execution> | 
					
						
							|  |  |  |             </executions> | 
					
						
							|  |  |  |           </plugin> | 
					
						
							|  |  |  |         </plugins> | 
					
						
							|  |  |  |       </build> | 
					
						
							|  |  |  |     </profile> | 
					
						
							| 
									
										
										
										
											2024-11-15 10:36:00 +00:00
										 |  |  |     <!-- run with -Pfast to skip slow tests --> | 
					
						
							|  |  |  |     <profile> | 
					
						
							|  |  |  |       <id>fast</id> | 
					
						
							|  |  |  |       <build> | 
					
						
							|  |  |  |         <plugins> | 
					
						
							|  |  |  |           <plugin> | 
					
						
							|  |  |  |             <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |             <artifactId>maven-surefire-plugin</artifactId> | 
					
						
							|  |  |  |             <configuration> | 
					
						
							|  |  |  |               <groups>!slow</groups> | 
					
						
							|  |  |  |               <forkCount>1C</forkCount> | 
					
						
							|  |  |  |             </configuration> | 
					
						
							|  |  |  |           </plugin> | 
					
						
							|  |  |  |         </plugins> | 
					
						
							|  |  |  |       </build> | 
					
						
							|  |  |  |     </profile> | 
					
						
							| 
									
										
										
										
											2021-10-20 01:57:47 +00:00
										 |  |  |   </profiles> | 
					
						
							| 
									
										
										
										
											2021-04-06 00:33:54 +00:00
										 |  |  | </project> |