Package org.bsc.maven.plugin.libutils
Class AbstractDeployMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.bsc.maven.plugin.libutils.AbstractDeployMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
DeployFolderMojo
public abstract class AbstractDeployMojo extends org.apache.maven.plugin.AbstractMojo
Abstract class for Deploy mojo's.
-
-
Constructor Summary
Constructors Constructor Description AbstractDeployMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.maven.artifact.repository.ArtifactRepository
createDeploymentArtifactRepository(String id, String url)
protected Optional<org.apache.maven.execution.MavenSession>
getSession()
protected boolean
isOffline()
-
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
-
-
-
Method Detail
-
isOffline
protected boolean isOffline()
-
createDeploymentArtifactRepository
protected org.apache.maven.artifact.repository.ArtifactRepository createDeploymentArtifactRepository(String id, String url)
-
getSession
protected final Optional<org.apache.maven.execution.MavenSession> getSession()
-
-