Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
[JENKINS-51281] Incrementals-ify the Essentials plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
batmat committed May 14, 2018
1 parent adabca0 commit e9a5b56
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .mvn/extensions.xml
@@ -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.0-beta-3</version>
</extension>
</extensions>
2 changes: 2 additions & 0 deletions .mvn/maven.config
@@ -0,0 +1,2 @@
-Pconsume-incrementals
-Pmight-produce-incrementals
8 changes: 5 additions & 3 deletions pom.xml
Expand Up @@ -4,14 +4,16 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>3.7</version>
<version>3.10</version>
<relativePath />
</parent>
<groupId>io.jenkins.plugins</groupId>
<artifactId>essentials</artifactId>
<version>0.2-SNAPSHOT</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<properties>
<revision>0.2</revision>
<changelist>-SNAPSHOT</changelist>
<!-- Using latest on purpose -->
<jenkins.version>2.114</jenkins.version>
<java.level>8</java.level>
Expand All @@ -29,7 +31,7 @@
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>HEAD</tag>
<tag>${scmTag}</tag>
</scm>
<dependencies>
<dependency>
Expand Down

0 comments on commit e9a5b56

Please sign in to comment.