Package io.github.checkleak.maven
Class InstallLib
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- io.github.checkleak.maven.AbstractPlugin
-
- io.github.checkleak.maven.InstallLib
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="install", defaultPhase=GENERATE_RESOURCES) public class InstallLib extends AbstractPluginThis will resolve the native agent library
-
-
Field Summary
-
Fields inherited from class io.github.checkleak.maven.AbstractPlugin
localRepository, remoteRepos, repoSession, repositorySystem
-
-
Constructor Summary
Constructors Constructor Description InstallLib()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoExecute()protected booleanisIgnore()-
Methods inherited from class io.github.checkleak.maven.AbstractPlugin
execute, explodeDependencies, newArtifact, resolveArtifact, resolveDependencies
-
-
-
-
Method Detail
-
isIgnore
protected boolean isIgnore()
- Specified by:
isIgnorein classAbstractPlugin
-
doExecute
protected void doExecute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Specified by:
doExecutein classAbstractPlugin- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-
-