<?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><parent><groupId>org.jenkins-ci.plugins</groupId><artifactId>plugin</artifactId><version>4.76</version><relativePath /></parent><groupId>com.sonyericsson.hudson.plugins.gerrit</groupId><artifactId>gerrit-trigger</artifactId><version>${revision}.${changelist}</version><packaging>hpi</packaging><name>Gerrit Trigger</name><description>Integrates with Gerrit code review.</description><url>https://github.com/jenkinsci/${project.artifactId}-plugin/blob/master/docs/README.adoc</url><licenses><license><name>MIT License</name><url>https://opensource.org/licenses/MIT</url><comments>Copyright 2010 Sony Ericsson Mobile Communications. All rights reserved.Copyright 2012 Sony Mobile Communications AB. All rights reserved.</comments></license></licenses><developers><developer><id>rsandell</id><name>Robert Sandell</name><email>robert.sandell@cloudbees.com</email><organization>CloudBees Inc.</organization><url>http://www.linkedin.com/in/robertsandell</url><roles><role>architect</role><role>developer</role><role>maintainer</role></roles><timezone>+1</timezone></developer><developer><id>twestling</id><name>Tomas Westling</name><email>tomas.westling@sonymobile.com</email><organization>Sony Mobile Communications</organization><roles><role>maintainer</role></roles><timezone>+1</timezone></developer></developers><properties><!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ --><jenkins.baseline>2.426</jenkins.baseline><jenkins.version>${jenkins.baseline}.3</jenkins.version><revision>3</revision><changelist>999999-SNAPSHOT</changelist><gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo><no-test-jar>false</no-test-jar><findbugs.failOnError>false</findbugs.failOnError><build-failure-analyzer-plugin.version>2.5.0</build-failure-analyzer-plugin.version><checkstyle.version>2.16</checkstyle.version><surefire.rerunFailingTestsCount>3</surefire.rerunFailingTestsCount><forkCount>0.5C</forkCount><spotbugs.threshold>High</spotbugs.threshold></properties><dependencies><dependency><groupId>com.sonymobile.tools.gerrit</groupId><artifactId>gerrit-events</artifactId><version>2.21.0</version><exclusions><!-- Provided by gson-api plugin --><exclusion><groupId>com.google.code.gson</groupId><artifactId>gson</artifactId></exclusion><!-- Provided by jsch plugin --><exclusion><groupId>com.jcraft</groupId><artifactId>jsch</artifactId></exclusion><!-- Provided by core --><exclusion><groupId>commons-io</groupId><artifactId>commons-io</artifactId></exclusion><exclusion><groupId>net.sf.json-lib</groupId><artifactId>json-lib</artifactId></exclusion><!-- Provided by apache-httpcomponents-client-4-api plugin --><exclusion><groupId>org.apache.httpcomponents</groupId><artifactId>httpclient</artifactId></exclusion><!-- Provided by core --><exclusion><groupId>org.slf4j</groupId><artifactId>slf4j-api</artifactId></exclusion></exclusions><!-- New source is here: https://github.com/sonyxperiadev/gerrit-events --></dependency><dependency><groupId>io.jenkins.plugins</groupId><artifactId>gson-api</artifactId></dependency><dependency><groupId>org.jenkins-ci.plugins</groupId><artifactId>apache-httpcomponents-client-4-api</artifactId></dependency><dependency><groupId>io.jenkins.plugins</groupId><artifactId>ionicons-api</artifactId></dependency><dependency><groupId>org.jenkins-ci.plugins</groupId><artifactId>git</artifactId><optional>true</optional></dependency><dependency><groupId>org.jenkins-ci.plugins</groupId><artifactId>git-client</artifactId><optional>true</optional></dependency><dependency><groupId>com.sonyericsson.hudson.plugins.rebuild</groupId><artifactId>rebuild</artifactId><optional>true</optional></dependency><dependency><groupId>org.jenkins-ci.plugins</groupId><artifactId>jsch</artifactId></dependency><dependency><groupId>org.jenkins-ci.plugins</groupId><artifactId>rabbitmq-consumer</artifactId><version>2.8</version><optional>true</optional></dependency><dependency><groupId>org.jenkins-ci.plugins</groupId><artifactId>support-core</artifactId><optional>true</optional></dependency><dependency><groupId>org.jenkins-ci.plugins</groupId><artifactId>credentials</artifactId><scope>test</scope></dependency><dependency><groupId>org.jenkins-ci.plugins</groupId><artifactId>scm-api</artifactId></dependency><dependency><groupId>org.jenkins-ci.plugins</groupId><artifactId>pipeline-build-step</artifactId><scope>test</scope></dependency><dependency><groupId>org.jenkins-ci.plugins.workflow</groupId><artifactId>workflow-api</artifactId><optional>true</optional></dependency><dependency><groupId>org.jenkins-ci.plugins.workflow</groupId><artifactId>workflow-basic-steps</artifactId><scope>test</scope></dependency><dependency><groupId>org.jenkins-ci.plugins.workflow</groupId><artifactId>workflow-cps</artifactId><scope>test</scope></dependency><dependency><groupId>org.jenkins-ci.plugins.workflow</groupId><artifactId>workflow-durable-task-step</artifactId><scope>test</scope></dependency><dependency><groupId>org.jenkins-ci.plugins.workflow</groupId><artifactId>workflow-job</artifactId><scope>test</scope></dependency><dependency><groupId>org.jenkins-ci.plugins.workflow</groupId><artifactId>workflow-scm-step</artifactId><scope>test</scope></dependency><dependency><groupId>org.jenkins-ci.plugins.workflow</groupId><artifactId>workflow-step-api</artifactId><optional>true</optional></dependency><dependency><groupId>org.jenkins-ci.plugins.workflow</groupId><artifactId>workflow-support</artifactId><scope>test</scope></dependency><dependency><!-- Used for test with matrix permissions --><groupId>org.jenkins-ci.plugins</groupId><artifactId>matrix-auth</artifactId><scope>test</scope></dependency><dependency><groupId>org.mockito</groupId><artifactId>mockito-core</artifactId><scope>test</scope></dependency><dependency><groupId>org.jenkins-ci.plugins</groupId><artifactId>pipeline-stage-step</artifactId><scope>test</scope></dependency><dependency><groupId>org.wiremock</groupId><artifactId>wiremock-standalone</artifactId><version>3.13.2</version><scope>test</scope></dependency><dependency><groupId>io.jenkins.plugins</groupId><artifactId>caffeine-api</artifactId></dependency><dependency><artifactId>configuration-as-code</artifactId><groupId>io.jenkins</groupId><optional>true</optional></dependency><dependency><artifactId>test-harness</artifactId><groupId>io.jenkins.configuration-as-code</groupId><scope>test</scope></dependency><dependency><groupId>org.jenkins-ci.plugins</groupId><artifactId>jackson2-api</artifactId></dependency><dependency><groupId>org.jenkins-ci.plugins</groupId><artifactId>matrix-project</artifactId><scope>test</scope></dependency><dependency><groupId>io.jenkins.plugins.mina-sshd-api</groupId><artifactId>mina-sshd-api-core</artifactId><scope>test</scope></dependency><dependency><groupId>com.sonyericsson.jenkins.plugins.bfa</groupId><artifactId>build-failure-analyzer</artifactId><version>${build-failure-analyzer-plugin.version}</version><classifier>tests</classifier><scope>test</scope></dependency><dependency><groupId>com.sonyericsson.jenkins.plugins.bfa</groupId><artifactId>build-failure-analyzer</artifactId><version>${build-failure-analyzer-plugin.version}</version><scope>test</scope></dependency></dependencies><dependencyManagement><dependencies><dependency><groupId>io.jenkins.tools.bom</groupId><artifactId>bom-${jenkins.baseline}.x</artifactId><version>2815.vf5d6f093b_23e</version><type>pom</type><scope>import</scope></dependency></dependencies></dependencyManagement><repositories><repository><id>repo.jenkins-ci.org</id><url>https://repo.jenkins-ci.org/public/</url></repository><repository><id>gerrit-maven-repository</id><url>https://gerrit.googlecode.com/svn/mavenrepo/</url></repository></repositories><pluginRepositories><pluginRepository><id>repo.jenkins-ci.org</id><url>https://repo.jenkins-ci.org/public/</url></pluginRepository></pluginRepositories><build><plugins><plugin><artifactId>maven-surefire-plugin</artifactId><configuration><reuseForks>false</reuseForks></configuration></plugin><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-checkstyle-plugin</artifactId><version>${checkstyle.version}</version><configuration><configLocation>${project.basedir}/build-config/swe_checkstyle.xml</configLocation><suppressionsLocation>${project.basedir}/build-config/checkstyle-suppressions.xml</suppressionsLocation><suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression><includeTestSourceDirectory>true</includeTestSourceDirectory><consoleOutput>true</consoleOutput></configuration><executions><execution><id>compile-checkstyle</id><goals><goal>checkstyle</goal></goals><phase>compile</phase></execution><execution><id>test-check</id><goals><goal>check</goal></goals><phase>test</phase><configuration><violationSeverity>warning</violationSeverity></configuration></execution></executions></plugin><!--plugin><groupId>com.googlecode.jslint4java</groupId><artifactId>jslint4java-maven-plugin</artifactId><version>2.0.5</version><executions><execution><id>lint</id><goals><goal>lint</goal></goals><phase>compile</phase><configuration><excludes><exclude>**/yui/**</exclude></excludes><failOnError>true</failOnError><options><browser>true</browser><vars>true</vars><unparam>true</unparam><plusplus>true</plusplus><devel>true</devel><predef>Behaviour,fetch</predef></options></configuration></execution></executions></plugin --></plugins></build><scm><connection>scm:git:https://github.com/${gitHubRepo}.git</connection><developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection><url>https://github.com/${gitHubRepo}</url><tag>${scmTag}</tag></scm></project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。