Skip to content

Commit 39602b1

Browse files
committed
Change to use maven.compiler.parameters
See gh-742
1 parent dbf5b5c commit 39602b1

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

pom.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@
112112

113113
<junit.version>5.9.1</junit.version>
114114

115+
<!-- Keep this setting until mybatis-parent 37 official released -->
116+
<maven.compiler.parameters>true</maven.compiler.parameters>
117+
115118
<!-- Reproducible Builds -->
116119
<project.build.outputTimestamp>1757561022</project.build.outputTimestamp>
117120
</properties>
@@ -311,13 +314,6 @@
311314

312315
<build>
313316
<plugins>
314-
<plugin>
315-
<artifactId>maven-compiler-plugin</artifactId>
316-
<configuration>
317-
<compilerArgument>-parameters</compilerArgument>
318-
<testCompilerArgument>-parameters</testCompilerArgument>
319-
</configuration>
320-
</plugin>
321317
<plugin>
322318
<groupId>org.apache.maven.plugins</groupId>
323319
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)