Skip to content

Commit a3fa3a2

Browse files
committed
don't hide the exception
1 parent bee3e84 commit a3fa3a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/io/openapiprocessor/maven/ProcessMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public void execute () throws MojoExecutionException, MojoFailureException {
6464
}
6565

6666
} catch (Exception e) {
67-
throw new MojoExecutionException ("openapi-processor-" + id + " execution failed!");
67+
throw new MojoExecutionException ("openapi-processor-" + id + " execution failed!", e);
6868
}
6969
}
7070

0 commit comments

Comments
 (0)