1 Star 0 Fork 0

mamh-mixed/prometheus-jira-exporter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 4.44 KB
一键复制 编辑 原始数据 按行查看 历史
alexey-matveev-atlas 提交于 2020-07-05 07:52 . Change plugin key (#68)
<?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>ru.andreymarkelov.atlas.plugins</groupId>
<artifactId>prom-jira-exporter-lite</artifactId>
<version>1.0.37-jira8</version>
<packaging>atlassian-plugin</packaging>
<name>Prometheus Exporter For Jira</name>
<description>This plugin for Atlassian Jira provides an endpoint to export metrics to Prometheus.</description>
<organization>
<name>Cprime</name>
<url>http://cprime.com</url>
</organization>
<scm>
<url>https://github.com/AndreyVMarkelov/jira-prometheus-exporter</url>
<connection>scm:git:https://github.com/AndreyVMarkelov/jira-prometheus-exporter.git</connection>
<tag>HEAD</tag>
</scm>
<dependencies>
<dependency>
<groupId>com.atlassian.jira</groupId>
<artifactId>jira-core</artifactId>
<version>${jira.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.atlassian.sal</groupId>
<artifactId>sal-api</artifactId>
<version>${sal-api.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.atlassian.fugue</groupId>
<artifactId>fugue</artifactId>
<version>4.7.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>${prometheus.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_common</artifactId>
<version>${prometheus.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_hotspot</artifactId>
<version>${prometheus.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>${lang3.version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>com.atlassian.maven.plugins</groupId>
<artifactId>maven-jira-plugin</artifactId>
<version>${amps.version}</version>
<extensions>true</extensions>
<configuration>
<compressResources>false</compressResources>
<productVersion>${jira.version}</productVersion>
<productDataVersion>${jira.version}</productDataVersion>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<configuration>
<tagNameFormat>v@{project.version}</tagNameFormat>
</configuration>
</plugin>
</plugins>
</build>
<properties>
<jira.version>8.0.1</jira.version>
<amps.version>6.3.15</amps.version>
<sal-api.version>3.0.0</sal-api.version>
<lang3.version>3.0</lang3.version>
<prometheus.version>0.6.0</prometheus.version>
<useFastdevCli>false</useFastdevCli>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mamh-mixed/prometheus-jira-exporter.git
git@gitee.com:mamh-mixed/prometheus-jira-exporter.git
mamh-mixed
prometheus-jira-exporter
prometheus-jira-exporter
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385