Full name:
cloud.piranha.maven:piranha-maven-plugin:24.10.99-SNAPSHOT:start
Description:
This goal will deploy your web application and start Piranha in a separate process.
Attributes:
Name | Type | Since | Description |
---|---|---|---|
<runtimeDirectory> |
String |
- |
Stores the runtime directory. Default: ${project.build.directory}/piranha User Property: piranha.runtimeDirectory |
Name | Type | Since | Description |
---|---|---|---|
<contextPath> |
String |
- |
Stores the context path. User Property: piranha.contextPath |
<distribution> |
String |
- |
Stores the distribution to use. Default: coreprofile User Property: piranha.distribution |
<httpPort> |
Integer |
- |
Stores the HTTP port. Default: 8080 User Property: piranha.httpPort |
<httpsKeystoreFile> |
String |
- |
Stores the HTTPS keystore file. User Property: piranha.httpsKeystoreFile |
<httpsKeystorePassword> |
String |
- |
Stores the HTTPS keystore password. User Property: piranha.httpsKeystorePassword |
<httpsPort> |
Integer |
- |
Stores the HTTPS port Default: -1 User Property: piranha.httpsPort |
<jvmArguments> |
String |
- |
Stores the JVM arguments. User Property: piranha.jvmArguments |
<skip> |
boolean |
- |
Stores the skip property. Default: false User Property: piranha.skip |
<version> |
String |
- |
Stores the version of the Piranha runtime to use. User Property: piranha.version |
java.lang.String
No
piranha.contextPath
java.lang.String
No
piranha.distribution
coreprofile
java.lang.Integer
No
piranha.httpPort
8080
java.lang.String
No
piranha.httpsKeystoreFile
java.lang.String
No
piranha.httpsKeystorePassword
java.lang.Integer
No
piranha.httpsPort
-1
java.lang.String
No
piranha.jvmArguments
java.lang.String
Yes
piranha.runtimeDirectory
${project.build.directory}/piranha
boolean
No
piranha.skip
false
java.lang.String
No
piranha.version