Skip to content

Commit 80b4c99

Browse files
committed
[pom] Remove compiler test compiler argument parameters as not needed now
1 parent a743bcd commit 80b4c99

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@
136136
<!-- Add slow test groups here and annotate classes similar to @Tag('groupName'). -->
137137
<!-- Excluded groups are ran on github ci, to force here, pass -d"excludedGroups=" -->
138138
<excludedGroups>TestcontainersTests</excludedGroups>
139-
<maven.compiler.testCompilerArgument>-parameters</maven.compiler.testCompilerArgument>
140139

141140
<!-- Automatic Module Name -->
142141
<module.name>org.mybatis</module.name>
@@ -335,13 +334,6 @@
335334

336335
<build>
337336
<plugins>
338-
<plugin>
339-
<groupId>org.apache.maven.plugins</groupId>
340-
<artifactId>maven-compiler-plugin</artifactId>
341-
<configuration>
342-
<testCompilerArgument>${maven.compiler.testCompilerArgument}</testCompilerArgument>
343-
</configuration>
344-
</plugin>
345337
<plugin>
346338
<groupId>org.apache.maven.plugins</groupId>
347339
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)