}
public void executeBootShell() throws Exception {
getLog().debug("Starting bootstrap shell...");
PluginBootstrap2 boot = new PluginBootstrap2();
boot.setBuildDir(outputDirectory);
boot.setCarFile(getArtifactInRepositoryDir());
boot.setLocalRepo(repository);
boot.setPlan(planFile);
// Generate expanded so we can use Maven to generate the archive
boot.setExpanded(true);
boot.bootstrap();
}