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


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

The name for the Mojo that users will reference from the command line to execute the Mojo directly, or inside a POM in order to provide Mojo-specific configuration.


Required Element Summary
 java.lang.String value
          The goal name that can be used directly from maven command line, or in POM files with plugin execution, or in lifecycle declaration.
 

Element Detail

value

public abstract java.lang.String value
The goal name that can be used directly from maven command line, or in POM files with plugin execution, or in lifecycle declaration.

Returns:
the goal name


Copyright © 2006-2009. All Rights Reserved.