Full name:
npanday.plugin:maven-compile-plugin:1.1:generate-assembly-info
Description:
Attributes:
generate-sources
.Name | Type | Since | Description |
---|---|---|---|
language | String |
- |
.NET Language. The default value is C_SHARP . Not case
or white-space sensitive.Default value is: C_SHARP . |
sourceDirectory | String |
- |
Source directory containing the copied class files. Default value is: ${project.build.sourceDirectory} . |
Name | Type | Since | Description |
---|---|---|---|
frameworkVersion | String |
- |
The framework version to compile under: 1.1, 2.0, 3.0 |
keycontainer | String |
- |
Specifies a strong name key container. (not currently supported) |
keyfile | File |
- |
Specify a strong name key file. |
vendor | String |
- |
The vendor for the compiler: MICROSOFT, MONO, DOTGNU. Not case or
white-space sensitive. |
vendorVersion | String |
- |
The vendor version to compile under. For Microsoft, this will be
the same as the framework version. |
java.lang.String
No
${frameworkVersion}
java.lang.String
No
${keycontainer}
java.io.File
No
${keyfile}
C_SHARP
. Not case
or white-space sensitive.java.lang.String
Yes
${language}
C_SHARP
java.lang.String
Yes
${sourceDirectory}
${project.build.sourceDirectory}
java.lang.String
No
${vendor}
java.lang.String
No
${vendorVersion}