ch.ledcom.maven.sitespeed
Class SiteSpeedMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by ch.ledcom.maven.sitespeed.SiteSpeedMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="sitespeed")
public class SiteSpeedMojo
extends org.apache.maven.plugin.AbstractMojo

Generate a SiteSpeed.io report. At the moment this Mojo is a simple wrapper around the sitespeed.io bash script.

Author:
gehel

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
SiteSpeedMojo()
           
 
Method Summary
 void execute()
          Main Mojo method.
 
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 Detail

SiteSpeedMojo

public SiteSpeedMojo()
Method Detail

execute

public final void execute()
                   throws org.apache.maven.plugin.MojoExecutionException,
                          org.apache.maven.plugin.MojoFailureException
Main Mojo method.

Throws:
org.apache.maven.plugin.MojoExecutionException - in case of execution error
org.apache.maven.plugin.MojoFailureException - in case of execution failure


Copyright © 2013 LedCom. All Rights Reserved.