We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a28dce6 commit 56ef7beCopy full SHA for 56ef7be
src/main/java/org/apache/maven/plugins/invoker/InvokerReport.java
@@ -191,7 +191,7 @@ protected void executeReport( Locale locale )
191
192
for ( BuildJob buildJob : buildJobs )
193
{
194
- renderBuildJob( buildJob, locale );
+ renderBuildJob( buildJob );
195
}
196
197
sink.table_();
@@ -279,7 +279,7 @@ else if ( BuildJob.Result.SKIPPED.equals( buildJob.getResult() ) )
279
280
281
282
- private void renderBuildJob( BuildJob buildJob, Locale locale )
+ private void renderBuildJob( BuildJob buildJob )
283
284
Sink sink = getSink();
285
sink.tableRow();
0 commit comments