MavenWorkUnit
data class MavenWorkUnit( @Json(name = "groupId") val groupId: String, @Json(name = "artifactId") val artifactId: String, @Json(name = "goalName") val goalName: String, @Json(name = "executionId") val executionId: String)
A Maven work unit.
Parameters
groupId
The Maven groupId.
artifactId
The Maven artifactId.
goalName
The Maven goal name.
executionId
The execution id of the goal.