| Interface | Description |
|---|---|
| ModuleInfoParser |
Extract information from the module-info file
|
| Class | Description |
|---|---|
| AbstractCompilerMojo |
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.
|
| AsmModuleInfoParser |
Extract information from module with ASM
|
| CompilerMojo |
Compiles application sources
|
| DependencyCoordinate |
Simple representation of Maven-coordinates of a dependency.
|
| HelpMojo |
Display help information on maven-compiler-plugin.
Call mvn compiler:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
| QDoxModuleInfoParser |
Extract information from module with QDox
|
| TestCompilerMojo |
Compiles application test sources.
|
| Enum | Description |
|---|---|
| ModuleInfoParser.Type |
Defines the type of parser, i.e.
|
| Exception | Description |
|---|---|
| CompilationFailureException |