Skip to content

Commit

Permalink
Merge pull request #3 from LinuxSuRen/master
Browse files Browse the repository at this point in the history
 [JENKINS-50692] [INFRA-1571] JEP-305 Incrementals
  • Loading branch information
LinuxSuRen committed May 16, 2018
2 parents 9e12a55 + a9da775 commit 6f28b60
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 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
7 changes: 4 additions & 3 deletions pom.xml
Expand Up @@ -10,15 +10,15 @@

<groupId>io.jenkins.plugins</groupId>
<artifactId>hugo</artifactId>
<version>${revision}${sha1}${changelist}</version>
<version>0.1.0</version>

<packaging>hpi</packaging>
<properties>
<jenkins.version>2.107.3</jenkins.version>
<java.level>8</java.level>
<revision>0.1.0</revision>
<changelist>-SNAPSHOT</changelist>
<sha1/>
<sha1 />
</properties>

<name>Hugo Plugin</name>
Expand Down Expand Up @@ -101,7 +101,8 @@
<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>
</scm>
<tag>hugo-0.1.0</tag>
</scm>

<repositories>
<repository>
Expand Down

0 comments on commit 6f28b60

Please sign in to comment.