public class EclipseManifestWriter extends AbstractEclipseManifestWriter
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
GENERATED_RESOURCE_DIRNAME |
private static java.lang.String |
WEBAPP_RESOURCE_DIR |
MANIFEST_MF_FILENAME, META_INF_DIRECTORYconfig, log| Constructor and Description |
|---|
EclipseManifestWriter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addManifestResource(org.apache.maven.plugin.logging.Log log,
EclipseWriterConfig config)
make room for a Manifest file.
|
protected java.lang.String |
getMetaInfBaseDirectory(org.apache.maven.project.MavenProject project)
Search the project for the existing META-INF directory where the manifest should be located.
|
private static java.lang.String |
getWebContentBaseDirectory(EclipseWriterConfig config)
Returns absolute path to the web content directory based on configuration of the war plugin or default one
otherwise.
|
addDependencyToClassPath, areManifestsEqual, constructManifestClasspath, createNewManifest, orderClasspath, readExistingManifest, shouldNewManifestFileBeWritten, writeinitprivate static final java.lang.String GENERATED_RESOURCE_DIRNAME
private static final java.lang.String WEBAPP_RESOURCE_DIR
private static java.lang.String getWebContentBaseDirectory(EclipseWriterConfig config) throws org.apache.maven.plugin.MojoExecutionException
project - org.apache.maven.plugin.MojoExecutionExceptionprotected java.lang.String getMetaInfBaseDirectory(org.apache.maven.project.MavenProject project)
throws org.apache.maven.plugin.MojoExecutionException
getMetaInfBaseDirectory in class AbstractEclipseManifestWriterorg.apache.maven.plugin.MojoExecutionExceptionpublic static void addManifestResource(org.apache.maven.plugin.logging.Log log,
EclipseWriterConfig config)
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException