This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch compiler-wrong-arg in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
commit c0cc8707b36345f4dd575fa32e6e3f4714d97671 Author: Olivier Lamy <ol...@apache.org> AuthorDate: Sun Feb 27 10:52:57 2022 +1000 wrong arg compiler Signed-off-by: Olivier Lamy <ol...@apache.org> --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 28247e9..0c49f7c 100644 --- a/pom.xml +++ b/pom.xml @@ -393,6 +393,7 @@ <compilerArgs> <!-- FIXME: maven-plugin-plugin therefore used -syntax or none due to HelpMojo --> <arg>-Xdoclint:none</arg> + <arg>-XFoobar</arg> </compilerArgs> </configuration> </execution> @@ -409,6 +410,7 @@ </excludes> <compilerArgs> <arg>-Xdoclint:all</arg> + <arg>-XFoobar</arg> </compilerArgs> </configuration> </execution>