public class MavenProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DOCKER_IMAGE_LABEL
The default docker image label.
|
static String |
DOCKER_IMAGE_NAME
The default user used for docker images which is based on the
project.artifactId |
static String |
DOCKER_IMAGE_USER
The default user used for docker images which is based on the
project.groupId |
static String[] |
MAVEN_PROPERTIES |
| Constructor and Description |
|---|
MavenProperties() |
public static final String DOCKER_IMAGE_USER
project.groupIdpublic static final String DOCKER_IMAGE_NAME
project.artifactIdpublic static final String DOCKER_IMAGE_LABEL
project.version then this
value is the project.version otherwise its latestpublic static final String[] MAVEN_PROPERTIES
Copyright © 2016. All rights reserved.