|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface MojoRequiresOnline
Some mojos cannot execute if they don't have access to a network connection. If Maven is operating in offline mode, such mojos will cause the build to fail. This flag controls whether the mojo requires Maven to be online. The default is false in MAven.
Optional Element Summary | |
---|---|
boolean |
value
The default is true for easy flagging. |
public abstract boolean value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |