| Modifier and Type | Field and Description | 
|---|---|
| static String | ERRORThe result value corresponding with an unexpected error trying to invoke Maven. | 
| static String | FAILURE_BUILDThe result value corresponding with an invocation that failed while invoking of Maven. | 
| static String | FAILURE_POST_HOOKThe result value corresponding with an invocation that failed after the invocation of Maven. | 
| static String | FAILURE_PRE_HOOKThe result value corresponding with an invocation that failed before Maven was be invoked. | 
| static String | SKIPPEDThe result value corresponding with an invocation that was skipped. | 
| static String | SUCCESSThe result value corresponding with a successful invocation of Maven and completion of all post-hook scripts. | 
| Constructor and Description | 
|---|
| Result() | 
public static final String SUCCESS
public static final String FAILURE_PRE_HOOK
public static final String FAILURE_BUILD
public static final String FAILURE_POST_HOOK
public static final String SKIPPED
public static final String ERROR
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.