diff --git a/Jenkinsfile b/Jenkinsfile
index b81d07e0fb2..37485f52a65 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -530,7 +530,6 @@ stage('Non-default environments') {
// so we skip them.
String mavenBuildAdditionalArgs = ''' \
-pl !documentation \
- -pl !integrationtest/mapper/orm-spring \
-pl !integrationtest/mapper/orm-batch-jsr352 \
-pl !integrationtest/v5migrationhelper/orm \
-pl !integrationtest/java/modules/orm-lucene \
diff --git a/build/reports/pom.xml b/build/reports/pom.xml
index 6ed6e5441b5..dbcbcb53207 100644
--- a/build/reports/pom.xml
+++ b/build/reports/pom.xml
@@ -244,12 +244,6 @@
so we can easily exclude building them all in some scenarios like building on JDK11 etc.
-->
springITs
-
-
- java-version.test.release
- !11
-
-
org.hibernate.search
diff --git a/integrationtest/pom.xml b/integrationtest/pom.xml
index cb23a5cddbe..79faf9f4b2c 100644
--- a/integrationtest/pom.xml
+++ b/integrationtest/pom.xml
@@ -33,12 +33,6 @@
springITs
-
-
- java-version.test.release
- !11
-
-
mapper/orm-spring