mirror of https://github.com/apache/maven.git
make showError() method public, used in netbeans integration.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@604815 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fbb4833982
commit
05b8b80e1e
|
@ -180,7 +180,8 @@ public final class CLIReportingUtils
|
|||
* @param showStackTraces
|
||||
* @param logger
|
||||
*/
|
||||
static void showError( String message,
|
||||
//mkleint: public because used in netbeans integration
|
||||
public static void showError( String message,
|
||||
Exception e,
|
||||
boolean showStackTraces,
|
||||
CoreErrorReporter reporter,
|
||||
|
|
Loading…
Reference in New Issue