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
projectile should use the "-B" command line argument when using maven to compile the project.
This removes all of the text coloring escape characters of the output and results in a lot less clutter in the compile buffer.
I.e. you get
mvn -B clean install [INFO] Scanning for projects... [INFO] ...
instead of
mvn clean install [^[1;34mINFO^�[m] Scanning for projects... [^[1;34mINFO^�[m] ...
The text was updated successfully, but these errors were encountered:
I'm fine with the suggestion. Haven't used maven in a while - last time I checked it didn't use ANSI colours. :-)
maven
Sorry, something went wrong.
Use "mvn -B" when compiling or running tests in maven projects to avo…
040b43f
…id ANSI coloring clutter and fix bbatsov#1647
28ccaa7
Created a PR for this, but it wasn't shown here: #1652
f3f8a65
No branches or pull requests
projectile should use the "-B" command line argument when using maven to compile the project.
This removes all of the text coloring escape characters of the output and results in a lot less clutter in the compile buffer.
I.e. you get
instead of
The text was updated successfully, but these errors were encountered: