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