Maven Work Unit
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
group Id
The Maven groupId.
artifact Id
The Maven artifactId.
goal Name
The Maven goal name.
execution Id
The execution id of the goal.