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.
2 parents f497bf1 + a3ed2b2 commit 6b49562Copy full SHA for 6b49562
src/main/java/pl/project13/maven/git/JGitProvider.java
@@ -106,6 +106,8 @@ protected void prepareGitToExtractMoreDetailedReproInformation() throws MojoExec
106
revWalk = new RevWalk(git);
107
headCommit = revWalk.parseCommit(HEAD.getObjectId());
108
revWalk.markStart(headCommit);
109
+ } catch (MojoExecutionException e) {
110
+ throw e;
111
} catch (Exception e) {
112
throw new MojoExecutionException("Error", e);
113
}
0 commit comments