compiler-plugin CompilerPlugin A configuration file for compilers. package npanday.model.compiler.plugins CompilerPluginsModel compilerPlugins Plugin configurations. CompilerPlugin * CompilerPlugin identifier 1.0.0 String An id for the compiler. It should be (but is not required to be) unique. pluginClass 1.0.0 String Class name of the compiler. NMaven will pass an instance of this class to the requesting plugin. vendor 1.0.0 String Vendor of the compiler: MICROSOFT, MONO, DotGNU language 1.0.0 String The .NET language to use for compilation. profile 1.0.0 String Profile for the plugin. executable 1.0.0 String Executable, as run from the command line. netDependencyId 1.0.0 String frameworkVersions Supported framework version(s) of the compiler: 1.1.4322, 2.0.50727, 3.0 String * defaultAssemblyPath Path (absolute or relative) of the assemblies given in the assembly fields. This field is used in conjunction with the profile and the assemblies fields. String assemblies Assemblies to reference from the command line. This is used to create custom profiles (such as .NET Compact) that use a different set of system assemblies. Only include the name of the assembly, not the .dll extension. String * platforms 1.0.0 Platform configuration capabilities. Platform * commandFilter 1.0.0 A filter for including/excluding user-passed commands options. CommandFilter CommandFilter excludes 1.0.0 The command options to exclude from the user specified pass-through parameters (Currently unused) String * includes 1.0.0 The command options to allow from the user specified pass-through parameters. String * Platform operatingSystem 1.0.0 String The operating system that the compiler is capable of running on. architecture 1.0.0 String The architecture that the compiler is capable of running on (Currently unused).