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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated.
     

    Fields inherited from interface org.apache.maven.plugin.Mojo

    ROLE
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated.
     
    protected void
    Deprecated.
     
    org.apache.maven.project.MavenProject
    Deprecated.
     
    protected void
    Deprecated.
     
    boolean
    Deprecated.
     
    void
    setProject(org.apache.maven.project.MavenProject project)
    Deprecated.
     
    void
    setVerbose(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, writeFile

    Methods inherited from class org.apache.maven.plugin.AbstractMojo

    getLog, getPluginContext, setLog, setPluginContext

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.maven.plugin.Mojo

    getLog, setLog
  • Field Details

  • Constructor Details

    • ComputeDistributionSiteUrlMojo

      public ComputeDistributionSiteUrlMojo()
      Deprecated.
  • Method Details

    • checkSkip

      public boolean checkSkip()
      Deprecated.
      Overrides:
      checkSkip in class org.nuiton.plugin.AbstractPlugin
    • init

      protected void init() throws Exception
      Deprecated.
      Specified by:
      init in class org.nuiton.plugin.AbstractPlugin
      Throws:
      Exception
    • doAction

      protected void doAction() throws Exception
      Deprecated.
      Specified by:
      doAction in class org.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.