Skip to content

Commit

Permalink
Incrementalified. (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Jul 6, 2020
1 parent dfa3327 commit bc6d314
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .mvn/extensions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<extensions xmlns="http://maven.apache.org/EXTENSIONS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/EXTENSIONS/1.0.0 http://maven.apache.org/xsd/core-extensions-1.0.0.xsd">
<extension>
<groupId>io.jenkins.tools.incrementals</groupId>
<artifactId>git-changelist-maven-extension</artifactId>
<version>1.1</version>
</extension>
</extensions>

2 changes: 2 additions & 0 deletions .mvn/maven.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-Pconsume-incrementals
-Pmight-produce-incrementals
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@

<groupId>io.jenkins.plugins</groupId>
<artifactId>github-checks</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<description>Allows users to publish GitHub checks</description>

<properties>
<java.level>8</java.level>
<revision>0.1.0</revision>
<changelist>-SNAPSHOT</changelist>

<plugin-util-api.version>1.2.2</plugin-util-api.version>
<jetty.version>9.4.26.v20200117</jetty.version>
Expand All @@ -37,6 +39,7 @@
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>${scmTag}</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit bc6d314

Please sign in to comment.