org.sonar.api.batch.maven
Class MavenSurefireUtils

java.lang.Object
  extended by org.sonar.api.batch.maven.MavenSurefireUtils

public final class MavenSurefireUtils
extends java.lang.Object

Since:
1.10

Field Summary
static java.lang.String ARTIFACT_ID
           
static java.lang.String GROUP_ID
           
static java.lang.String VERSION
           
 
Method Summary
static MavenPlugin configure(Project project)
          Configures the project POM with base required surefire settings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GROUP_ID

public static final java.lang.String GROUP_ID
See Also:
Constant Field Values

ARTIFACT_ID

public static final java.lang.String ARTIFACT_ID
See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
See Also:
Constant Field Values
Method Detail

configure

public static MavenPlugin configure(Project project)
Configures the project POM with base required surefire settings

Parameters:
project - the project currently analyzed
Returns:
the configured surefire MavenPlugin object instance, cannot be null


Copyright © 2009-2010 SonarSource SA. All Rights Reserved.