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
When the formatting fails, it produces the following hardcoded message:
[ERROR] There are .editorconfig violations. You may want to run [ERROR] [ERROR] mvn editorconfig:format [ERROR] [ERROR] to fix them automagically.
This is misleading for projects that use the Maven Wrapper
What It should do instead is to suggest:
./mvnw editorconfig:format
2)Windows
.\mvnw.cmd editorconfig:format
The text was updated successfully, but these errors were encountered:
Hm... I wonder whether there is a programmatic way to figure out how the Maven process was launched?
Sorry, something went wrong.
No branches or pull requests
When the formatting fails, it produces the following hardcoded message:
This is misleading for projects that use the Maven Wrapper
What It should do instead is to suggest:
2)Windows
.\mvnw.cmd editorconfig:format
The text was updated successfully, but these errors were encountered: