From 33e41f3b7ed2c2129103d74c33943d8cf4114788 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Tue, 1 Jan 2019 17:29:06 -0800 Subject: [PATCH] Remove old Maven extensions The Smart Builder was added as an experiment but we never used it. --- .mvn/README.md | 13 ------------- .mvn/extensions.xml | 13 ------------- .mvn/maven.config | 2 -- 3 files changed, 28 deletions(-) delete mode 100644 .mvn/README.md delete mode 100644 .mvn/extensions.xml delete mode 100644 .mvn/maven.config diff --git a/.mvn/README.md b/.mvn/README.md deleted file mode 100644 index 23ce31fc2194a..0000000000000 --- a/.mvn/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# Parallel Build with Smart Builder - -Add this line if you want to use the Smart Builder with 8 threads: - -`-T 8 -b smart` - -Enabling this by default causes issues with tests as it usually consumes more resources than a normal laptop has, and it also causes issues with the maven-release-plugin. - -If you are working in a mode where you are not running the tests than turning on this option may be more convenient. - -Note that you can still use this option from the command line and it will override the default single threaded builder listed the `.mvn/maven.config`. - - diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml deleted file mode 100644 index ce181fd59d12f..0000000000000 --- a/.mvn/extensions.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - io.takari.maven - takari-smart-builder - 0.4.0 - - - io.takari.aether - takari-concurrent-localrepo - 0.0.7 - - diff --git a/.mvn/maven.config b/.mvn/maven.config deleted file mode 100644 index 1da3b4e56a2de..0000000000000 --- a/.mvn/maven.config +++ /dev/null @@ -1,2 +0,0 @@ --b multithreaded -