Full name:
org.apache.tomcat.maven:tomcat6-maven-plugin:2.0:shutdown
Description:
Shuts down all possibly started embedded tomcat servers. This will be automatically down through a shutdown hook or you may call this Mojo to shut them down explictly.
By default the shutdown goal is not bound to any phase. For integration tests you might want to bind it to post-integration-test.
Attributes:
Name | Type | Since | Description |
---|---|---|---|
path | String | 1.1 | The webapp context path to use for the web application being run.
This must always start with a forward-slash ('/'). Default value is: /${project.artifactId}. User property is: maven.tomcat.path. |
Name | Type | Since | Description |
---|---|---|---|
skip | boolean | 2.0 | Skip execution Default value is: false. User property is: maven.tomcat.skipShutdown. |
skipErrorOnShutdown | boolean | 2.0 | Ignore error when shutdown Default value is: false. User property is: maven.tomcat.skipErrorOnShutdown. |
path:
skip: