Skip to content

Commit

Permalink
Remove unhelpful links that don't describe failure reasons from output
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed May 31, 2024
1 parent dd96794 commit 00f838a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ private String getReference(Throwable exception) {
reference = ConnectException.class.getSimpleName();
}
}
} else if (exception instanceof MojoFailureException) {
reference = MojoFailureException.class.getSimpleName();
} else if (exception instanceof LinkageError) {
reference = LinkageError.class.getSimpleName();
} else if (exception instanceof PluginExecutionException) {
Expand Down

0 comments on commit 00f838a

Please sign in to comment.