From 33e203f950c7e91571906cd1ffcd2380f3c61b35 Mon Sep 17 00:00:00 2001 From: Filipe Roque Date: Thu, 12 Feb 2026 20:08:00 +0000 Subject: [PATCH] Enable incrementals https://www.jenkins.io/doc/developer/plugin-development/incrementals/ --- .mvn/extensions.xml | 7 +++++++ .mvn/maven.config | 2 ++ pom.xml | 13 ++++++++----- 3 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 .mvn/extensions.xml create mode 100644 .mvn/maven.config diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml new file mode 100644 index 00000000..9440b180 --- /dev/null +++ b/.mvn/extensions.xml @@ -0,0 +1,7 @@ + + + io.jenkins.tools.incrementals + git-changelist-maven-extension + 1.13 + + diff --git a/.mvn/maven.config b/.mvn/maven.config new file mode 100644 index 00000000..2a0299c4 --- /dev/null +++ b/.mvn/maven.config @@ -0,0 +1,2 @@ +-Pconsume-incrementals +-Pmight-produce-incrementals diff --git a/pom.xml b/pom.xml index c14213d3..d94b530a 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ disk-usage hpi Jenkins disk-usage plugin - 1.4-SNAPSHOT + ${revision}${changelist} https://github.com/jenkinsci/disk-usage-plugin @@ -21,13 +21,16 @@ - scm:git:https://github.com/jenkinsci/disk-usage-plugin.git - scm:git:git@github.com:jenkinsci/disk-usage-plugin.git - https://github.com/jenkinsci/disk-usage-plugin - HEAD + scm:git:https://github.com/${gitHubRepo}.git + scm:git:git@github.com:${gitHubRepo}.git + https://github.com/${gitHubRepo} + ${scmTag} + 1.4 + -SNAPSHOT + jenkinsci/disk-usage-plugin 2.504 ${jenkins.baseline}.3