public class Takari_MavenIncrementalConventions extends Object
| Constructor and Description |
|---|
Takari_MavenIncrementalConventions() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getExecutionId(org.apache.maven.plugin.MojoExecution execution)
Returns conventional MojoExecution identifier used by incremental build tools.
|
static Path |
getExecutionStateLocation(org.apache.maven.project.MavenProject project,
org.apache.maven.plugin.MojoExecution execution)
Returns conventional location of MojoExecution incremental build input state
|
static Path |
getProjectStateLocation(org.apache.maven.project.MavenProject project)
Returns conventional location of MavenProject incremental build state
|
public static Path getExecutionStateLocation(org.apache.maven.project.MavenProject project, org.apache.maven.plugin.MojoExecution execution)
public static String getExecutionId(org.apache.maven.plugin.MojoExecution execution)
public static Path getProjectStateLocation(org.apache.maven.project.MavenProject project)
Copyright © 2017. All rights reserved.