Skip to content
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

projectile should run maven with "mvn -B" #1647

Closed
steinarb opened this issue Feb 11, 2021 · 2 comments
Closed

projectile should run maven with "mvn -B" #1647

steinarb opened this issue Feb 11, 2021 · 2 comments

Comments

@steinarb
Copy link
Contributor

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] 
...
@bbatsov
Copy link
Owner

bbatsov commented Feb 23, 2021

I'm fine with the suggestion. Haven't used maven in a while - last time I checked it didn't use ANSI colours. :-)

steinarb added a commit to steinarb/projectile that referenced this issue Feb 25, 2021
steinarb added a commit to steinarb/projectile that referenced this issue Feb 25, 2021
@steinarb
Copy link
Contributor Author

Created a PR for this, but it wasn't shown here: #1652

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants