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

olamy pushed a commit to branch first-module-fail
in repository https://gitbox.apache.org/repos/asf/maven.git

commit db181833041fcb54691dd4aaa91af0fc6399825d
Author: Olivier Lamy <[email protected]>
AuthorDate: Tue Mar 22 19:35:55 2022 +1000

    fail maven-model
    
    Signed-off-by: Olivier Lamy <[email protected]>
---
 maven-model/pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/maven-model/pom.xml b/maven-model/pom.xml
index 34ad8c4..523bec8 100644
--- a/maven-model/pom.xml
+++ b/maven-model/pom.xml
@@ -45,6 +45,17 @@ under the License.
   </dependencies>
 
   <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <configuration>
+            <argLine>-FFFOOOOO</argLine>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
     <plugins>
       <plugin>
         <groupId>org.codehaus.modello</groupId>

Reply via email to