java.io.Serializablepublic class ProjectBuildFailureException extends BuildFailureException
MojoFailureException with context
information including projectId that caused the failure.| Constructor | Description |
|---|---|
ProjectBuildFailureException(java.lang.String projectId,
org.apache.maven.plugin.MojoFailureException cause) |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.maven.plugin.MojoFailureException |
getMojoFailureException() |
|
java.lang.String |
getProjectId() |