Skip to content

[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
MNG-7391-maven-3.8.x
Closed

[3.9.x][MNG-7391] add execution strategy+runner required by Maven Build Cache#660
hboutemy wants to merge 1 commit intomaven-3.8.xfrom
MNG-7391-maven-3.8.x

Conversation

@hboutemy
Copy link
Copy Markdown
Member

public class DefaultLifecycles
{
public static final String[] STANDARD_LIFECYCLES = { "default", "clean", "site" };
public static final String[] STANDARD_LIFECYCLES = { "clean", "default", "site" };
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Is this a fix? How it is related to this PR?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@asfgit asfgit force-pushed the MNG-7391-maven-3.8.x branch from 9366ea7 to aee2678 Compare January 23, 2022 17:32
@gnodet gnodet changed the title [MNG-7391] add execution strategy+runner required by Maven Build Cache [3.8.x][MNG-7391] add execution strategy+runner required by Maven Build Cache Feb 8, 2022
@michael-o
Copy link
Copy Markdown
Member

Does this really make sense on 3.8.x? I would expect that Build Cache is 3.9+?!

@gnodet gnodet changed the title [3.8.x][MNG-7391] add execution strategy+runner required by Maven Build Cache [3.9.x][MNG-7391] add execution strategy+runner required by Maven Build Cache Feb 8, 2022
@gnodet
Copy link
Copy Markdown
Contributor

gnodet commented Feb 8, 2022

Does this really make sense on 3.8.x? I would expect that Build Cache is 3.9+?!

The target is definitely 3.9.x. I renamed to [3.8.x] to target the branch. As soon as 3.8.5 is done, the plan is to create a 3.9.x branch and merge this PR there.

@gnodet
Copy link
Copy Markdown
Contributor

gnodet commented Mar 9, 2022

Fixed with 1954d51

@gnodet gnodet closed this Mar 9, 2022
@hboutemy hboutemy deleted the MNG-7391-maven-3.8.x branch April 15, 2022 16:47
@jira-importer
Copy link
Copy Markdown

Resolve #9173

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.

5 participants