Full name:
org.honton.chas:compose-maven-plugin:0.0.18:up
Description:
Attributes:
pre-integration-test.| Name | Type | Since | Description |
|---|---|---|---|
<logs> |
String |
- |
(no description) Default value is: ${project.build.directory}/compose-logs.User property is: compose.logs. |
<project> |
String |
- |
Compose project name Default value is: ${project.artifactId}.User property is: compose.project. |
| Name | Type | Since | Description |
|---|---|---|---|
<alias> |
Map<String,String> |
- |
Map<String,String> of user property aliases. After maven user properties are assigned with host port values, each alias is interpolated and is assigned. |
<cli> |
String |
- |
docker compose command line interface Default value is: docker-compose.User property is: compose.cli. |
<env> |
Map<String,String> |
- |
Environment variables to apply |
<skip> |
boolean |
- |
Skip compose goal Default value is: false.User property is: compose.skip. |
<timeout> |
int |
- |
Number of seconds to wait for compose commands Default value is: 90.User property is: compose.timeout. |
java.util.Map<java.lang.String, java.lang.String>Nojava.lang.StringNocompose.clidocker-composejava.util.Map<java.lang.String, java.lang.String>Nojava.lang.StringYescompose.logs${project.build.directory}/compose-logsjava.lang.StringYescompose.project${project.artifactId}booleanNocompose.skipfalseintNocompose.timeout90