Goals available:
| Goal | Description |
|---|---|
| compile:generate-assembly-info | Generates an AssemblyInfo.* class based on information within the pom file. |
| compile:compile | Maven Mojo for compiling Class files to the .NET Intermediate Language. To use a specific vendor (MICROSOFT/MONO) or language, the compiler/language must be previously installed AND configured through the plugin-compiler.xml file: otherwise the Mojo either will throw a MojoExecutionException telling you that the platform is not supported (occurs if entry is not in plugin-compilers.xml, regardless of whether the compiler/language is installed) or will attempt to execute the compiler and fail (occurs if entry is in plugin-compilers.xml and the compiler/language is not installed). |
| compile:initialize | This class initializes and validates the setup. |
| compile:process-sources | Copies source files to target directory. |
| compile:testCompile | Compiles test classes. |
| compile:process-test-sources | Copies test source files to target directory. |