Add -parameters to maven-compiler-plugin

This commit is contained in:
Spencer Gibb
2017-09-25 13:32:09 -04:00
parent 2bd140e7bc
commit 3d79a4425f

View File

@@ -190,6 +190,7 @@ limitations under the License.
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
<compilerArgument>-parameters</compilerArgument>
</configuration>
</plugin>
<plugin>