Skip to content

Commit e915e1f

Browse files
committed
Compile with -parameters option
Closes gh-742
1 parent 15ba46e commit e915e1f

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)