project.getBuild().addFilter(propertiesOutputFile.getAbsolutePath());
}
if (createManifestFile)
{
final ManifestHelper manifestHelper =
new ManifestHelper(manifestFile, manifestSection);
try
{
MojoFileUtils.ensureExists(manifestFile.getParentFile());
manifestHelper.createManifest(buildMetaDataProperties);
}
catch (final IOException e)
{
throw new MojoExecutionException("Cannot create Manifest file: "
+ manifestFile.getAbsolutePath(), e);