Skip to content

Commit

Permalink
Merge pull request #28 from jeffret-b/produceIncrementals
Browse files Browse the repository at this point in the history
Configure incrementals
  • Loading branch information
jeffret-b committed Jan 2, 2020
2 parents 121e58b + 8e7cc86 commit 8e1e90c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 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: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</parent>

<artifactId>bouncycastle-api</artifactId>
<version>2.18-SNAPSHOT</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<name>bouncycastle API Plugin</name>
Expand Down Expand Up @@ -61,10 +61,12 @@
<connection>scm:git:git://github.com/jenkinsci/bouncycastle-api-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/bouncycastle-api-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/bouncycastle-api-plugin</url>
<tag>HEAD</tag>
<tag>${scmTag}</tag>
</scm>

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

0 comments on commit 8e1e90c

Please sign in to comment.