vpro-shared-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-parent</artifactId>
<version>5.16.0</version>
</dependency><?xml version="1.0"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-parent</artifactId>
<version>5.16.0</version>
<packaging>pom</packaging>
<name>vpro-shared-parent</name>
<description>These are various shared utility modules which are used on several places in VPRO artifacts.</description>
<url>https://github.com/vpro/vpro-shared/tree/main/</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<skipITs>true</skipITs>
<java.version>17</java.version>
<spring.version>6.2.18</spring.version>
<spring-security.version>6.5.10</spring-security.version>
<jackson2.version>2.21.4</jackson2.version> <!-- 2.21 is LTS -->
<jackson.version.annotations>2.21</jackson.version.annotations>
<jackson3.version>3.1.4</jackson3.version>
<junit.version>6.1.0</junit.version>
<mockito.version>5.23.0</mockito.version>
<assertj.version>3.27.7</assertj.version>
<resteasy.version>7.0.2.Final</resteasy.version>
<!--
seems to be in use by both resteasy and hibernate-search
version must be compatible with both.
-->
<jboss-logging.version>3.6.3.Final</jboss-logging.version>
<bytebuddy.version>1.18.9</bytebuddy.version>
<slf4j.version>2.0.18</slf4j.version>
<log4j2.version>2.26.0</log4j2.version>
<guava.version>33.6.0-jre</guava.version>
<javassist.version>3.30.2-GA</javassist.version>
<wss4j.version>2.3.2</wss4j.version>
<xmlunit.version>2.12.0</xmlunit.version>
<hamcrest.version>3.0</hamcrest.version>
<math.version>0.19.0</math.version>
<meeuw.util.version>1.17</meeuw.util.version>
<checker.version>4.2.0</checker.version>
<commons.lang3.version>3.20.0</commons.lang3.version>
<httpcomponents.version>4.5.14</httpcomponents.version>
<httpcomponentscore.version>4.4.16</httpcomponentscore.version>
<hibernate.version>6.6.44.Final</hibernate.version>
<hibernate.search.version>7.2.1.Final</hibernate.search.version>
<!-- jakarta versions -->
<servlet.api.version>6.0.0</servlet.api.version>
<validation.api.version>3.1.1</validation.api.version>
<persistence.api.version>3.1.0</persistence.api.version>
<annotation.api.version>3.0.0</annotation.api.version>
<xml-bind.api.version>4.0.5</xml-bind.api.version>
<hibernate.validator.version>9.1.0.Final</hibernate.validator.version>
<camel.version>4.20.0</camel.version> <!-- limit to LTS (I think even majors) -->
<swagger.version>2.2.50</swagger.version>
<lombok.version>1.18.46</lombok.version>
<delombok.output>${project.build.directory}/delombok</delombok.output>
<delombok.input>${project.build.directory}/delombok-input</delombok.input>
<!-- https://github.com/elastic/elasticsearch-py/issues/1639 -->
<!-- elasticsearch client version must be < 7.14 -->
<elasticsearch7.version>7.13.4</elasticsearch7.version>
<lucene.elasticsearch7.version>8.8.2</lucene.elasticsearch7.version>
<micrometer.version>1.16.5</micrometer.version>
<flyway.version>12.7.0</flyway.version>
<testcontainers.version>2.0.5</testcontainers.version>
<EXTRA_TEST_OPTS>--add-opens java.base/java.lang=ALL-UNNAMED</EXTRA_TEST_OPTS>
<vpro.shared.module.postfix>OVERRIDE</vpro.shared.module.postfix>
<log4j2.root.level>INFO</log4j2.root.level>
</properties>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<developers>
<developer>
<id>mihxil</id>
<name>Michiel Meeuwissen</name>
<email>michiel.meeuwissen+github@gmail.com</email>
<url>https://meeuw.org</url>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
<timezone>Europe/Amsterdam</timezone>
</developer>
<developer>
<id>rico</id>
<name>Rico Jansen</name>
<timezone>Europe/Amsterdam</timezone>
</developer>
</developers>
<ciManagement>
<system>GitHub Workflow</system>
<url>https://github.com/vpro/vpro-shared/actions</url>
</ciManagement>
<scm>
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection>
<url>https://github.com/vpro/vpro-shared</url>
<tag>REL-5.16.0</tag>
</scm>
<modules>
<module>vpro-shared-rs-client</module>
<module>vpro-shared-client-resteasy</module>
<module>vpro-shared-configuration</module>
<module>vpro-shared-elasticsearch</module>
<module>vpro-shared-elasticsearch-client</module>
<module>vpro-shared-elasticsearch-high-level-client</module>
<module>vpro-shared-hibernate</module>
<!--
<module>vpro-shared-hibernate-search</module>
-->
<module>vpro-shared-hibernate-search6</module>
<module>vpro-shared-jackson2</module>
<module>vpro-shared-jackson3</module>
<module>vpro-shared-logging</module>
<module>vpro-shared-log4j2</module>
<module>vpro-shared-monitoring</module>
<module>vpro-shared-persistence</module>
<module>vpro-shared-rs</module>
<module>vpro-shared-swagger3</module>
<module>vpro-shared-swagger3-taglib</module>
<module>vpro-shared-test</module>
<module>vpro-shared-util</module>
<module>vpro-shared-validation</module>
<module>vpro-shared-web</module>
<module>vpro-shared-xml</module>
<module>vpro-shared-guice</module>
<module>vpro-shared-i18n</module>
<module>vpro-shared-jcache</module>
<module>vpro-shared-bom</module>
<module>vpro-shared-mediainfo</module>
<!--
<module>vpro-shared-swagger</module>
<module>vpro-shared-client-resteasy3</module> - the other resteasy module as made compatibe with 3 too
<module>vpro-shared-resteasy</module>
<module>vpro-shared-camel</module>
<module>vpro-shared-ws</module>
<module>vpro-shared-newrelic</module>
<module>vpro-shared-services</module>
<module>vpro-shared-avro</module>
<module>vpro-shared-transfer</module>
<module>vpro-shared-elasticsearch1</module>
<module>vpro-shared-elasticsearch7</module>
<module>vpro-shared-ektorp</module>
<module>vpro-shared-couchdb-util</module>
-->
</modules>
<build>
<defaultGoal>install</defaultGoal>
<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>3.3.1</version>
<configuration>
<branchName>REL-${project.version}</branchName>
<tagNameFormat>REL-@{project.version}</tagNameFormat>
</configuration>
</plugin>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.6.2</version>
<executions>
<execution>
<id>enforce-maven</id>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<requireMavenVersion>
<version>3.3.9</version>
</requireMavenVersion>
</rules>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.14</version>
<executions>
<execution>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>report</id>
<phase>test</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
<execution>
<id>pre-integration-test</id>
<phase>pre-integration-test</phase>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>post-integration-test</id>
<phase>post-integration-test</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.6</version>
<configuration>
<argLine>${EXTRA_TEST_OPTS}</argLine>
<systemPropertyVariables>
<projectArtifactId>${project.artifactId}</projectArtifactId>
<log4j2.root.level>${log4j2.root.level}</log4j2.root.level>
</systemPropertyVariables>
<includes>
<include>**/*Test.java</include>
<include>**/*Spec.java</include>
</includes>
<excludes>
<exclude>**/*ITest.java</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.5.6</version>
<configuration>
<skipITs>${skipITs}</skipITs>
<includes>
<include>**/*ITest.java</include>
</includes>
</configuration>
<executions>
<execution>
<id>integration-test</id>
<goals>
<goal>integration-test</goal>
</goals>
</execution>
<execution>
<id>verify</id>
<goals>
<goal>verify</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.21.0</version>
<configuration>
<rulesUri>file:///${maven.multiModuleProjectDirectory}/rules.xml</rulesUri>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.10.0</version>
<extensions>true</extensions>
<configuration>
<publishingServerId>central</publishingServerId>
<autoPublish>true</autoPublish>
<waitUntil>published</waitUntil>
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.12.0</version>
<configuration>
<!-- javadoc met java 8 is anders een absolute ramp, zeker met de oude zooi in dit project -->
<doclint>none</doclint>
<failOnError>false</failOnError>
<notimestamp>true</notimestamp>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.15.0</version>
<inherited>true</inherited>
<configuration>
<release>${java.version}</release>
<encoding>UTF-8</encoding>
<annotationProcessorPaths>
<path>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
</path>
</annotationProcessorPaths>
<compilerArgs>
<arg>-Xlint:-requires-transitive-automatic</arg>
</compilerArgs>
<testCompilerArgument>-Xlint:-exports</testCompilerArgument>
</configuration>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.5.0</version>
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>nl.vpro.shared.${vpro.shared.module.postfix}</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
<version>3.3.0</version>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.10.0</version>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.1</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<version>1.3.0</version>
</plugin>
</plugins>
</pluginManagement>
</build>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-bom</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations-jakarta</artifactId>
<version>${swagger.version}</version>
</dependency>
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-jaxrs2-jakarta</artifactId>
<version>${swagger.version}</version>
</dependency>
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-core-jakarta</artifactId>
<version>${swagger.version}</version>
</dependency>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<type>pom</type>
<version>${junit.version}</version>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-bom</artifactId>
<type>pom</type>
<scope>import</scope>
<version>${log4j2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-bom</artifactId>
<version>${camel.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-core</artifactId>
<version>${hibernate.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-micrometer</artifactId>
<version>${hibernate.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-mapper-orm</artifactId>
<version>${hibernate.search.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-backend-lucene</artifactId>
<version>${hibernate.search.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>${hibernate.validator.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<version>${jboss-logging.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-bom</artifactId>
<version>${resteasy.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.22.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>${commons.lang3.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.15.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
<version>2.15.1</version>
</dependency>
<dependency>
<groupId>io.github.natty-parser</groupId>
<artifactId>natty</artifactId>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-bom</artifactId>
<type>pom</type>
<version>${slf4j.version}</version>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>${spring.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-bom</artifactId>
<version>${spring-security.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>${assertj.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path-assert</artifactId>
<version>3.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>${servlet.api.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
<version>${validation.api.version}</version>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
<version>${xmlunit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-assertj</artifactId>
<version>${xmlunit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
<exclusions>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>${jackson2.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>tools.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>${jackson3.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${httpcomponents.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>${httpcomponents.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>${httpcomponentscore.version}</version>
</dependency>
<dependency>
<groupId>jakarta.persistence</groupId>
<artifactId>jakarta.persistence-api</artifactId>
<version>${persistence.api.version}</version>
<scope>provided</scope> <!-- hibernate provides it as javax.xml -->
</dependency>
<dependency>
<groupId>org.meeuw.math</groupId>
<artifactId>mihxil-bom</artifactId>
<type>pom</type>
<scope>import</scope>
<version>${math.version}</version>
</dependency>
<dependency>
<groupId>org.meeuw.util</groupId>
<artifactId>mihxil-functional</artifactId>
<version>${meeuw.util.version}</version>
</dependency>
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
<version>1.5.3</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>${hamcrest.version}</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>${hamcrest.version}</version>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.22.2</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>${mockito.version}</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>${mockito.version}</version>
</dependency>
<!--
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20190722</version>
</dependency>
-->
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>${bytebuddy.version}</version>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>${bytebuddy.version}</version>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-dep</artifactId>
<version>${bytebuddy.version}</version>
</dependency>
<dependency>
<groupId>org.apache.wss4j</groupId>
<artifactId>wss4j-ws-security-dom</artifactId>
<version>${wss4j.version}</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.cache</groupId>
<artifactId>cache-api</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>${xml-bind.api.version}</version>
<scope>compile</scope> <!--look out, hibernate provides it as javax.xml -->
</dependency>
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
<version>${annotation.api.version}</version>
<!-- java 11 compliancy -->
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<version>3.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
<type>pom</type>
<version>${testcontainers.version}</version>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.11</version>
</dependency>
<dependency>
<groupId>org.meeuw.i18n</groupId>
<artifactId>i18n-regions-bom</artifactId>
<version>3.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.meeuw.i18n</groupId>
<artifactId>i18n-iso-639</artifactId>
<version>4.4</version>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-bom</artifactId>
<version>${micrometer.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy</artifactId>
<version>5.0.6</version>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>${javassist.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>4.0.9</version>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>4.7.7</version>
</dependency>
<dependency>
<groupId>io.github.java-diff-utils</groupId>
<artifactId>java-diff-utils</artifactId>
<version>4.17</version>
</dependency>
<dependency>
<groupId>net.jqwik</groupId>
<artifactId>jqwik</artifactId>
<version>1.10.1</version>
</dependency>
<dependency>
<groupId>org.meeuw</groupId>
<artifactId>mihxil-json-grep</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.ehcache</groupId>
<artifactId>ehcache</artifactId>
<classifier>jakarta</classifier>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>${flyway.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>${checker.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>nl.mmprogrami</groupId>
<artifactId>setup-log4j2</artifactId>
<version>1.4</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
</dependencies>
<profiles>
<profile>
<id>deploy</id>
<build>
<plugins>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>3.4.0</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.8</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.1</version>
<executions>
<execution>
<id>copy-sources-for-delombok</id>
<phase>generate-sources</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<resources>
<resource>
<directory>${project.basedir}/src/main/java</directory>
<excludes>
<exclude>module-info.java</exclude>
</excludes>
</resource>
</resources>
<outputDirectory>${delombok.input}</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.projectlombok</groupId>
<artifactId>lombok-maven-plugin</artifactId>
<version>1.18.20.0</version>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
</dependency>
</dependencies>
<configuration>
<sourceDirectory>${delombok.input}</sourceDirectory>
<outputDirectory>${delombok.output}</outputDirectory>
<addOutputDirectory>false</addOutputDirectory>
<encoding>UTF-8</encoding>
<verbose>true</verbose>
<formatPreferences>
</formatPreferences>
</configuration>
<executions>
<execution>
<phase>generate-sources</phase>
<goals>
<goal>delombok</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<configuration>
<sourcepath>
${delombok.output};
${project.build.directory}/generated-sources/apt;
${project.build.directory}/generated-sources/xjb
</sourcepath>
<links>
<link>https://javadoc.io/doc/org.checkerframework/checker-qual/${checker.version}/</link>
<link>https://javadoc.io/doc/org.meeuw.math/mihxil-math/${math.version}/</link>
<link>https://javadoc.io/doc/org.meeuw.math/mihxil-algebra/${math.version}/</link>
<link>https://javadoc.io/doc/org.meeuw.math/mihxil-shapes/${math.version}/</link>
<link>https://javadoc.io/doc/org.meeuw.math/mihxil-statistics/${math.version}/</link>
<link>https://javadoc.io/doc/org.meeuw.util/mihxil-functional/${meeuw.util.version}/</link>
<link>https://javadoc.io/doc/jakarta.validation/jakarta.validation-api/${validation.api.version}/</link>
<link>https://picocli.info/apidocs/</link>
<link>https://javadoc.io/doc/io.micrometer/micrometer-registry-prometheus/${micrometer.version}/</link>
<link>https://docs.spring.io/spring-framework/docs/current/javadoc-api/</link>
<link>https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-core/${jackson2.version}/</link>
<link>https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-databind/${jackson2.version}/</link>
<link>https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-annotations/${jackson.version.annotations}/</link>
<link>https://javadoc.io/doc/com.fasterxml.jackson.jakarta.rs/jackson-jakarta-rs-base/${jackson2.version}/</link>
</links>
<detectLinks>true</detectLinks>
<detectJavaApiLink>true</detectJavaApiLink>
<additionalOptions>
<!-- not available in java 17
<additionalOption> --link-modularity-mismatch=info</additionalOption>
--> <additionalOption>-Xdoclint:none</additionalOption>
</additionalOptions>
<includeDependencySources>true</includeDependencySources>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<repositories>
<repository>
<name>Central Portal Snapshots</name>
<id>central-portal-snapshots</id>
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</project>