Class RadJ2EEWriter
java.lang.Object
org.apache.maven.plugin.eclipse.writers.AbstractEclipseWriter
org.apache.maven.plugin.eclipse.writers.rad.RadJ2EEWriter
- All Implemented Interfaces:
EclipseWriter
Creates the .j2ee file for RAD6 for now write hardcoded: EJB version 2.1 WAR version 2.4 EAR version 1.4 future
releases could make these varriable.
- Author:
- Richard van Nieuwenhoven
-
Field Summary
Fields inherited from class org.apache.maven.plugin.eclipse.writers.AbstractEclipseWriter
config, log
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
write()
write the .j2ee file to the project root directory.Methods inherited from class org.apache.maven.plugin.eclipse.writers.AbstractEclipseWriter
init
-
Constructor Details
-
RadJ2EEWriter
public RadJ2EEWriter()
-
-
Method Details
-
write
public void write() throws org.apache.maven.plugin.MojoExecutionExceptionwrite the .j2ee file to the project root directory.- Parameters:
sourceDirs
- all eclipse source directoryslocalRepository
- the local reposetorybuildOutputDirectory
- build output directory (target)- Throws:
org.apache.maven.plugin.MojoExecutionException
- when writing the config files was not possible
-