Skip to content

Commit a276f1d

Browse files
committed
try
1 parent e616795 commit a276f1d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

amoro-format-mixed/amoro-mixed-flink/amoro-mixed-flink-common/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@
426426
<value>org.apache.amoro.listener.AmoroRunListener</value>
427427
</property>
428428
</properties>
429+
<argLine>${extraJavaTestArgs} -verbose:class</argLine>
429430
</configuration>
430431
</plugin>
431432
<plugin>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@
10991099
<artifactId>maven-surefire-plugin</artifactId>
11001100
<version>${maven-surefire-plugin.version}</version>
11011101
<configuration>
1102-
<argLine>${argLine} -ea -Xmx4g -Xss4m -XX:MaxMetaspaceSize=2g -XX:ReservedCodeCacheSize=128m ${extraJavaTestArgs} -verbose:class</argLine>
1102+
<argLine>${argLine} -ea -Xmx4g -Xss4m -XX:MaxMetaspaceSize=2g -XX:ReservedCodeCacheSize=128m ${extraJavaTestArgs}</argLine>
11031103
</configuration>
11041104
</plugin>
11051105
<plugin>

0 commit comments

Comments
 (0)