}
invocationRequest.setGoals(postBuildGoals);
invocationRequest.setRecursive(false);
MavenCommandLineBuilder mavenCommandLineBuilder =
new MavenCommandLineBuilder();
getLog().info(
"Executing " + mavenCommandLineBuilder.build(invocationRequest));
InvocationResult invocationResult = invoker.execute(invocationRequest);
if (invocationResult.getExecutionException() != null) {
throw invocationResult.getExecutionException();