throw new MojoExecutionException("targetBaseDir "+this.targetBaseDir+" points to a file, not a directory");
}
File portalDeployDir = new File(targetBaseDir,(String)destMap.get("deploy"));
File localPortalDeployDir = new File(targetBaseDir, (String)destMap.get("local"));
artifacts = new Artifacts(pluginDependencyArtifacts);
boolean infusion = false;
List objects = new ArrayList();