File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,7 @@ if File.file?(license_output)
159
159
"Please, fix them by executing `mvn license:format`\n " \
160
160
"See also: <a href=\" #{ link } \" >#{ link } </a>" )
161
161
end
162
+ print_errors_summary 'license-maven-plugin' , 1
162
163
end
163
164
end
164
165
@@ -206,6 +207,7 @@ if File.file?(sortpom_output)
206
207
"Please, fix them by executing `mvn sortpom:sort`\n " \
207
208
"See also: <a href=\" #{ link } \" >#{ link } </a>" )
208
209
end
210
+ print_errors_summary 'sortpom-maven-plugin' , 1
209
211
end
210
212
end
211
213
@@ -315,6 +317,7 @@ if File.file?(enforcer_output)
315
317
error_msgs = errors . join ( "\n " )
316
318
fail ( "maven-enforcer-plugin reported about errors. Please, fix them. " \
317
319
"Here is its output:\n ```\n #{ error_msgs } \n ```" )
320
+ print_errors_summary 'maven-enforcer-plugin' , 1
318
321
end
319
322
end
320
323
You can’t perform that action at this time.
0 commit comments