@Mojo(name="configure",
defaultPhase=PRE_INTEGRATION_TEST,
threadSafe=true)
public class ConfigureMojo
extends org.apache.maven.plugin.AbstractMojo
| Constructor and Description |
|---|
ConfigureMojo() |
| Modifier and Type | Method and Description |
|---|---|
static void |
configureConsul(com.ecwid.consul.v1.ConsulClient consul,
Properties properties,
String prefix,
java.util.function.Consumer<CharSequence> log)
Put key value pairs specified as properties into consul with a prefix
|
void |
execute() |
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionpublic static void configureConsul(com.ecwid.consul.v1.ConsulClient consul,
Properties properties,
String prefix,
java.util.function.Consumer<CharSequence> log)
consul - properties - prefix - log - Copyright © 2018. All rights reserved.