Skip to content

Commit dbf5b5c

Browse files
authored
Merge pull request #743 from kazuki43zoo/gh-742
Compile with -parameters option
2 parents 15ba46e + e915e1f commit dbf5b5c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,13 @@
311311

312312
<build>
313313
<plugins>
314+
<plugin>
315+
<artifactId>maven-compiler-plugin</artifactId>
316+
<configuration>
317+
<compilerArgument>-parameters</compilerArgument>
318+
<testCompilerArgument>-parameters</testCompilerArgument>
319+
</configuration>
320+
</plugin>
314321
<plugin>
315322
<groupId>org.apache.maven.plugins</groupId>
316323
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)