public class RadJ2EEWriter extends AbstractEclipseWriter
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
J2EE_FILENAME |
private static java.lang.String |
J2EE_J2EESETTINGS |
private static java.lang.String |
J2EE_MODULEVERSION |
private static java.lang.String |
J2EE_VERSION |
config, log| Constructor and Description |
|---|
RadJ2EEWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
write()
write the .j2ee file to the project root directory.
|
private void |
writeModuleTypeFacetCore(org.codehaus.plexus.util.xml.XMLWriter writer,
java.lang.String packaging)
Writes out the facet info for a faceted-project based on the packaging.
|
initprivate static final java.lang.String J2EE_FILENAME
private static final java.lang.String J2EE_J2EESETTINGS
private static final java.lang.String J2EE_MODULEVERSION
private static final java.lang.String J2EE_VERSION
public void write()
throws org.apache.maven.plugin.MojoExecutionException
sourceDirs - all eclipse source directoryslocalRepository - the local reposetorybuildOutputDirectory - build output directory (target)org.apache.maven.plugin.MojoExecutionException - when writing the config files was not possibleAbstractWtpResourceWriter#write(EclipseSourceDir[], ArtifactRepository, File)private void writeModuleTypeFacetCore(org.codehaus.plexus.util.xml.XMLWriter writer,
java.lang.String packaging)
writer - where to write topackaging - packaging type