Polish
This commit is contained in:
@@ -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>();
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user