A B C D E F G H I J L M O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractCompilerMojo - Class in org.apache.maven.plugin
-
Deprecated.package change since 3.0
- AbstractCompilerMojo - Class in org.apache.maven.plugin.compiler
-
TODO: At least one step could be optimized, currently the plugin will do two scans of all the source code if the compiler has to have the entire set of sources.
- AbstractCompilerMojo() - Constructor for class org.apache.maven.plugin.AbstractCompilerMojo
-
Deprecated.
- AbstractCompilerMojo() - Constructor for class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- annotationProcessorPaths - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Classpath elements to supply as annotation processor path.
- annotationProcessors - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Names of annotation processors to run.
- append(StringBuilder, String, int) - Method in class org.apache.maven.plugin.compiler.HelpMojo
-
Append a description to the buffer by respecting the indentSize and lineLength parameters.
- artifactHandlerManager - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Artifact handler manager.
- artifactId - Variable in class org.apache.maven.plugin.compiler.DependencyCoordinate
B
- basedir - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
The directory to run the compiler from if fork is true.
- build() - Method in class org.apache.maven.plugin.compiler.HelpMojo
- buildDirectory - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
The target directory of the compiler if fork is true.
C
- classifier - Variable in class org.apache.maven.plugin.compiler.DependencyCoordinate
- classpathElements - Variable in class org.apache.maven.plugin.compiler.CompilerMojo
- classpathElements - Variable in class org.apache.maven.plugin.compiler.TestCompilerMojo
- CompilationFailureException - Exception in org.apache.maven.plugin
-
Deprecated.package change since 3.0
- CompilationFailureException - Exception in org.apache.maven.plugin.compiler
- CompilationFailureException(List<CompilerMessage>) - Constructor for exception org.apache.maven.plugin.CompilationFailureException
-
Deprecated.
- CompilationFailureException(List<CompilerMessage>) - Constructor for exception org.apache.maven.plugin.compiler.CompilationFailureException
- compilePath - Variable in class org.apache.maven.plugin.compiler.CompilerMojo
- compilePath - Variable in class org.apache.maven.plugin.compiler.TestCompilerMojo
- compilerArgs - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Sets the arguments to be passed to the compiler if
AbstractCompilerMojo.fork
is set totrue
. - compilerArgument - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Sets the unformatted single argument string to be passed to the compiler if
AbstractCompilerMojo.fork
is set totrue
. - compilerArguments - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Deprecated.use
AbstractCompilerMojo.compilerArgs
instead. - compilerId - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
The compiler id of the compiler to use.
- compilerManager - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Plexus compiler manager.
- CompilerMojo - Class in org.apache.maven.plugin.compiler
-
Compiles application sources
- CompilerMojo - Class in org.apache.maven.plugin
-
Deprecated.package change since 3.0
- CompilerMojo() - Constructor for class org.apache.maven.plugin.compiler.CompilerMojo
- CompilerMojo() - Constructor for class org.apache.maven.plugin.CompilerMojo
-
Deprecated.
- compilerReuseStrategy - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Strategy to re use javacc class created:
reuseCreated
(default): will reuse already created but in case of multi-threaded builds, each thread will have its own instancereuseSame
: the same Javacc class will be used for each compilation even for multi-threaded buildalwaysNew
: a new Javacc class will be created for each compilation Note this parameter value depends on the os/jdk you are using, but the default value should work on most of env. - compilerVersion - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Version of the compiler to use, ex.
- compileSourceRoots - Variable in class org.apache.maven.plugin.compiler.CompilerMojo
-
The source directories containing the sources to be compiled.
- compileSourceRoots - Variable in class org.apache.maven.plugin.compiler.TestCompilerMojo
-
The source directories containing the test-source to be compiled.
- computeStaleSources(CompilerConfiguration, Compiler, SourceInclusionScanner) - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- convertToCompilerResult(List<CompilerError>) - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
D
- debug - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Set to
true
to include debugging information in the compiled class files. - debuglevel - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Keyword list to be appended to the
-g
command-line switch. - DEFAULT_LINE_LENGTH - Static variable in class org.apache.maven.plugin.compiler.HelpMojo
- DEFAULT_SOURCE - Static variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- DEFAULT_TARGET - Static variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- DependencyCoordinate - Class in org.apache.maven.plugin.compiler
-
Simple representation of Maven-coordinates of a dependency.
- DependencyCoordinate() - Constructor for class org.apache.maven.plugin.compiler.DependencyCoordinate
- detail - Variable in class org.apache.maven.plugin.compiler.HelpMojo
-
If
true
, display all settable properties for each goal. - detectFilenameBasedAutomodules(ResolvePathsResult<File>, JavaModuleDescriptor) - Method in class org.apache.maven.plugin.compiler.CompilerMojo
E
- encoding - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
The -encoding argument for the Java compiler.
- equals(Object) - Method in class org.apache.maven.plugin.compiler.DependencyCoordinate
- excludes - Variable in class org.apache.maven.plugin.compiler.CompilerMojo
-
A list of exclusion filters for the compiler.
- executable - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Sets the executable of the compiler to use when
AbstractCompilerMojo.fork
istrue
. - execute() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- execute() - Method in class org.apache.maven.plugin.compiler.CompilerMojo
- execute() - Method in class org.apache.maven.plugin.compiler.HelpMojo
- execute() - Method in class org.apache.maven.plugin.compiler.TestCompilerMojo
F
- failOnError - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Indicates whether the build will continue even if there are compilation errors.
- failOnWarning - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Indicates whether the build will continue even if there are compilation warnings.
- fileExtensions - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
file extensions to check timestamp for incremental build default contains only
.class
- findNamedChild(Node, String) - Method in class org.apache.maven.plugin.compiler.HelpMojo
- findSingleChild(Node, String) - Method in class org.apache.maven.plugin.compiler.HelpMojo
- forceJavacCompilerUse - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
compiler can now use javax.tools if available in your current jdk, you can disable this feature using -Dmaven.compiler.forceJavacCompilerUse=true or in the plugin configuration
- fork - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Allows running the compiler in a separate process.
G
- generatedSourcesDirectory - Variable in class org.apache.maven.plugin.compiler.CompilerMojo
-
Specify where to place generated source files created by annotation processing.
- generatedTestSourcesDirectory - Variable in class org.apache.maven.plugin.compiler.TestCompilerMojo
-
Specify where to place generated source files created by annotation processing.
- getArtifactId() - Method in class org.apache.maven.plugin.compiler.DependencyCoordinate
- getBuildStartTime() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- getClassifier() - Method in class org.apache.maven.plugin.compiler.DependencyCoordinate
- getClasspathElements() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- getClasspathElements() - Method in class org.apache.maven.plugin.compiler.CompilerMojo
- getClasspathElements() - Method in class org.apache.maven.plugin.compiler.TestCompilerMojo
- getCompileClasspathElements(MavenProject) - Method in class org.apache.maven.plugin.compiler.CompilerMojo
- getCompilerArgument() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- getCompilerArgument() - Method in class org.apache.maven.plugin.compiler.CompilerMojo
- getCompilerArgument() - Method in class org.apache.maven.plugin.compiler.TestCompilerMojo
- getCompilerArguments() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- getCompilerArguments() - Method in class org.apache.maven.plugin.compiler.CompilerMojo
- getCompilerArguments() - Method in class org.apache.maven.plugin.compiler.TestCompilerMojo
- getCompileSourceRoots() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- getCompileSourceRoots() - Method in class org.apache.maven.plugin.compiler.CompilerMojo
- getCompileSourceRoots() - Method in class org.apache.maven.plugin.compiler.TestCompilerMojo
- getCompileSources(Compiler, CompilerConfiguration) - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- getGeneratedSourcesDirectory() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- getGeneratedSourcesDirectory() - Method in class org.apache.maven.plugin.compiler.CompilerMojo
- getGeneratedSourcesDirectory() - Method in class org.apache.maven.plugin.compiler.TestCompilerMojo
- getGroupId() - Method in class org.apache.maven.plugin.compiler.DependencyCoordinate
- getIndentLevel(String) - Static method in class org.apache.maven.plugin.compiler.HelpMojo
-
Gets the indentation level of the specified line.
- getMavenCompilerPluginVersion() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- getMemoryValue(String) - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- getModulepathElements() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- getModulepathElements() - Method in class org.apache.maven.plugin.compiler.CompilerMojo
- getModulepathElements() - Method in class org.apache.maven.plugin.compiler.TestCompilerMojo
- getOutputDirectory() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- getOutputDirectory() - Method in class org.apache.maven.plugin.compiler.CompilerMojo
- getOutputDirectory() - Method in class org.apache.maven.plugin.compiler.TestCompilerMojo
- getPathElements() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- getPathElements() - Method in class org.apache.maven.plugin.compiler.CompilerMojo
- getPathElements() - Method in class org.apache.maven.plugin.compiler.TestCompilerMojo
- getProject() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- getPropertyFromExpression(String) - Method in class org.apache.maven.plugin.compiler.HelpMojo
- getRelease() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- getRelease() - Method in class org.apache.maven.plugin.compiler.CompilerMojo
- getRelease() - Method in class org.apache.maven.plugin.compiler.TestCompilerMojo
- getRequestThreadCount() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
try to get thread count if a Maven 3 build, using reflection as the plugin must not be maven3 api dependent
- getSingleChild(Node, String) - Method in class org.apache.maven.plugin.compiler.HelpMojo
- getSource() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- getSource() - Method in class org.apache.maven.plugin.compiler.CompilerMojo
- getSource() - Method in class org.apache.maven.plugin.compiler.TestCompilerMojo
- getSourceInclusionScanner(int) - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- getSourceInclusionScanner(int) - Method in class org.apache.maven.plugin.compiler.CompilerMojo
- getSourceInclusionScanner(int) - Method in class org.apache.maven.plugin.compiler.TestCompilerMojo
- getSourceInclusionScanner(String) - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- getSourceInclusionScanner(String) - Method in class org.apache.maven.plugin.compiler.CompilerMojo
- getSourceInclusionScanner(String) - Method in class org.apache.maven.plugin.compiler.TestCompilerMojo
- getSourceMapping(CompilerConfiguration, Compiler) - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- getTarget() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- getTarget() - Method in class org.apache.maven.plugin.compiler.CompilerMojo
- getTarget() - Method in class org.apache.maven.plugin.compiler.TestCompilerMojo
- getToolchain() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- getType() - Method in class org.apache.maven.plugin.compiler.DependencyCoordinate
- getValue(Node, String) - Method in class org.apache.maven.plugin.compiler.HelpMojo
- getVersion() - Method in class org.apache.maven.plugin.compiler.DependencyCoordinate
- goal - Variable in class org.apache.maven.plugin.compiler.HelpMojo
-
The name of the goal for which to show help.
- groupId - Variable in class org.apache.maven.plugin.compiler.DependencyCoordinate
H
- hashCode() - Method in class org.apache.maven.plugin.compiler.DependencyCoordinate
- hasNewFile(File, Date) - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- HelpMojo - Class in org.apache.maven.plugin.compiler
-
Display help information on maven-compiler-plugin.
Callmvn compiler:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details. - HelpMojo() - Constructor for class org.apache.maven.plugin.compiler.HelpMojo
I
- includes - Variable in class org.apache.maven.plugin.compiler.CompilerMojo
-
A list of inclusion filters for the compiler.
- indentSize - Variable in class org.apache.maven.plugin.compiler.HelpMojo
-
The number of spaces per indentation level, should be positive.
- isDependencyChanged() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
We just compare the timestamps of all local dependency files (inter-module dependency classpath) and the own generated classes and if we got a file which is >= the buid-started timestamp, then we catched a file which got changed during this build.
- isDigits(String) - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- isNotEmpty(String) - Static method in class org.apache.maven.plugin.compiler.HelpMojo
- isSourceChanged(CompilerConfiguration, Compiler) - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- isTestCompile() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- isTestCompile() - Method in class org.apache.maven.plugin.compiler.TestCompilerMojo
J
- jdkToolchain - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Specify the requirements for this jdk toolchain.
L
- lineLength - Variable in class org.apache.maven.plugin.compiler.HelpMojo
-
The maximum length of a display line, should be positive.
- locationManager - Variable in class org.apache.maven.plugin.compiler.CompilerMojo
- locationManager - Variable in class org.apache.maven.plugin.compiler.TestCompilerMojo
- longMessage(List<CompilerMessage>) - Static method in exception org.apache.maven.plugin.compiler.CompilationFailureException
- LS - Static variable in exception org.apache.maven.plugin.compiler.CompilationFailureException
M
- maxmem - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Sets the maximum size, in megabytes, of the memory allocation pool, ex.
- meminitial - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Initial size, in megabytes, of the memory allocation pool, ex.
- MODULE_INFO_TARGET - Static variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- modulepathElements - Variable in class org.apache.maven.plugin.compiler.CompilerMojo
- modulepathElements - Variable in class org.apache.maven.plugin.compiler.TestCompilerMojo
- mojoExecution - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- multiReleaseOutput - Variable in class org.apache.maven.plugin.compiler.CompilerMojo
-
When set to
true
, the classes will be placed inMETA-INF/versions/${release}
The release value must be set, otherwise the plugin will fail.
O
- optimize - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Deprecated.This property is a no-op in
javac
. - org.apache.maven.plugin - package org.apache.maven.plugin
- org.apache.maven.plugin.compiler - package org.apache.maven.plugin.compiler
- outputDirectory - Variable in class org.apache.maven.plugin.compiler.CompilerMojo
-
The directory for compiled classes.
- outputDirectory - Variable in class org.apache.maven.plugin.compiler.TestCompilerMojo
-
The directory where compiled test classes go.
- outputFileName - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Sets the name of the output file when compiling a set of sources to a single file.
P
- parameters - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Set to
true
to generate metadata for reflection on method parameters. - pathElements - Variable in class org.apache.maven.plugin.compiler.CompilerMojo
- pathElements - Variable in class org.apache.maven.plugin.compiler.TestCompilerMojo
- PLUGIN_HELP_PATH - Static variable in class org.apache.maven.plugin.compiler.HelpMojo
- preparePaths(Set<File>) - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- preparePaths(Set<File>) - Method in class org.apache.maven.plugin.compiler.CompilerMojo
- preparePaths(Set<File>) - Method in class org.apache.maven.plugin.compiler.TestCompilerMojo
- proc - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Sets whether annotation processing is performed or not.
- project - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
The current project instance.
- projectArtifact - Variable in class org.apache.maven.plugin.compiler.CompilerMojo
-
Projects main artifact.
- PS - Static variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
R
- release - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
The -release argument for the Java compiler, supported since Java9
- removeEmptyCompileSourceRoots(List<String>) - Static method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- repeat(String, int) - Static method in class org.apache.maven.plugin.compiler.HelpMojo
-
Repeat a String
n
times to form a new string. - repositorySystem - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Resolves the artifacts needed.
- resolutionErrorHandler - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Throws an exception on artifact resolution errors.
- resolveProcessorPathEntries() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
S
- session - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
The current build session instance.
- setArtifactId(String) - Method in class org.apache.maven.plugin.compiler.DependencyCoordinate
- setClassifier(String) - Method in class org.apache.maven.plugin.compiler.DependencyCoordinate
- setGroupId(String) - Method in class org.apache.maven.plugin.compiler.DependencyCoordinate
- setRelease(String) - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- setTarget(String) - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- setType(String) - Method in class org.apache.maven.plugin.compiler.DependencyCoordinate
- setVersion(String) - Method in class org.apache.maven.plugin.compiler.DependencyCoordinate
- shortMessage(List<CompilerMessage>) - Static method in exception org.apache.maven.plugin.compiler.CompilationFailureException
-
Short message will have the error message if there's only one, useful for errors forking the compiler
- showDeprecation - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Sets whether to show source locations where deprecated APIs are used.
- showWarnings - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Set to
true
to show compilation warnings. - skip - Variable in class org.apache.maven.plugin.compiler.TestCompilerMojo
-
Set this to 'true' to bypass compilation of test sources.
- skipMain - Variable in class org.apache.maven.plugin.compiler.CompilerMojo
-
Set this to 'true' to bypass compilation of main sources.
- skipMultiThreadWarning - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- source - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
The -source argument for the Java compiler.
- staleMillis - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Sets the granularity in milliseconds of the last modification date for testing whether a source needs recompilation.
T
- target - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
The -target argument for the Java compiler.
- targetOrReleaseSet - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- testCompilerArgument - Variable in class org.apache.maven.plugin.compiler.TestCompilerMojo
-
Sets the unformatted argument string to be passed to test compiler if fork is set to true.
- testCompilerArguments - Variable in class org.apache.maven.plugin.compiler.TestCompilerMojo
-
Sets the arguments to be passed to test compiler (prepending a dash) if fork is set to true.
- TestCompilerMojo - Class in org.apache.maven.plugin.compiler
-
Compiles application test sources.
- TestCompilerMojo - Class in org.apache.maven.plugin
-
Deprecated.package change since 3.0
- TestCompilerMojo() - Constructor for class org.apache.maven.plugin.compiler.TestCompilerMojo
- TestCompilerMojo() - Constructor for class org.apache.maven.plugin.TestCompilerMojo
-
Deprecated.
- testExcludes - Variable in class org.apache.maven.plugin.compiler.TestCompilerMojo
-
A list of exclusion filters for the compiler.
- testIncludes - Variable in class org.apache.maven.plugin.compiler.TestCompilerMojo
-
A list of inclusion filters for the compiler.
- testPath - Variable in class org.apache.maven.plugin.compiler.TestCompilerMojo
- testRelease - Variable in class org.apache.maven.plugin.compiler.TestCompilerMojo
-
the -release argument for the test Java compiler
- testSource - Variable in class org.apache.maven.plugin.compiler.TestCompilerMojo
-
The -source argument for the test Java compiler.
- testTarget - Variable in class org.apache.maven.plugin.compiler.TestCompilerMojo
-
The -target argument for the test Java compiler.
- toLines(String, int, int, int) - Static method in class org.apache.maven.plugin.compiler.HelpMojo
-
Splits the specified text into lines of convenient display length.
- toLines(List<String>, String, int, int) - Static method in class org.apache.maven.plugin.compiler.HelpMojo
-
Adds the specified line to the output sequence, performing line wrapping if necessary.
- toolchainManager - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- toString() - Method in class org.apache.maven.plugin.compiler.DependencyCoordinate
- type - Variable in class org.apache.maven.plugin.compiler.DependencyCoordinate
U
- useIncrementalCompilation - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
to enable/disable incrementation compilation feature
V
- verbose - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Set to
true
to show messages about what the compiler is doing. - version - Variable in class org.apache.maven.plugin.compiler.DependencyCoordinate
W
- writeBoxedWarning(String) - Method in class org.apache.maven.plugin.compiler.CompilerMojo
- writeConfig(MessageBuilder) - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- writeGoal(StringBuilder, String, Element) - Method in class org.apache.maven.plugin.compiler.HelpMojo
- writeParameter(StringBuilder, Node, Node) - Method in class org.apache.maven.plugin.compiler.HelpMojo
- writePlugin(MessageBuilder) - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
All Classes All Packages