Suppress Error
The suppress-error element allows you to suppress Maven 2 errors that you do not want to be reported by pulse™. It is intended to be used when your Maven 2 build raises spurious errors that are not useful information as part of the build result.
Attributes
| Attribute |
Description |
Required? |
Default |
| expression |
A regular expression that matches error messages that should be ignored. |
No |
|
Child Elements
None.
Examples
Execute the "build" goal, ignoring errors that contain the strings "useless" or "Useless":