Package berlin.yuna.mavendeploy.config
Class Dependency
- java.lang.Object
-
- berlin.yuna.mavendeploy.config.MojoBase
-
- berlin.yuna.mavendeploy.config.Dependency
-
public class Dependency extends MojoBase
-
-
Constructor Summary
Constructors Constructor Description Dependency(PluginSession session)
-
Method Summary
Modifier and Type Method Description static Dependencybuild(PluginSession session)DependencypurgeLocalRepository()DependencyresolvePlugins()
-
-
-
Constructor Detail
-
Dependency
public Dependency(PluginSession session)
-
-
Method Detail
-
build
public static Dependency build(PluginSession session)
-
resolvePlugins
public Dependency resolvePlugins() throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
purgeLocalRepository
public Dependency purgeLocalRepository() throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
-