We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de8af4b + 6d5d5ae commit 89b2cb7Copy full SHA for 89b2cb7
.mvn/extensions.xml
@@ -0,0 +1,7 @@
1
+<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">
2
+ <extension>
3
+ <groupId>io.jenkins.tools.incrementals</groupId>
4
+ <artifactId>git-changelist-maven-extension</artifactId>
5
+ <version>1.2</version>
6
+ </extension>
7
+</extensions>
.mvn/maven.config
@@ -0,0 +1,2 @@
+-Pconsume-incrementals
+-Pmight-produce-incrementals
0 commit comments