Plugin documentation

Goals available:

GoalDescription
compile:generate-assembly-infoGenerates an AssemblyInfo.* class based on information within the pom file.
compile:compileMaven 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:initializeThis class initializes and validates the setup.
compile:process-sourcesCopies source files to target directory.
compile:testCompileCompiles test classes.
compile:process-test-sourcesCopies test source files to target directory.