org.sonar.api.batch.maven
Class MavenSurefireUtils

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

public final class MavenSurefireUtils
extends Object

Since:
1.10

Field Summary
static String ARTIFACT_ID
           
static String GROUP_ID
           
static 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 String GROUP_ID
See Also:
Constant Field Values

ARTIFACT_ID

public static final String ARTIFACT_ID
See Also:
Constant Field Values

VERSION

public static final 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-2011 SonarSource. All Rights Reserved.