Full name:
npanday.plugin:maven-aspx-plugin:1.3.1-incubating-SNAPSHOT:compile
Description:
Attributes:
compile.| Name | Type | Since | Description |
|---|---|---|---|
| language | String |
- |
.NET Language. The default value is ASPX. Not case or
white-space sensitive.Default value is: ASP. |
| outputDirectory | File |
- |
The directory for the compiled web application Default value is: ${project.build.directory}. |
| project | MavenProject |
- |
The maven project. |
| Name | Type | Since | Description |
|---|---|---|---|
| frameworkVersion | String |
- |
The framework version to compile under: 1.1, 2.0, 3.0 |
| localRepository | File |
- |
The location of the local Maven repository. |
| netHome | File |
- |
The home directory of your .NET SDK. |
| parameters | ArrayList |
- |
Additional compiler commands |
| profile | String |
- |
The profile that the compiler should use to compile classes: FULL,
COMPACT, (or a custom one specified in a compiler-plugins.xml). Default value is: FULL. |
| profileAssemblyPath | File |
- |
This over-rides the defaultAssemblyPath for the compiler plugin. |
| settingsPath | String |
- |
(no description) Default value is: ${user.home}/.m2. |
| vendor | String |
- |
The Vendor for the Compiler. Not case or white-space sensitive. |
| vendorVersion | String |
- |
(no description) |
java.lang.StringNo${frameworkVersion}ASPX. Not case or
white-space sensitive.java.lang.StringYes${language}ASPjava.io.FileNo${settings.localRepository}java.io.FileNo${netHome}java.io.FileYes${outputDirectory}${project.build.directory}java.util.ArrayListNo${parameters}java.lang.StringNo${profile}FULLjava.io.FileNo${profileAssemblyPath}org.apache.maven.project.MavenProjectYes${project}java.lang.StringNo${npanday.settings}${user.home}/.m2java.lang.StringNo${vendor}java.lang.StringNo${vendorVersion}