We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bee3e84 commit a3fa3a2Copy full SHA for a3fa3a2
1 file changed
src/main/java/io/openapiprocessor/maven/ProcessMojo.java
@@ -64,7 +64,7 @@ public void execute () throws MojoExecutionException, MojoFailureException {
64
}
65
66
} catch (Exception e) {
67
- throw new MojoExecutionException ("openapi-processor-" + id + " execution failed!");
+ throw new MojoExecutionException ("openapi-processor-" + id + " execution failed!", e);
68
69
70
0 commit comments