Skip to content

Delaying execution to the end of multi-module project #719

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

Closed
philippe-granet opened this issue Jan 22, 2024 · 0 comments · Fixed by #720 or #726
Closed

Delaying execution to the end of multi-module project #719

philippe-granet opened this issue Jan 22, 2024 · 0 comments · Fixed by #720 or #726
Assignees
Labels
bug Something isn't working

Comments

@philippe-granet
Copy link
Contributor

philippe-granet commented Jan 22, 2024

What version of OpenRewrite are you using?

I am using latests version

How are you running OpenRewrite?

I am using the maven goal rewrite:runNoFork, and my project is a multi-module project.

What is the smallest, simplest way to reproduce the problem?

Run mvn -T 1C package rewrite:runNoFork on a multi-module project, with Maven parallel execution (https://cwiki.apache.org/confluence/display/MAVEN/Parallel+builds+in+Maven+3)

What did you expect to see?

Recipes executed at end of all module packaging

What did you see instead?

Recipes executed before the end of all module packaging

Are you interested in contributing a fix to OpenRewrite?

Yes, the PR that fix the bug: #720

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
1 participant