piranha:stop
Full name:
cloud.piranha.maven:piranha-maven-plugin:24.12.0:stop
Description:
This goal will stop the Piranha runtime that was started with the start
goal.
Attributes:
- Requires a Maven project to be executed.
- The goal is not marked as thread-safe and thus does not support parallel builds.
Required Parameters
Name | Type | Since | Description |
---|---|---|---|
<runtimeDirectory> |
String |
- |
Stores the runtime directory. Default: ${project.build.directory}/piranha |
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<skip> |
boolean |
- |
Stores the skip property. Default: false User Property: piranha.skip |
Parameter Details
<runtimeDirectory>
Stores the runtime directory.
- Type:
java.lang.String
- Required:
Yes
- Default:
${project.build.directory}/piranha
<skip>
Stores the skip property.
- Type:
boolean
- Required:
No
- User Property:
piranha.skip
- Default:
false