org.sonar.maven3
Class Maven3PluginExecutor

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

public class Maven3PluginExecutor
extends AbstractMavenPluginExecutor


Constructor Summary
Maven3PluginExecutor(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

Maven3PluginExecutor

public Maven3PluginExecutor(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)
Specified by:
concreteExecute in class AbstractMavenPluginExecutor


Copyright © 2009-2012 SonarSource. All Rights Reserved.