Package net.jangaroo.smartsprites.maven
Class SmartSpritesMojo
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 -
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
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
-