aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSteinar Bang <sb@dod.no>2021-02-25 17:17:18 +0100
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2021-02-25 20:16:37 +0200
commitf3f8a6505d50ca0f03f7deef99a1c8aa3bcd9e58 (patch)
treeaceb5170a2dec333b6eac2fbfd89b2daa9575bfc /CHANGELOG.md
parent1dbdb430058e36e36ce6ef856ca564d74a915bac (diff)
Use "mvn -B" when compiling or running tests in maven projects to avoid ANSI coloring clutter and fix #1647
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2dbaf3a..3192213 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
* Add `project` param to `projectile-generate-process-name`.
* [#1608](https://github.com/bbatsov/projectile/pull/1608): Use rebar3 build system by default for Erlang projects.
* Rename `projectile-project-root-files-functions` to `projectile-project-root-functions`.
+* [#1647](https://github.com/bbatsov/projectile/issues/1647): Use "-B" in the mvn commands to avoid ANSI coloring clutter in the compile buffer
### Bugs fixed