org.jfrog.maven.annomojo.annotations
Annotation Type MojoRequiresDirectInvocation


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface MojoRequiresDirectInvocation

Tells Maven that this mojo can ONLY be invoked directly, via the command line. The default in maven is false.


Optional Element Summary
 boolean value
          The default is true for annotation readability.
 

value

public abstract boolean value
The default is true for annotation readability.

Returns:
true if the mojo goal can ONLY be activated from command line.
Default:
true


Copyright © 2006-2009. All Rights Reserved.