| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408 |
- <?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>
- <groupId>io.dropwizard.metrics</groupId>
- <artifactId>metrics-parent</artifactId>
- <version>4.1.25</version>
- <packaging>pom</packaging>
- <name>Metrics Parent</name>
- <description>
- The Metrics library.
- </description>
- <url>https://metrics.dropwizard.io</url>
- <modules>
- <module>docs</module>
- <module>metrics-bom</module>
- <module>metrics-annotation</module>
- <module>metrics-benchmarks</module>
- <module>metrics-caffeine</module>
- <module>metrics-core</module>
- <module>metrics-collectd</module>
- <module>metrics-ehcache</module>
- <module>metrics-graphite</module>
- <module>metrics-healthchecks</module>
- <module>metrics-httpclient</module>
- <module>metrics-httpclient5</module>
- <module>metrics-httpasyncclient</module>
- <module>metrics-jcache</module>
- <module>metrics-jcstress</module>
- <module>metrics-jdbi</module>
- <module>metrics-jdbi3</module>
- <module>metrics-jersey2</module>
- <module>metrics-jetty9</module>
- <module>metrics-jmx</module>
- <module>metrics-json</module>
- <module>metrics-jvm</module>
- <module>metrics-log4j2</module>
- <module>metrics-logback</module>
- <module>metrics-servlet</module>
- <module>metrics-servlets</module>
- </modules>
- <properties>
- <project.build.outputTimestamp>2011-02-24T06:12:03Z</project.build.outputTimestamp>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- <jackson.version>2.9.10</jackson.version>
- <jetty9.version>9.4.43.v20210629</jetty9.version>
- <slf4j.version>1.7.31</slf4j.version>
- <assertj.version>3.20.2</assertj.version>
- <mockito.version>3.11.2</mockito.version>
- <junit.version>4.13.1</junit.version>
- <hamcrest.version>1.3</hamcrest.version>
- <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
- <errorprone.javac.version>9+181-r4173-1</errorprone.javac.version>
- <sonar.projectKey>dropwizard_metrics</sonar.projectKey>
- <sonar.organization>dropwizard</sonar.organization>
- <sonar.host.url>https://sonarcloud.io</sonar.host.url>
- <sonar.moduleKey>${project.artifactId}</sonar.moduleKey>
- </properties>
- <developers>
- <developer>
- <name>Coda Hale</name>
- <email>coda.hale@gmail.com</email>
- <timezone>America/Los_Angeles</timezone>
- <roles>
- <role>architect</role>
- </roles>
- </developer>
- <developer>
- <name>Ryan Tenney</name>
- <email>ryan@10e.us</email>
- <timezone>America/New_York</timezone>
- <roles>
- <role>committer</role>
- </roles>
- </developer>
- <developer>
- <name>Artem Prigoda</name>
- <email>prigoda.artem@ya.ru</email>
- <timezone>Europe/Berlin</timezone>
- <roles>
- <role>committer</role>
- </roles>
- </developer>
- </developers>
- <licenses>
- <license>
- <name>Apache License 2.0</name>
- <url>https://www.apache.org/licenses/LICENSE-2.0.html</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
- <scm>
- <connection>scm:git:git://github.com/dropwizard/metrics.git</connection>
- <developerConnection>scm:git:git@github.com:dropwizard/metrics.git</developerConnection>
- <url>https://github.com/dropwizard/metrics/</url>
- <tag>v4.1.25</tag>
- </scm>
- <issueManagement>
- <system>github</system>
- <url>https://github.com/dropwizard/metrics/issues/</url>
- </issueManagement>
- <distributionManagement>
- <snapshotRepository>
- <id>ossrh</id>
- <name>Sonatype Nexus Snapshots</name>
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
- </snapshotRepository>
- <repository>
- <id>ossrh</id>
- <name>Nexus Release Repository</name>
- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
- </repository>
- </distributionManagement>
- <profiles>
- <profile>
- <id>jdk8</id>
- <activation>
- <jdk>1.8</jdk>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin.version}</version>
- <configuration>
- <fork>true</fork>
- <compilerArgs combine.children="append">
- <arg>-J-Xbootclasspath/p:${settings.localRepository}/com/google/errorprone/javac/${errorprone.javac.version}/javac-${errorprone.javac.version}.jar</arg>
- </compilerArgs>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
- <id>release-sign-artifacts</id>
- <activation>
- <property>
- <name>performRelease</name>
- <value>true</value>
- </property>
- </activation>
- <properties>
- <gpg.keyname>EDA86E9FB607B5FC9223FB767D4868B53E31E7AD</gpg.keyname>
- </properties>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <version>3.2.1</version>
- <executions>
- <execution>
- <id>attach-sources</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>3.3.0</version>
- <configuration>
- <source>8</source>
- <doclint>none</doclint>
- <quiet>true</quiet>
- <notimestamp>true</notimestamp>
- </configuration>
- <executions>
- <execution>
- <id>attach-javadocs</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-gpg-plugin</artifactId>
- <version>3.0.1</version>
- <configuration>
- <gpgArguments>
- <arg>--pinentry-mode</arg>
- <arg>loopback</arg>
- </gpgArguments>
- </configuration>
- <executions>
- <execution>
- <id>sign-artifacts</id>
- <phase>verify</phase>
- <goals>
- <goal>sign</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.8</version>
- <configuration>
- <serverId>ossrh</serverId>
- <nexusUrl>https://oss.sonatype.org/</nexusUrl>
- <autoReleaseAfterClose>true</autoReleaseAfterClose>
- </configuration>
- <executions>
- <execution>
- <id>nexus-deploy</id>
- <phase>deploy</phase>
- <goals>
- <goal>deploy</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin.version}</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <version>2.8.2</version>
- </plugin>
- </plugins>
- </pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin.version}</version>
- <configuration>
- <source>1.8</source>
- <target>1.8</target>
- <showWarnings>true</showWarnings>
- <compilerArgs>
- <arg>-Xlint:all</arg>
- <arg>-XDcompilePolicy=simple</arg>
- <arg>-Xplugin:ErrorProne -XepExcludedPaths:.*/target/generated-sources/.*</arg>
- </compilerArgs>
- <annotationProcessorPaths>
- <path>
- <groupId>com.google.errorprone</groupId>
- <artifactId>error_prone_core</artifactId>
- <version>2.7.1</version>
- </path>
- </annotationProcessorPaths>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
- <version>5.1.2</version>
- <extensions>true</extensions>
- <configuration>
- <instructions>
- <Import-Package><![CDATA[
- javax.servlet*;version="[2.5.0,4.0.0)",
- org.slf4j*;version="[1.6.0,2.0.0)",
- sun.misc.*;resolution:=optional,
- com.sun.management.*;resolution:=optional,
- *
- ]]>
- </Import-Package>
- <Automatic-Module-Name>${javaModuleName}</Automatic-Module-Name>
- <!-- https://stackoverflow.com/a/29853163/49505 -->
- <_removeheaders>Bnd-LastModified</_removeheaders>
- <_reproducible>true</_reproducible>
- </instructions>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>2.22.2</version>
- <configuration>
- <argLine>@{argLine} -Djava.net.preferIPv4Stack=true</argLine>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-enforcer-plugin</artifactId>
- <version>1.4.1</version>
- <executions>
- <execution>
- <id>enforce</id>
- <configuration>
- <rules>
- <DependencyConvergence />
- </rules>
- </configuration>
- <goals>
- <goal>enforce</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <version>3.1.2</version>
- <executions>
- <execution>
- <id>analyze</id>
- <goals>
- <goal>analyze-only</goal>
- <goal>analyze-dep-mgt</goal>
- <goal>analyze-duplicate</goal>
- </goals>
- <phase>verify</phase>
- <configuration>
- <failOnWarning>true</failOnWarning>
- <ignoreNonCompile>true</ignoreNonCompile>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.5.3</version>
- <configuration>
- <autoVersionSubmodules>true</autoVersionSubmodules>
- <mavenExecutorId>forked-path</mavenExecutorId>
- <tagNameFormat>v@{project.version}</tagNameFormat>
- <preparationGoals>clean test</preparationGoals>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <version>3.2.0</version>
- <configuration>
- <archive>
- <manifest>
- <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
- </manifest>
- <manifestEntries>
- <Automatic-Module-Name>${javaModuleName}</Automatic-Module-Name>
- </manifestEntries>
- </archive>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <version>3.1.2</version>
- <configuration>
- <configLocation>checkstyle.xml</configLocation>
- <includeTestSourceDirectory>true</includeTestSourceDirectory>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-site-plugin</artifactId>
- <version>3.9.1</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- <version>3.1.2</version>
- </plugin>
- <plugin>
- <groupId>org.jacoco</groupId>
- <artifactId>jacoco-maven-plugin</artifactId>
- <version>0.8.7</version>
- <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>
- </project>
|