org.sonar.maven
Class Maven2PluginExecutor

java.lang.Object
  extended by org.sonar.batch.AbstractMavenPluginExecutor
      extended by org.sonar.maven.Maven2PluginExecutor
All Implemented Interfaces:
BatchComponent, MavenPluginExecutor

public class Maven2PluginExecutor
extends AbstractMavenPluginExecutor


Constructor Summary
Maven2PluginExecutor(org.apache.maven.lifecycle.LifecycleExecutor le, org.apache.maven.execution.MavenSession mavenSession)
           
 
Method Summary
 void concreteExecute(org.apache.maven.project.MavenProject pom, String goal)
           
 
Methods inherited from class org.sonar.batch.AbstractMavenPluginExecutor
execute, execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Maven2PluginExecutor

public Maven2PluginExecutor(org.apache.maven.lifecycle.LifecycleExecutor le,
                            org.apache.maven.execution.MavenSession mavenSession)
Method Detail

concreteExecute

public void concreteExecute(org.apache.maven.project.MavenProject pom,
                            String goal)
                     throws Exception
Specified by:
concreteExecute in class AbstractMavenPluginExecutor
Throws:
Exception


Copyright © 2009-2012 SonarSource. All Rights Reserved.