public class RadWebsiteConfigWriter extends AbstractEclipseWriter
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
WEBSITE_CONFIG_FILENAME |
private static java.lang.String |
WEBSITE_CONFIG_STRUCTURE |
private static java.lang.String |
WEBSITE_CONFIG_VERSION |
private static java.lang.String |
WEBSITE_CONFIG_WEBSITE |
config, log| Constructor and Description |
|---|
RadWebsiteConfigWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
write()
write the website-config file for RAD6 if needed.
|
private void |
writeModuleTypeFacetCore(org.codehaus.plexus.util.xml.XMLWriter writer)
write the website-config file.
|
initprivate static final java.lang.String WEBSITE_CONFIG_FILENAME
private static final java.lang.String WEBSITE_CONFIG_STRUCTURE
private static final java.lang.String WEBSITE_CONFIG_VERSION
private static final java.lang.String WEBSITE_CONFIG_WEBSITE
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)
writer - wher to write to