diff --git a/antlr4-wrapper.xml b/antlr4-wrapper.xml
index 7a82734022..c3e4527f9f 100644
--- a/antlr4-wrapper.xml
+++ b/antlr4-wrapper.xml
@@ -11,10 +11,11 @@
- root-node-name: name of the root node without prefix (eg "TopLevel"), will be made to implement RootNode
See AntlrGeneratedParserBase
-
-->
+
+
@@ -32,14 +33,100 @@
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -72,7 +159,9 @@
tofile="${parser-file}"/>
-
+
+
@@ -83,7 +172,9 @@
-
+
+
diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md
index e6c419b789..c80d7c0cc2 100644
--- a/docs/pages/release_notes.md
+++ b/docs/pages/release_notes.md
@@ -52,6 +52,7 @@ The old rule names still work but are deprecated.
* [#4965](https://github.com/pmd/pmd/pull/4965): \[java] Rename JUnit rules with overly restrictive names - [Juan Martín Sotuyo Dodero](https://github.com/jsotuyod) (@jsotuyod)
* [#5225](https://github.com/pmd/pmd/pull/5225): \[java] Fix #5067: CloseResource: False positive for FileSystems.getDefault() - [Lukas Gräf](https://github.com/lukasgraef) (@lukasgraef)
* [#5241](https://github.com/pmd/pmd/pull/5241): Ignore javacc code in coverage report - [Juan Martín Sotuyo Dodero](https://github.com/jsotuyod) (@jsotuyod)
+* [#5258](https://github.com/pmd/pmd/pull/5258): Ignore generated antlr classes in coverage reports - [Juan Martín Sotuyo Dodero](https://github.com/jsotuyod) (@jsotuyod)
* [#5264](https://github.com/pmd/pmd/pull/5264): \[java] Fix NPE with empty pattern list - [Clément Fournier](https://github.com/oowekyala) (@oowekyala)
* [#5269](https://github.com/pmd/pmd/pull/5269): \[java] Fix #5253: Support Boolean wrapper class for BooleanGetMethodName rule - [Aryant Tripathi](https://github.com/Aryant-Tripathi) (@Aryant-Tripathi)
diff --git a/pom.xml b/pom.xml
index 9d4e2061ab..67269e26ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,6 +122,8 @@
${project.build.directory}/generated-sources/javacc
${project.basedir}/../javacc-wrapper.xml
+ 1.0b3
+
${project.build.directory}/generated-sources/antlr4
${project.basedir}/../antlr4-wrapper.xml
@@ -167,6 +169,11 @@
ant
${ant.version}
+
+ ant-contrib
+ ant-contrib
+ ${ant-contrib.version}
+