We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using latests version
I am using the maven goal rewrite:runNoFork, and my project is a multi-module project.
rewrite:runNoFork
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)
mvn -T 1C package rewrite:runNoFork
Recipes executed at end of all module packaging
Recipes executed before the end of all module packaging
Yes, the PR that fix the bug: #720
The text was updated successfully, but these errors were encountered:
philippe-granet
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: