Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-50692] [INFRA-1571] JEP-305 Incrementals in core
  • Loading branch information
LinuxSuRen committed May 16, 2018
1 parent f23a43a commit 291f718
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -26,6 +26,7 @@ work

# maven
target
.flattened-pom.xml

# idea
*.iml
Expand Down
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>
1 change: 1 addition & 0 deletions .mvn/jvm.config
@@ -0,0 +1 @@
-Xmx400m
1 change: 1 addition & 0 deletions .mvn/maven.config
@@ -0,0 +1 @@
-Pmight-produce-incrementals

0 comments on commit 291f718

Please sign in to comment.