Skip to content

Commit

Permalink
Support increment builds (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
jetersen authored and pjdarton committed Nov 5, 2019
1 parent 35f498f commit e53548c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .mvn/extensions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<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
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>vsphere-cloud</artifactId>
<version>2.22-SNAPSHOT</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<name>vSphere Plugin</name>
Expand Down Expand Up @@ -54,11 +54,11 @@
<connection>scm:git:git://github.com/jenkinsci/vsphere-cloud-plugin.git</connection>
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/vsphere-cloud-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/vsphere-cloud-plugin</url>
<tag>HEAD</tag>
<tag>${scmTag}</tag>
</scm>

<properties>
<revision>2.21</revision>
<revision>2.22</revision>
<changelist>-SNAPSHOT</changelist>
<java.level>8</java.level>
<jenkins.version>2.60.3</jenkins.version>
Expand Down

0 comments on commit e53548c

Please sign in to comment.