Package org.nuiton.helper.plugin
Class ComputeDistributionSiteUrlMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.nuiton.plugin.AbstractPlugin
org.nuiton.helper.plugin.ComputeDistributionSiteUrlMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo,org.nuiton.plugin.Plugin
@Mojo(name="compute-distribution-site-url",
defaultPhase=PRE_SITE,
requiresOnline=true,
requiresProject=true)
@Deprecated
public class ComputeDistributionSiteUrlMojo
extends org.nuiton.plugin.AbstractPlugin
Deprecated.
To compute distribution site url distinguising url when project version is a snapshot.
Created on 27/02/16.
- Since:
- 2.3
- Author:
- Tony Chemit - chemit@codelutin.com
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.nuiton.plugin.Plugin
org.nuiton.plugin.Plugin.InitState, org.nuiton.plugin.Plugin.Packaging -
Field Summary
FieldsFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.protected voiddoAction()Deprecated.org.apache.maven.project.MavenProjectDeprecated.protected voidinit()Deprecated.booleanDeprecated.voidsetProject(org.apache.maven.project.MavenProject project) Deprecated.voidsetVerbose(boolean verbose) Deprecated.Methods inherited from class org.nuiton.plugin.AbstractPlugin
acceptPackaging, addCompileSourceRoots, addDirectoryToUrlsList, addResourceDir, addTestCompileSourceRoots, addTestResourceDir, addUrlToUrlsList, afterExecute, backupFile, checkEncoding, checkPackaging, checkResource, checkRunOnceDone, copyFile, createDirectoryIfNecessary, createNewFile, deleteFile, execute, getBackupFile, getFileFromBasedir, getFilesToTreate, getFilesToTreateForRoots, getRootProject, getTemplate, hasClassPath, initClassLoader, isExecutionRoot, isFileNewerThanPomFile, needInvoke, needInvoke, rejectPackaging, removeCompileSourceRoots, removeTestCompileSourceRoots, renameFile, writeFileMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.plugin.Mojo
getLog, setLog
-
Field Details
-
SNAPSHOT_SUFFIX
Deprecated.- See Also:
-
-
Constructor Details
-
ComputeDistributionSiteUrlMojo
public ComputeDistributionSiteUrlMojo()Deprecated.
-
-
Method Details
-
checkSkip
public boolean checkSkip()Deprecated.- Overrides:
checkSkipin classorg.nuiton.plugin.AbstractPlugin
-
init
Deprecated.- Specified by:
initin classorg.nuiton.plugin.AbstractPlugin- Throws:
Exception
-
doAction
Deprecated.- Specified by:
doActionin classorg.nuiton.plugin.AbstractPlugin- Throws:
Exception
-
getProject
public org.apache.maven.project.MavenProject getProject()Deprecated. -
setProject
public void setProject(org.apache.maven.project.MavenProject project) Deprecated. -
isVerbose
public boolean isVerbose()Deprecated. -
setVerbose
public void setVerbose(boolean verbose) Deprecated.
-