public class EclipseManifestWriter extends AbstractEclipseManifestWriter
MANIFEST_MF_FILENAME, META_INF_DIRECTORY
config, log
Constructor and Description |
---|
EclipseManifestWriter() |
Modifier and Type | Method and Description |
---|---|
static void |
addManifestResource(Log log,
EclipseWriterConfig config)
make room for a Manifest file. use a generated resource for JARS and for WARS use the manifest in the
webapp/META-INF directory.
|
protected String |
getMetaInfBaseDirectory(MavenProject project)
Search the project for the existing META-INF directory where the manifest should be located.
|
addDependencyToClassPath, areManifestsEqual, constructManifestClasspath, createNewManifest, orderClasspath, readExistingManifest, shouldNewManifestFileBeWritten, write
init
protected String getMetaInfBaseDirectory(MavenProject project) throws MojoExecutionException
getMetaInfBaseDirectory
in class AbstractEclipseManifestWriter
MojoExecutionException
public static void addManifestResource(Log log, EclipseWriterConfig config) throws MojoExecutionException
MojoExecutionException
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.