ch.hortis.sonar.mvn
Class PrepareMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by ch.hortis.sonar.mvn.CoreMojo
          extended by ch.hortis.sonar.mvn.PrepareMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class PrepareMojo
extends CoreMojo


Field Summary
 
Fields inherited from class ch.hortis.sonar.mvn.CoreMojo
mavenProject
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
PrepareMojo()
           
 
Method Summary
 void doExecute()
           
protected  java.util.List<Report> getTargetReports()
           
 
Methods inherited from class ch.hortis.sonar.mvn.CoreMojo
execute, getBranch, getContainer, getDatabaseConnector, getProject, getReactorProjects, getSnapshotId, isLight, setBranch, setDatabaseConnector, setJdbcDriverClassName, setJdbcPassword, setJdbcURL, setJdbcUserName, setLight, setProject, setReactorProjects, setSnapshotId
 
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

PrepareMojo

public PrepareMojo()
Method Detail

getTargetReports

protected java.util.List<Report> getTargetReports()

doExecute

public void doExecute()
               throws org.apache.maven.plugin.MojoExecutionException
Specified by:
doExecute in class CoreMojo
Throws:
org.apache.maven.plugin.MojoExecutionException


Copyright © 2007-2008 hortis. All Rights Reserved.