Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin facelift #6

Merged
merged 3 commits into from Oct 22, 2019
Merged

Plugin facelift #6

merged 3 commits into from Oct 22, 2019

Conversation

oleg-nenashev
Copy link
Member

I have done some facelifting work during the investigation of JENKINS-50216.

  • Update to the newest Parent POM
  • Add Jenkinsfile to enable the PR builder

@oleg-nenashev
Copy link
Member Author

@reviewbybees

@@ -18,7 +18,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.5</version>
<version>3.5</version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3.6 actually

<properties>
<jenkins.version>1.625.3</jenkins.version>
<java.level>7</java.level>
<!-- TODO: JodaTime conflicts with the version coming from the optional Git dependency (1.5.1 vs. 2.4)-->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So use <exclusions>.

@@ -187,7 +179,6 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just delete the dep—it is inherited anyway.

@gunan gunan requested a review from astroilov March 29, 2018 16:42
@gunan
Copy link
Collaborator

gunan commented Mar 29, 2018

Adding @astroilov as my knowledge of the code accumulated quite some dust.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants