org.codehaus.mojo.sonar
Class Bootstraper

java.lang.Object
  extended by org.codehaus.mojo.sonar.Bootstraper

public class Bootstraper
extends Object

Configure pom and execute sonar internal maven plugin


Field Summary
static String REPOSITORY_ID
           
 
Constructor Summary
Bootstraper(ServerMetadata server, ArtifactRepositoryFactory repoFactory, PluginManager pluginManager, Log log)
           
 
Method Summary
 void start(MavenProject project, org.apache.maven.execution.MavenSession session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REPOSITORY_ID

public static final String REPOSITORY_ID
See Also:
Constant Field Values
Constructor Detail

Bootstraper

public Bootstraper(ServerMetadata server,
                   ArtifactRepositoryFactory repoFactory,
                   PluginManager pluginManager,
                   Log log)
Method Detail

start

public void start(MavenProject project,
                  org.apache.maven.execution.MavenSession session)
           throws IOException,
                  MojoExecutionException
Throws:
IOException
MojoExecutionException


Copyright © 2009-2011 Codehaus. All Rights Reserved.