This commit is contained in:
Phillip Webb
2013-07-08 16:38:15 -07:00
parent dcd120c477
commit c52972ceec
3 changed files with 0 additions and 11 deletions

View File

@@ -36,8 +36,6 @@ import org.apache.maven.plugins.annotations.ResolutionScope;
@Mojo(name = "executable-war", defaultPhase = LifecyclePhase.PACKAGE, requiresProject = true, threadSafe = true, requiresDependencyResolution = ResolutionScope.COMPILE_PLUS_RUNTIME, requiresDependencyCollection = ResolutionScope.COMPILE_PLUS_RUNTIME)
public class ExecutableWarMojo extends AbstractExecutableArchiveMojo {
// FIXME classes in the wrong place
private static final Map<String, String> SCOPE_DESTINATIONS;
static {
Map<String, String> map = new HashMap<String, String>();

View File

@@ -35,8 +35,6 @@ import org.apache.maven.plugins.shade.resource.ResourceTransformer;
*/
public class PropertiesMergingResourceTransformer implements ResourceTransformer {
// FIXME move out of core
private String resource; // Set this in pom configuration with
// <resource>...</resource>