Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- 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.compiler.AbstractCompilerMojo
- added - Variable in class org.apache.maven.plugin.compiler.DeltaList
- annotationProcessorPaths - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Classpath elements to supply as annotation processor path.
- annotationProcessorPathsUseDepMgmt - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Whether to use the Maven dependency management section when resolving transitive dependencies of annotation processor paths.
- annotationProcessors - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Names of annotation processors to run.
- artifactHandlerManager - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Artifact handler manager.
- artifactId - Variable in class org.apache.maven.plugin.compiler.DependencyCoordinate
- artifactId - Variable in class org.apache.maven.plugin.compiler.DependencyExclusion
B
- basedir - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
The directory to run the compiler from if fork is true.
- 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
- classifier - Variable in class org.apache.maven.plugin.compiler.DependencyExclusion
- classpathElements - Variable in class org.apache.maven.plugin.compiler.CompilerMojo
- classpathElements - Variable in class org.apache.maven.plugin.compiler.TestCompilerMojo
- CompilationFailureException - Exception Class in org.apache.maven.plugin.compiler
- CompilationFailureException(List<CompilerMessage>) - Constructor for exception class org.apache.maven.plugin.compiler.CompilationFailureException
-
Wrap error messages from the compiler
- compilePath - Variable in class org.apache.maven.plugin.compiler.CompilerMojo
- compilerArgs - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Sets the arguments to be passed to the compiler.
- compilerArgument - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Sets the unformatted single argument string to be passed to the compiler.
- compilerArguments - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Deprecated.
- 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() - Constructor for class org.apache.maven.plugin.compiler.CompilerMojo
- 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
- convertToAetherExclusions(Set<DependencyExclusion>) - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- convertToDependencies(List<DependencyCoordinate>) - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- createMissingPackageInfoClass - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Package info source files that only contain javadoc and no annotation on the package can lead to no class file being generated by the compiler.
- createMissingPackageInfoClasses(CompilerConfiguration, SourceMapping, Set<File>) - 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. - debugFileName - Variable in class org.apache.maven.plugin.compiler.CompilerMojo
-
when forking and debug activated the commandline used will be dumped in this file
- debugFileName - Variable in class org.apache.maven.plugin.compiler.TestCompilerMojo
-
when forking and debug activated the commandline used will be dumped in this file
- debuglevel - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Keyword list to be appended to the
-g
command-line switch. - DEFAULT_SOURCE - Static variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- DEFAULT_TARGET - Static variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- DeltaList<E> - Class in org.apache.maven.plugin.compiler
-
Show the modifications between two lists.
- DeltaList(Collection<E>, Collection<E>) - Constructor for class org.apache.maven.plugin.compiler.DeltaList
- 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
- DependencyExclusion - Class in org.apache.maven.plugin.compiler
-
Simple representation of a Maven dependency exclusion.
- DependencyExclusion() - Constructor for class org.apache.maven.plugin.compiler.DependencyExclusion
- detectFilenameBasedAutomodules(ResolvePathsResult<File>, JavaModuleDescriptor) - Method in class org.apache.maven.plugin.compiler.CompilerMojo
E
- enablePreview - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Set to
true
to Enable preview language features of the java compiler - 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
- equals(Object) - Method in class org.apache.maven.plugin.compiler.DependencyExclusion
- excludes - Variable in class org.apache.maven.plugin.compiler.CompilerMojo
-
A list of exclusion filters for the compiler.
- exclusions - Variable in class org.apache.maven.plugin.compiler.DependencyCoordinate
- 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.TestCompilerMojo
- extension - Variable in class org.apache.maven.plugin.compiler.DependencyExclusion
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.
- findManagedVersion(DependencyCoordinate, List<Dependency>) - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- 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.
- generatePackage(CompilerConfiguration, String) - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- getAdded() - Method in class org.apache.maven.plugin.compiler.DeltaList
- getAnnotationProcessorPathVersion(DependencyCoordinate) - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- getArtifactId() - Method in class org.apache.maven.plugin.compiler.DependencyCoordinate
- getArtifactId() - Method in class org.apache.maven.plugin.compiler.DependencyExclusion
- getBuildStartTime() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- getBuildStartTimeInstant() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- getClassifier() - Method in class org.apache.maven.plugin.compiler.DependencyCoordinate
- getClassifier() - Method in class org.apache.maven.plugin.compiler.DependencyExclusion
- 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
- getDebugFileName() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- getDebugFileName() - Method in class org.apache.maven.plugin.compiler.CompilerMojo
- getDebugFileName() - Method in class org.apache.maven.plugin.compiler.TestCompilerMojo
- getExcludes() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- getExcludes() - Method in class org.apache.maven.plugin.compiler.CompilerMojo
- getExcludes() - Method in class org.apache.maven.plugin.compiler.TestCompilerMojo
- getExclusions() - Method in class org.apache.maven.plugin.compiler.DependencyCoordinate
- getExtension() - Method in class org.apache.maven.plugin.compiler.DependencyExclusion
- 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
- getGroupId() - Method in class org.apache.maven.plugin.compiler.DependencyExclusion
- getImplicit() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- getIncludes() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- getIncludes() - Method in class org.apache.maven.plugin.compiler.CompilerMojo
- getIncludes() - Method in class org.apache.maven.plugin.compiler.TestCompilerMojo
- getManagedDependenciesForAnnotationProcessorPaths() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- getMavenCompilerPluginVersion() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- getMemoryValue(String) - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- getModuleDeclaration(Set<File>) - 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
- getOpcode(CompilerConfiguration) - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- 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
- getProjectManagedDependencies() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- 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
- getRemoved() - Method in class org.apache.maven.plugin.compiler.DeltaList
- 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
- 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
- getVersion() - Method in class org.apache.maven.plugin.compiler.DependencyCoordinate
- groupId - Variable in class org.apache.maven.plugin.compiler.DependencyCoordinate
- groupId - Variable in class org.apache.maven.plugin.compiler.DependencyExclusion
H
- hasChanged - Variable in class org.apache.maven.plugin.compiler.DeltaList
- hasChanged() - Method in class org.apache.maven.plugin.compiler.DeltaList
- hashCode() - Method in class org.apache.maven.plugin.compiler.DependencyCoordinate
- hashCode() - Method in class org.apache.maven.plugin.compiler.DependencyExclusion
- hasInputFileTreeChanged(IncrementalBuildHelper, Set<File>) - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- hasNewFile(Path, Instant) - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
I
- implicit - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Keyword to be appended to the
-implicit:
command-line switch. - includes - Variable in class org.apache.maven.plugin.compiler.CompilerMojo
-
A list of inclusion filters for the compiler.
- incrementalExcludes - Variable in class org.apache.maven.plugin.compiler.CompilerMojo
-
A list of exclusion filters for the incremental calculation.
- INPUT_FILES_LST_FILENAME - Static variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- 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 build-started timestamp, then we caught a file which got changed during this build.
- isDigits(String) - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- 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 for using a different
javac
than the one of the JRE used by Maven.
L
- 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 class org.apache.maven.plugin.compiler.CompilationFailureException
-
Long message will have all messages, one per line
- LS - Static variable in exception class 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
- ModuleInfoTransformer - Class in org.apache.maven.plugin.compiler
-
module-info.class
bytecode transformer for MCOMPILER-542: drops detailed JDK version. - ModuleInfoTransformer() - Constructor for class org.apache.maven.plugin.compiler.ModuleInfoTransformer
- 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.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.
- outputTimestamp - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Timestamp for reproducible output archive entries, either formatted as ISO 8601
yyyy-MM-dd'T'HH:mm:ssXXX
or as an int representing seconds since the epoch (like SOURCE_DATE_EPOCH).
P
- parameters - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Set to
true
to generate metadata for reflection on method parameters. - patchJdkModuleVersion(CompilerResult, Set<File>) - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
JDK-8318913 workaround: Patch module-info.class to set the java release version for java/jdk modules.
- pathElements - Variable in class org.apache.maven.plugin.compiler.CompilerMojo
- pathElements - Variable in class org.apache.maven.plugin.compiler.TestCompilerMojo
- 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
- removed - Variable in class org.apache.maven.plugin.compiler.DeltaList
- removeEmptyCompileSourceRoots(List<String>) - Static method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- repositorySystem - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
Resolves the artifacts needed.
- 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
- setArtifactId(String) - Method in class org.apache.maven.plugin.compiler.DependencyExclusion
- setClassifier(String) - Method in class org.apache.maven.plugin.compiler.DependencyCoordinate
- setClassifier(String) - Method in class org.apache.maven.plugin.compiler.DependencyExclusion
- setExclusions(Set<DependencyExclusion>) - Method in class org.apache.maven.plugin.compiler.DependencyCoordinate
- setExtension(String) - Method in class org.apache.maven.plugin.compiler.DependencyExclusion
- setGroupId(String) - Method in class org.apache.maven.plugin.compiler.DependencyCoordinate
- setGroupId(String) - Method in class org.apache.maven.plugin.compiler.DependencyExclusion
- 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 class org.apache.maven.plugin.compiler.CompilationFailureException
-
Short message will have the error message if there's only one, useful for errors forking the compiler
- showCompilationChanges - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- 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
false
to disable warnings during compilation. - 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() - Constructor for class org.apache.maven.plugin.compiler.TestCompilerMojo
- 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.
- testIncrementalExcludes - Variable in class org.apache.maven.plugin.compiler.TestCompilerMojo
-
A list of exclusion filters for the incremental calculation.
- 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.
- toolchainManager - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
- toString() - Method in class org.apache.maven.plugin.compiler.DependencyCoordinate
- toString() - Method in class org.apache.maven.plugin.compiler.DependencyExclusion
- transform(byte[], String, Log) - Static method in class org.apache.maven.plugin.compiler.ModuleInfoTransformer
- type - Variable in class org.apache.maven.plugin.compiler.DependencyCoordinate
U
- useIncrementalCompilation - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
-
to enable/disable incremental compilation feature.
- useModulePath - Variable in class org.apache.maven.plugin.compiler.TestCompilerMojo
-
When
true
, uses the module path when compiling with a release or target of 9+ and module-info.java or module-info.class is present.
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
- writePlugin(MessageBuilder) - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
AbstractCompilerMojo.compilerArgs
instead.