diff --git a/.gitignore b/.gitignore
index d29966b921..615c4b0765 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
+.repository/
+
# Eclipse #
###################
@@ -11,10 +13,6 @@ test-output/
maven-eclipse.xml
.factorypath
-# Theia #
-##################
-.theia/
-
# Idea #
##################
*.iml
@@ -48,8 +46,6 @@ maven-eclipse.xml
*.war
*.ear
-
-
# Logs and databases #
######################
*.log
diff --git a/README.md b/README.md
index 9ac58077bf..23535e476f 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,12 @@ Other modules are deprecated and will be removed in the future.
# Sources build
Run `mvn clean install` to build. Activate a faster profile build by adding `-Pfast`.
+You can skip enforcers, validators, and tests with:
+
+```
+mvn clean install -V -B -e -Pfast -DskipTests -Dskip-validate-sources -Denforcer.skip=true -Dmaven.repo.local=.repository/
+```
+
# Image build and push
1. Go to the `dockerfiles` directory.
2. Run `./build.sh`.
diff --git a/pom.xml b/pom.xml
index b6386b7de5..fd2e7d89f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
1.0
1.2.11
0.20.0
- 2.14.1
+ 2.14.3
1.7.1
2.32.0
5.0.1