axis-server:stop-all

Full name:

org.apache.axis:axis-server-maven-plugin:1.4.1-SNAPSHOT:stop-all

Description:

Stop all processes created by StartServerMojo.

Attributes:

  • Requires a Maven project to be executed.
  • Binds by default to the lifecycle phase: post-integration-test.

Optional Parameters

Name Type Since Description
skipTests boolean - Set this to true to skip running tests, but still compile them. This is the same flag that is also used by the Surefire and Failsafe plugins.
Default value is: false.

Parameter Details

skipTests:

Set this to true to skip running tests, but still compile them. This is the same flag that is also used by the Surefire and Failsafe plugins.
  • Type: boolean
  • Required: No
  • Expression: ${skipTests}
  • Default: false