xsp:start-xsp

Starts the XSP server.

Mojo Attributes:

  • Requires a Maven 2.0 project to execute.
  • Automatically executes within the lifecycle phase: pre-integration-test

Optional Parameters

Name Type Description
frameworkVersion String No description.
netExecutableFactory NetExecutableFactory No description.
netHome File The home directory of your .NET SDK.

Parameter Details

frameworkVersion

No Description.

  • Type: java.lang.String
  • Required: No
  • Expression: ${frameworkVersion}

netExecutableFactory No Description.
  • Type: org.apache.maven.dotnet.executable.NetExecutableFactory
  • Required: No

netHome The home directory of your .NET SDK.
  • Type: java.io.File
  • Required: No
  • Expression: ${netHome}