Class BuildTruststoresMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
ch.admin.bit.jeap.truststoreplugin.mojo.BuildTruststoresMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="build-truststores",
defaultPhase=GENERATE_RESOURCES)
public class BuildTruststoresMojo
extends org.apache.maven.plugin.AbstractMojo
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()org.apache.maven.project.MavenProjectorg.apache.maven.execution.MavenSessionMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
BuildTruststoresMojo
public BuildTruststoresMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-
getCertificateRepositoryUrl
-
getCertificateRepositoryBranch
-
getCertificateRepositoryDir
-
getOutputDirs
-
getTrustStoreType
-
getTrustStoreName
-
getTrustStorePassword
-
getTokenEnvironmentPropertyName
-
getEnvironments
-
getIncludes
-
getExtensions
-
getProject
public org.apache.maven.project.MavenProject getProject() -
getSession
public org.apache.maven.execution.MavenSession getSession()
-