org.sonar.api.batch.maven
Class MavenSurefireUtils

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

Deprecated. since 4.5 we don't want any dependency on Maven anymore

@Deprecated
public final class MavenSurefireUtils
extends Object

Since:
1.10

Field Summary
static String ARTIFACT_ID
          Deprecated.  
static String GROUP_ID
          Deprecated.  
static String VERSION
          Deprecated.  
 
Method Summary
static MavenPlugin configure(Project project)
          Deprecated. 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
Deprecated. 
See Also:
Constant Field Values

ARTIFACT_ID

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

VERSION

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

configure

public static MavenPlugin configure(Project project)
Deprecated. 
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–2016 SonarSource. All rights reserved.