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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git


The following commit(s) were added to refs/heads/master by this push:
     new 05421779 Make script tests quiet
05421779 is described below

commit 054217791ced4857026b1421b6944c72cb56ee05
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Apr 6 18:34:25 2024 -0400

    Make script tests quiet
---
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index 9e884985..07de5c11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -179,6 +179,15 @@
       </plugins>
     </pluginManagement>
     <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <systemPropertyVariables>
+            
<polyglot.engine.WarnInterpreterOnly>false</polyglot.engine.WarnInterpreterOnly>
+          </systemPropertyVariables>
+        </configuration>
+      </plugin>
       <plugin>
         <artifactId>maven-checkstyle-plugin</artifactId>
         <configuration>

Reply via email to