You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2022/02/27 00:53:11 UTC

[maven-surefire] branch compiler-wrong-arg created (now c0cc870)

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a change to branch compiler-wrong-arg
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git.


      at c0cc870  wrong arg compiler

This branch includes the following new commits:

     new c0cc870  wrong arg compiler

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[maven-surefire] 01/01: wrong arg compiler

Posted by ol...@apache.org.
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>