update parent pom version#72
Merged
undera merged 3 commits intojenkinsci:masterfrom Oct 27, 2016
rpionke:master
Merged
Conversation
Member
rpionke
commented
Oct 25, 2016
- Pick latest parent POM with build flow fixes
- Core dependency is upgraded to 1.580.1, because we need this version to implement SimpleBuildStep https://github.com/jenkinsci/pipeline-plugin/blob/master/DEVGUIDE.md#basic-update
added 2 commits
October 25, 2016 14:07
Member
|
Thanks for helping with this. |
Current coverage is 45.59% (diff: 0.00%)@@ master #72 diff @@
==========================================
Files 36 29 -7
Lines 3000 2485 -515
Methods 0 0
Messages 0 0
Branches 489 404 -85
==========================================
- Hits 1427 1133 -294
+ Misses 1455 1233 -222
- Partials 118 119 +1
|
Member
Author
|
fixed Travis CI build by increasing jvm args -XX:MaxPermSize=256m -Xmx1024m see travis-ci/travis-ci#5597 |
Member
|
Many-many thanks! You helped a lot! |
jglick
reviewed
Jan 11, 2018
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-javadoc-plugin</artifactId> | ||
| <configuration> | ||
| <additionalparam>-Xdoclint:none</additionalparam> |
Member
There was a problem hiding this comment.
Do not do this. Rather fix any actual Javadoc errors. Typically there are not many and it only takes a couple of minutes. warnings can be disregarded.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.