log.info(String.format("Attaching created %s package %s", OUTPUT_ARTIFACT_TYPE, debFile));
helper.attachArtifact(project, OUTPUT_ARTIFACT_TYPE, debFile);
}
protected void init() throws MojoExecutionException {
log = new LogConsole(getLog()); // Re set up logging in case the log implementation was changed during execution
checkNotNull(configTemplate);
deb.setProject(project);
path.setProject(project);