Polish
Closes gh-6872
This commit is contained in:
committed by
Stephane Nicoll
parent
3684c2ec56
commit
caa4c0800f
@@ -70,7 +70,7 @@ public class BuildInfoMojo extends AbstractMojo {
|
||||
}
|
||||
catch (NullAdditionalPropertyValueException ex) {
|
||||
throw new MojoFailureException(
|
||||
"Failed to generated build-info.properties. " + ex.getMessage(), ex);
|
||||
"Failed to generate build-info.properties. " + ex.getMessage(), ex);
|
||||
}
|
||||
catch (Exception ex) {
|
||||
throw new MojoExecutionException(ex.getMessage(), ex);
|
||||
|
||||
Reference in New Issue
Block a user