aspx:package

Full name:

npanday.plugin:maven-aspx-plugin:1.3-incubating:package

Description:

Maven Mojo for packaging .Net Web applications

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Binds by default to the lifecycle phase: package.

Required Parameters

Name Type Since Description
outputDirectory File - The directory for the compilated web application
Default value is: ${project.build.directory}.
project MavenProject - The maven project.

Parameter Details

outputDirectory:

The directory for the compilated web application
  • Type: java.io.File
  • Required: Yes
  • Expression: ${outputDirectory}
  • Default: ${project.build.directory}

project:

The maven project.
  • Type: org.apache.maven.project.MavenProject
  • Required: Yes
  • Expression: ${project}