Uses of Class
org.sonar.api.batch.maven.MavenPlugin

Packages that use MavenPlugin
org.sonar.api.batch.maven   
 

Uses of MavenPlugin in org.sonar.api.batch.maven
 

Methods in org.sonar.api.batch.maven that return MavenPlugin
 MavenPlugin MavenPlugin.addParameter(String key, String value)
          Adds a parameter to the maven plugin
static MavenPlugin MavenSurefireUtils.configure(Project project)
          Configures the project POM with base required surefire settings
static MavenPlugin MavenPlugin.getPlugin(org.apache.maven.project.MavenProject pom, String groupId, String artifactId)
          Returns a plugin from a pom based on its group id and artifact id

static MavenPlugin MavenPlugin.registerPlugin(org.apache.maven.project.MavenProject pom, String groupId, String artifactId, String version, boolean overrideVersion)
          Registers a plugin in a project pom

 MavenPlugin MavenPlugin.setParameter(String key, String value)
          Sets a parameter for the maven plugin.
 MavenPlugin MavenPlugin.setVersion(String version)
          Sets the maven plugin version
 

Methods in org.sonar.api.batch.maven with parameters of type MavenPlugin
 void MavenPluginHandler.configure(Project project, MavenPlugin plugin)
          Configures the pom being executed, add or remove plugin properties.
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.