org.sonar.api.batch.maven
Class MavenSurefireUtils

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

public class MavenSurefireUtils
extends java.lang.Object


Field Summary
static java.lang.String ARTIFACT_ID
           
static java.lang.String GROUP_ID
           
static java.lang.String VERSION
           
 
Constructor Summary
MavenSurefireUtils()
           
 
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
Constructor Detail

MavenSurefireUtils

public MavenSurefireUtils()
Method Detail

configure

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

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


Copyright © 2009 SonarSource SA. All Rights Reserved.