diff --git a/.mvn/maven.config b/.mvn/maven.config
deleted file mode 100644
index 202d48fe7..000000000
--- a/.mvn/maven.config
+++ /dev/null
@@ -1,3 +0,0 @@
---show-version
--T
-4
\ No newline at end of file
diff --git a/extension/fileupload/src/site/markdown/index.md b/extension/fileupload/src/site/markdown/index.md
index 7b5a1e7b5..7afd6dac6 100644
--- a/extension/fileupload/src/site/markdown/index.md
+++ b/extension/fileupload/src/site/markdown/index.md
@@ -12,8 +12,7 @@ file upload. This extension is available by default for the following runtimes:
The following configuration parameters are available:
1. `cloud.piranha.extension.fileupload.outputDirectory` - the directory where
- the file upload will store temporary files. The default is the same location
- as the ServletContext TEMPDIR.
+ the file upload will store temporary files. The default is the location as
1. `cloud.piranha.extension.fileupload.fileSizeTreshold` - the file size
threshold (in bytes) before the runtime will create a temporary file on the
diff --git a/extension/tempdir/pom.xml b/extension/tempdir/pom.xml
index 48e0498a4..6a6871354 100644
--- a/extension/tempdir/pom.xml
+++ b/extension/tempdir/pom.xml
@@ -39,4 +39,10 @@