[3.9.x][MNG-7391] add execution strategy+runner required by Maven Build Cache#660
Closed
hboutemy wants to merge 1 commit intomaven-3.8.xfrom
Closed
[3.9.x][MNG-7391] add execution strategy+runner required by Maven Build Cache#660hboutemy wants to merge 1 commit intomaven-3.8.xfrom
hboutemy wants to merge 1 commit intomaven-3.8.xfrom
Conversation
maximilian-novikov-db
approved these changes
Jan 19, 2022
michael-o
reviewed
Jan 19, 2022
| public class DefaultLifecycles | ||
| { | ||
| public static final String[] STANDARD_LIFECYCLES = { "default", "clean", "site" }; | ||
| public static final String[] STANDARD_LIFECYCLES = { "clean", "default", "site" }; |
Member
There was a problem hiding this comment.
Is this a fix? How it is related to this PR?
Contributor
There was a problem hiding this comment.
9366ea7 to
aee2678
Compare
Member
|
Does this really make sense on 3.8.x? I would expect that Build Cache is 3.9+?! |
Contributor
The target is definitely 3.9.x. I renamed to |
Contributor
|
Fixed with 1954d51 |
|
Resolve #9173 |
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.
https://issues.apache.org/jira/browse/MNG-7391
supercedes #622