Uses of Class
org.jfrog.maven.annomojo.annotations.MojoAnnotation

Uses of MojoAnnotation in org.jfrog.maven.annomojo.annotations
 

Classes in org.jfrog.maven.annomojo.annotations with annotations of type MojoAnnotation
 interface MojoAggregator
          Determines how Maven will execute this mojo in the context of a multimodule build.
 interface MojoComponent
          .
 interface MojoConfigurator
          The configurator type to use when injecting parameter values into this Mojo.
 interface MojoExecute
          When this goal is invoked, it will first invoke a parallel lifecycle, ending at the given phase.
 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.
 interface MojoInheritedByDefault
          Tells Maven that the this plugin's configuration should be inherted from a parent POM by default.
 interface MojoInstantiationStrategy
          .
 interface MojoMultiExecution
          .
 interface MojoParameter
          A parameter the plugin is expecting.
 interface MojoPhase
          Binds this Mojo to a particular phase of the standard build lifecycle, if specified.
 interface MojoRequiresDependencyResolution
          Flags this Mojo as requiring the dependencies in the specified scope (or an implied scope) to be resolved before it can execute.
 interface MojoRequiresDirectInvocation
          Tells Maven that this mojo can ONLY be invoked directly, via the command line.
 interface MojoRequiresOnline
          Some mojos cannot execute if they don't have access to a network connection.
 interface MojoRequiresProject
          Tells Maven that a valid project instance must be present for this mojo to execute.
 



Copyright © 2006-2009. All Rights Reserved.