org.apache.maven.plugin.eclipse.writers
Class EclipseManifestWriter
java.lang.Object
   org.apache.maven.plugin.eclipse.writers.AbstractEclipseWriter
org.apache.maven.plugin.eclipse.writers.AbstractEclipseWriter
       org.apache.maven.plugin.eclipse.writers.AbstractEclipseManifestWriter
org.apache.maven.plugin.eclipse.writers.AbstractEclipseManifestWriter
           org.apache.maven.plugin.eclipse.writers.EclipseManifestWriter
org.apache.maven.plugin.eclipse.writers.EclipseManifestWriter
- All Implemented Interfaces: 
- EclipseWriter
- public class EclipseManifestWriter 
- extends AbstractEclipseManifestWriter
Create or adapt the manifest files for the RAD6 runtime dependencys. attention these will not be used for the real
 ear these are just to get the runtime enviorment using the maven dependencies. WARNING: The manifest resources added
 here will not have the benefit of the dependencies of the project, since that's not provided in the setup() apis, one
 of the locations from which this writer is used in the RadPlugin.
- Author:
- Richard van Nieuwenhoven 
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
EclipseManifestWriter
public EclipseManifestWriter()
getMetaInfBaseDirectory
protected String getMetaInfBaseDirectory(MavenProject project)
                                  throws MojoExecutionException
- Search the project for the existing META-INF directory where the manifest should be located.
 
- 
- Specified by:
- getMetaInfBaseDirectoryin class- AbstractEclipseManifestWriter
 
- 
- Returns:
- the absolute path to the META-INF directory
- Throws:
- MojoExecutionException
 
addManifestResource
public static void addManifestResource(Log log,
                                       EclipseWriterConfig config)
                                throws MojoExecutionException
- make room for a Manifest file. use a generated resource for JARS and for WARS use the manifest in the
 webapp/META-INF directory.
 
- 
- Throws:
- MojoExecutionException
 
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.