Skip to content

Instantly share code, notes, and snippets.

@jponge
Created July 5, 2021 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jponge/6cfc533fce94c046eaa3492c410044f2 to your computer and use it in GitHub Desktop.
Save jponge/6cfc533fce94c046eaa3492c410044f2 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!-- ====================================================================== -->
<!-- -->
<!-- Generated by Maven Help Plugin on 2021-07-05T15:07:56+02:00 -->
<!-- See: http://maven.apache.org/plugins/maven-help-plugin/ -->
<!-- -->
<!-- ====================================================================== -->
<!-- ====================================================================== -->
<!-- -->
<!-- Effective POM for project -->
<!-- 'io.smallrye.reactive:mutiny-bom:pom:999-SNAPSHOT' -->
<!-- -->
<!-- ====================================================================== -->
<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>
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-project</artifactId>
<version>999-SNAPSHOT</version>
</parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-bom</artifactId>
<version>999-SNAPSHOT</version>
<packaging>pom</packaging>
<name>SmallRye Mutiny :: BOM</name>
<description>Bill of materials that list all the Mutiny modules.</description>
<url>https://smallrye.io/mutiny-project/mutiny-bom</url>
<inceptionYear>2019</inceptionYear>
<organization>
<name>SmallRye</name>
<url>https://wwww.smallrye.io</url>
</organization>
<licenses>
<license>
<name>Apache 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>cescoffier</id>
<name>Clement Escoffier</name>
<email>clement[AT]apache[DOT]org</email>
<url>https://github.com/cescoffier</url>
</developer>
<developer>
<id>jponge</id>
<name>Julien Ponge</name>
<email>julien[AT]ponge[DOT]org</email>
<url>https://github.com/jponge</url>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:smallrye/smallrye-mutiny.git/mutiny-bom</connection>
<developerConnection>scm:git:git@github.com:smallrye/smallrye-mutiny.git/mutiny-bom</developerConnection>
<url>https://github.com/smallrye/smallrye-mutiny/mutiny-bom</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/smallrye/smallrye-mutiny/issues</url>
</issueManagement>
<distributionManagement>
<repository>
<id>oss.sonatype</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>oss.sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
<properties>
<assertj-core.version>3.20.2</assertj-core.version>
<awaitility.version>4.1.0</awaitility.version>
<coroutines.version>1.4.3</coroutines.version>
<dokka.version>1.4.32</dokka.version>
<junit.version>5.7.2</junit.version>
<junit4.version>4.13.2</junit4.version>
<kotlin.compiler.apiVersion>1.3</kotlin.compiler.apiVersion>
<kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>
<kotlin.compiler.languageVersion>1.3</kotlin.compiler.languageVersion>
<kotlin.version>1.4.32</kotlin.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.testSource>1.8</maven.compiler.testSource>
<maven.compiler.testTarget>1.8</maven.compiler.testTarget>
<microprofile-context-propagation.version>1.2</microprofile-context-propagation.version>
<microprofile-reactive-streams.version>2.0</microprofile-reactive-streams.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<reactive-streams.version>1.0.3</reactive-streams.version>
<reactor-core.version>3.4.7</reactor-core.version>
<revapi-java.version>0.24.3</revapi-java.version>
<revapi-maven-plugin.version>0.14.3</revapi-maven-plugin.version>
<revapi-reporter-json.version>0.4.2</revapi-reporter-json.version>
<revapi-reporter-text.version>0.14.2</revapi-reporter-text.version>
<revapi.skip>true</revapi.skip>
<rxjava2.version>2.2.21</rxjava2.version>
<smallrye-common-annotation.version>1.6.0</smallrye-common-annotation.version>
<smallrye-config.version>1.10.0</smallrye-config.version>
<smallrye-context-propagation.version>1.2.0</smallrye-context-propagation.version>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.organization>smallrye</sonar.organization>
<testng.version>6.14.3</testng.version>
<version.asciidoctor.plugin>2.1.0</version.asciidoctor.plugin>
<version.compiler.plugin>3.8.1</version.compiler.plugin>
<version.formatter.plugin>2.16.0</version.formatter.plugin>
<version.gpg.plugin>3.0.1</version.gpg.plugin>
<version.impsort.plugin>1.6.2</version.impsort.plugin>
<version.install.plugin>2.5.2</version.install.plugin>
<version.jacoco.plugin>0.8.7</version.jacoco.plugin>
<version.jar.plugin>3.2.0</version.jar.plugin>
<version.javadoc.plugin>3.3.0</version.javadoc.plugin>
<version.jdk-misc>3.Final</version.jdk-misc>
<version.nexus.staging.plugin>1.6.8</version.nexus.staging.plugin>
<version.release.plugin>2.5.3</version.release.plugin>
<version.site.plugin>3.9.1</version.site.plugin>
<version.smallrye.code.rules.plugin>1</version.smallrye.code.rules.plugin>
<version.smallrye.plugin>1.0.0</version.smallrye.plugin>
<version.source.plugin>3.2.1</version.source.plugin>
<version.surefire.plugin>2.22.2</version.surefire.plugin>
<version.versions.plugin>2.8.1</version.versions.plugin>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny</artifactId>
<version>999-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-smallrye-context-propagation</artifactId>
<version>999-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-kotlin</artifactId>
<version>999-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-reactive-streams-operators</artifactId>
<version>999-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-reactor</artifactId>
<version>999-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-rxjava</artifactId>
<version>999-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-test-utils</artifactId>
<version>999-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-math</artifactId>
<version>999-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.reactivestreams</groupId>
<artifactId>reactive-streams</artifactId>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
<version>2.2.21</version>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.4.7</version>
</dependency>
<dependency>
<groupId>org.eclipse.microprofile.reactive-streams-operators</groupId>
<artifactId>microprofile-reactive-streams-operators-api</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.microprofile.context-propagation</groupId>
<artifactId>microprofile-context-propagation-api</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.11.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-context-propagation</artifactId>
<version>1.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config</artifactId>
<version>1.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.7.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.7.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.7.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.20.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>4.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.14.3</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
<repositories>
<repository>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>maven-releases</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
<repository>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>maven-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
<repository>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>s01-snapshots-repository</id>
<name>S01 Snapshots Repository</name>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
<repository>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>sonatype-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
<repository>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>microprofile-snapshots</id>
<url>https://repo.eclipse.org/content/repositories/microprofile-snapshots</url>
</repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
</pluginRepository>
</pluginRepositories>
<build>
<sourceDirectory>/Users/jponge/Code/smallrye-mutiny/bom/src/main/java</sourceDirectory>
<scriptSourceDirectory>/Users/jponge/Code/smallrye-mutiny/bom/src/main/scripts</scriptSourceDirectory>
<testSourceDirectory>/Users/jponge/Code/smallrye-mutiny/bom/src/test/java</testSourceDirectory>
<outputDirectory>/Users/jponge/Code/smallrye-mutiny/bom/target/classes</outputDirectory>
<testOutputDirectory>/Users/jponge/Code/smallrye-mutiny/bom/target/test-classes</testOutputDirectory>
<resources>
<resource>
<directory>/Users/jponge/Code/smallrye-mutiny/bom/src/main/resources</directory>
</resource>
</resources>
<testResources>
<testResource>
<directory>/Users/jponge/Code/smallrye-mutiny/bom/src/test/resources</directory>
</testResource>
</testResources>
<directory>/Users/jponge/Code/smallrye-mutiny/bom/target</directory>
<finalName>mutiny-bom-999-SNAPSHOT</finalName>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.3</version>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-5</version>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.8</version>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
</plugin>
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>2.1.0</version>
<configuration>
<backend>html</backend>
<sourceHighlighter>highlightjs</sourceHighlighter>
<imagesDir>assets</imagesDir>
<attributes>
<version>999-SNAPSHOT</version>
<organization>SmallRye</organization>
</attributes>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
</plugin>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<version>2.5.2</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.0</version>
<configuration>
<tags>
<tag>
<name>apiNote</name>
<placement>a</placement>
<head>API Note:</head>
</tag>
<tag>
<name>implSpec</name>
<placement>a</placement>
<head>Implementation Requirements:</head>
</tag>
<tag>
<name>implNote</name>
<placement>a</placement>
<head>Implementation Note:</head>
</tag>
<tag>
<name>param</name>
</tag>
<tag>
<name>return</name>
</tag>
<tag>
<name>throws</name>
</tag>
<tag>
<name>since</name>
</tag>
<tag>
<name>version</name>
</tag>
<tag>
<name>serialData</name>
</tag>
<tag>
<name>see</name>
</tag>
</tags>
</configuration>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.9.1</version>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<configuration>
<stagingProgressTimeoutMinutes>15</stagingProgressTimeoutMinutes>
</configuration>
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.22.2</version>
</plugin>
<plugin>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-maven-plugin</artifactId>
<version>5.3.0</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.7</version>
<executions>
<execution>
<id>prepare-agent</id>
<phase>generate-test-resources</phase>
<goals>
<goal>prepare-agent</goal>
</goals>
<configuration>
<destFile>/Users/jponge/Code/smallrye-mutiny/bom/target/jacoco.exec</destFile>
<propertyName>jacocoArgLine</propertyName>
<append>true</append>
<excludes>
<exclude>META-INF/**</exclude>
</excludes>
</configuration>
</execution>
<execution>
<id>generate-report</id>
<phase>verify</phase>
<goals>
<goal>report</goal>
</goals>
<configuration>
<outputDirectory>/Users/jponge/Code/smallrye-mutiny/bom/target</outputDirectory>
<propertyName>jacocoArgLine</propertyName>
<append>true</append>
<excludes>
<exclude>META-INF/**</exclude>
</excludes>
</configuration>
</execution>
</executions>
<configuration>
<propertyName>jacocoArgLine</propertyName>
<append>true</append>
<excludes>
<exclude>META-INF/**</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-maven-plugin</artifactId>
<version>1.0.0</version>
</plugin>
<plugin>
<groupId>org.jboss.jandex</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<version>1.1.0</version>
<executions>
<execution>
<id>make-index</id>
<goals>
<goal>jandex</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.moditect</groupId>
<artifactId>moditect-maven-plugin</artifactId>
<version>1.0.0.RC1</version>
<configuration>
<overwriteExistingFiles>true</overwriteExistingFiles>
</configuration>
</plugin>
<plugin>
<groupId>org.revapi</groupId>
<artifactId>revapi-maven-plugin</artifactId>
<version>0.14.3</version>
<executions>
<execution>
<id>check-compatibility</id>
<goals>
<goal>check</goal>
</goals>
<configuration>
<failSeverity>breaking</failSeverity>
<analysisConfigurationFiles>
<file>/Users/jponge/Code/smallrye-mutiny/bom/revapi.json</file>
</analysisConfigurationFiles>
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi-java</artifactId>
<version>0.24.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi-reporter-json</artifactId>
<version>0.4.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi-reporter-text</artifactId>
<version>0.14.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<executions>
<execution>
<id>default-compile</id>
<phase>compile</phase>
<goals>
<goal>compile</goal>
</goals>
<configuration>
<compilerArgs>
<arg>-Aorg.jboss.logging.tools.addGeneratedAnnotation=false</arg>
</compilerArgs>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<tagNameFormat>@{project.version}</tagNameFormat>
<preparationGoals>verify</preparationGoals>
<pushChanges>false</pushChanges>
<localCheckout>true</localCheckout>
<remoteTagging>false</remoteTagging>
<arguments>-DskipTests ${release.arguments}</arguments>
</configuration>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-maven-plugin</artifactId>
<version>2.16.0</version>
<executions>
<execution>
<phase>process-sources</phase>
<goals>
<goal>format</goal>
</goals>
<configuration>
<configFile>io/smallrye/coderules/eclipse-format.xml</configFile>
<skip>${format.skip}</skip>
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-code-rules</artifactId>
<version>1</version>
<scope>compile</scope>
</dependency>
</dependencies>
<configuration>
<configFile>io/smallrye/coderules/eclipse-format.xml</configFile>
<skip>${format.skip}</skip>
</configuration>
</plugin>
<plugin>
<groupId>net.revelc.code</groupId>
<artifactId>impsort-maven-plugin</artifactId>
<version>1.6.2</version>
<executions>
<execution>
<id>sort-imports</id>
<goals>
<goal>sort</goal>
</goals>
<configuration>
<groups>java.,javax.,org.,com.</groups>
<staticGroups>*</staticGroups>
<skip>${format.skip}</skip>
<removeUnused>true</removeUnused>
</configuration>
</execution>
</executions>
<configuration>
<groups>java.,javax.,org.,com.</groups>
<staticGroups>*</staticGroups>
<skip>${format.skip}</skip>
<removeUnused>true</removeUnused>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.8.1</version>
<configuration>
<generateBackupPoms>false</generateBackupPoms>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<executions>
<execution>
<id>default-test</id>
<configuration>
<classesDirectory>/Users/jponge/Code/smallrye-mutiny/bom/target/classes/META-INF/versions/11</classesDirectory>
<additionalClasspathElements>
<additionalClasspathElement>/Users/jponge/Code/smallrye-mutiny/bom/target/classes/META-INF/versions/10</additionalClasspathElement>
<additionalClasspathElement>/Users/jponge/Code/smallrye-mutiny/bom/target/classes/META-INF/versions/9</additionalClasspathElement>
<additionalClasspathElement>/Users/jponge/Code/smallrye-mutiny/bom/target/classes</additionalClasspathElement>
</additionalClasspathElements>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.0</version>
<executions>
<execution>
<id>default-cli</id>
<goals>
<goal>aggregate</goal>
</goals>
<configuration>
<reportOutputDirectory>target/generated-docs/apidocs</reportOutputDirectory>
<excludePackageNames>*.quickstart:*.snippets</excludePackageNames>
<source>8</source>
<release>8</release>
<detectJavaApiLink>false</detectJavaApiLink>
<tags>
<tag>
<name>apiNote</name>
<placement>a</placement>
<head>API Note:</head>
</tag>
<tag>
<name>implSpec</name>
<placement>a</placement>
<head>Implementation Requirements:</head>
</tag>
<tag>
<name>implNote</name>
<placement>a</placement>
<head>Implementation Note:</head>
</tag>
<tag>
<name>param</name>
</tag>
<tag>
<name>return</name>
</tag>
<tag>
<name>throws</name>
</tag>
<tag>
<name>since</name>
</tag>
<tag>
<name>version</name>
</tag>
<tag>
<name>serialData</name>
</tag>
<tag>
<name>see</name>
</tag>
</tags>
</configuration>
</execution>
</executions>
<configuration>
<source>8</source>
<release>8</release>
<detectJavaApiLink>false</detectJavaApiLink>
<tags>
<tag>
<name>apiNote</name>
<placement>a</placement>
<head>API Note:</head>
</tag>
<tag>
<name>implSpec</name>
<placement>a</placement>
<head>Implementation Requirements:</head>
</tag>
<tag>
<name>implNote</name>
<placement>a</placement>
<head>Implementation Note:</head>
</tag>
<tag>
<name>param</name>
</tag>
<tag>
<name>return</name>
</tag>
<tag>
<name>throws</name>
</tag>
<tag>
<name>since</name>
</tag>
<tag>
<name>version</name>
</tag>
<tag>
<name>serialData</name>
</tag>
<tag>
<name>see</name>
</tag>
</tags>
</configuration>
</plugin>
<plugin>
<groupId>org.revapi</groupId>
<artifactId>revapi-maven-plugin</artifactId>
<version>0.14.3</version>
<executions>
<execution>
<id>check-compatibility</id>
<goals>
<goal>check</goal>
</goals>
<configuration>
<failSeverity>breaking</failSeverity>
<analysisConfigurationFiles>
<file>/Users/jponge/Code/smallrye-mutiny/bom/revapi.json</file>
</analysisConfigurationFiles>
<skip>true</skip>
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi-java</artifactId>
<version>0.24.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi-reporter-json</artifactId>
<version>0.4.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi-reporter-text</artifactId>
<version>0.14.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>2.5</version>
<executions>
<execution>
<id>default-clean</id>
<phase>clean</phase>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<version>2.5.2</version>
<executions>
<execution>
<id>default-install</id>
<phase>install</phase>
<goals>
<goal>install</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.7</version>
<executions>
<execution>
<id>default-deploy</id>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.9.1</version>
<executions>
<execution>
<id>default-site</id>
<phase>site</phase>
<goals>
<goal>site</goal>
</goals>
<configuration>
<outputDirectory>/Users/jponge/Code/smallrye-mutiny/bom/target/site</outputDirectory>
<reportPlugins>
<reportPlugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
</reportPlugin>
</reportPlugins>
</configuration>
</execution>
<execution>
<id>default-deploy</id>
<phase>site-deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
<configuration>
<outputDirectory>/Users/jponge/Code/smallrye-mutiny/bom/target/site</outputDirectory>
<reportPlugins>
<reportPlugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
</reportPlugin>
</reportPlugins>
</configuration>
</execution>
</executions>
<configuration>
<outputDirectory>/Users/jponge/Code/smallrye-mutiny/bom/target/site</outputDirectory>
<reportPlugins>
<reportPlugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
</reportPlugin>
</reportPlugins>
</configuration>
</plugin>
</plugins>
</build>
<reporting>
<outputDirectory>/Users/jponge/Code/smallrye-mutiny/bom/target/site</outputDirectory>
</reporting>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment