You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by ga...@apache.org on 2023/03/26 07:19:27 UTC

[parquet-mr] 01/02: Remove ${surefire.argLine} to pass the release script

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

gangwu pushed a commit to branch parquet-1.12.4
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git

commit 7a478c74addbc8b78cb0cb3468e2ca77b99bfeb0
Author: Gang Wu <us...@gmail.com>
AuthorDate: Sun Mar 26 15:08:39 2023 +0800

    Remove ${surefire.argLine} to pass the release script
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f1da6ee64..6269c4ab8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -440,7 +440,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <argLine>${surefire.argLine} ${extraJavaTestArgs}</argLine>
+          <argLine>${extraJavaTestArgs}</argLine>
           <systemPropertyVariables>
             <!-- Configure Parquet logging during tests
                  See http://www.slf4j.org/api/org/slf4j/impl/SimpleLogger.html