java.lang.Object
org.apache.maven.plugin.AbstractMojo
net.jangaroo.smartsprites.maven.SmartSpritesMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="smartsprites", defaultPhase=GENERATE_RESOURCES, requiresProject=false, threadSafe=true) public class SmartSpritesMojo extends org.apache.maven.plugin.AbstractMojo
Goal which creates Spritesheets from given css and image files Explanation of every variable is taken directly from the smartsprites documentation (https://www.w3schools.com/css/css_image_sprites.asp)

For further information on the use of smartsprites please refer to: https://www.w3schools.com/css/css_image_sprites.asp

  • Field Summary

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

    ROLE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

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

    getLog, getPluginContext, setLog, setPluginContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SmartSpritesMojo

      public SmartSpritesMojo()
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
      org.apache.maven.plugin.MojoFailureException