Package org.codehaus.mojo.natives.plugin
Class NativeMessageCompileMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.natives.plugin.AbstractNativeMojo
org.codehaus.mojo.natives.plugin.NativeMessageCompileMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="compile-message",
defaultPhase=GENERATE_SOURCES)
public class NativeMessageCompileMojo
extends AbstractNativeMojo
Compile Windows message files
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate MessageCompilerManagerprivate StringUse this field to override provider specific message compiler executableprivate ListAdditional Compiler optionsprotected FileWhere to place the compiler object filesprotected File[]List of message files to compileprivate StringCompiler Provider TypeFields inherited from class org.codehaus.mojo.natives.plugin.AbstractNativeMojo
dependencyIncludeDirectory, EMPTY_FILE_LIST, envFactoryManager, INCZIP_FOUND, INCZIP_TYPE, LINKER_INPUT_LIST_NAME, LINKER_OUTPUT_PATH, project, workingDirectoryFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.codehaus.mojo.natives.plugin.AbstractNativeMojo
getAllCompilersOutputFileList, getEnvFactory, getProject, removeEmptyOptions, saveCompilerOutputFilePathsMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
provider
Compiler Provider Type -
messageCompilerExecutable
Use this field to override provider specific message compiler executable -
messageCompilerOptions
Additional Compiler options -
messageFiles
List of message files to compile -
messageCompilerOutputDirectory
@Parameter(defaultValue="${project.build.directory}", required=true) protected File messageCompilerOutputDirectoryWhere to place the compiler object files -
manager
-
-
Constructor Details
-
NativeMessageCompileMojo
public NativeMessageCompileMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-
getMessageCompiler
- Throws:
org.apache.maven.plugin.MojoExecutionException
-