Package berlin.yuna.mavendeploy.config
Class Deploy
- java.lang.Object
-
- berlin.yuna.mavendeploy.config.MojoBase
-
- berlin.yuna.mavendeploy.config.Deploy
-
public class Deploy extends MojoBase
-
-
Constructor Summary
Constructors Constructor Description Deploy(PluginSession session)
-
Method Summary
Modifier and Type Method Description static Deploybuild(PluginSession session)voidconfigureDeployment()Deploydeploy()booleanisNexusDeployment()voidprepareSettingsServer()
-
-
-
Constructor Detail
-
Deploy
public Deploy(PluginSession session)
-
-
Method Detail
-
build
public static Deploy build(PluginSession session)
-
deploy
public Deploy deploy() throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
prepareSettingsServer
public void prepareSettingsServer()
-
configureDeployment
public void configureDeployment()
-
isNexusDeployment
public boolean isNexusDeployment()
-
-