// allow installation to be supressed when testing
if (!disableInstallation) {
ArtifactInstaller installer = new ArtifactInstaller(getProject(),
pojoName, sourceDirectory, destinationDirectory,
destinationSampleDataFile, genericCore);
installer.execute();
}
}
/**
* Instantiates a org.appfuse.tool.AppFuseExporter object.