- MojoAggregator - Annotation Type in org.jfrog.maven.annomojo.annotations
-
Determines how Maven will execute this mojo in the context of a
multimodule build.
- MojoAnnotation - Annotation Type in org.jfrog.maven.annomojo.annotations
-
Used to annotate all other mojo annotations
- MojoComponent - Annotation Type in org.jfrog.maven.annomojo.annotations
-
.
- MojoConfigurator - Annotation Type in org.jfrog.maven.annomojo.annotations
-
The configurator type to use when injecting parameter values into this Mojo.
- MojoExecute - Annotation Type in org.jfrog.maven.annomojo.annotations
-
When this goal is invoked, it will first invoke a parallel lifecycle,
ending at the given phase.
- MojoGoal - Annotation Type in org.jfrog.maven.annomojo.annotations
-
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.
- MojoInheritedByDefault - Annotation Type in org.jfrog.maven.annomojo.annotations
-
Tells Maven that the this plugin's configuration should be inherted from
a parent POM by default.
- MojoInstantiationStrategy - Annotation Type in org.jfrog.maven.annomojo.annotations
-
.
- MojoMultiExecution - Annotation Type in org.jfrog.maven.annomojo.annotations
-
.
- MojoParameter - Annotation Type in org.jfrog.maven.annomojo.annotations
-
A parameter the plugin is expecting.
- MojoPhase - Annotation Type in org.jfrog.maven.annomojo.annotations
-
Binds this Mojo to a particular phase of the standard build lifecycle, if specified.
- MojoRequiresDependencyCollection - Annotation Type in org.jfrog.maven.annomojo.annotations
-
Flags this mojo as requiring information about the dependencies that
would make up the specified class path.
- MojoRequiresDependencyResolution - Annotation Type in org.jfrog.maven.annomojo.annotations
-
Flags this Mojo as requiring the dependencies in the specified scope
(or an implied scope) to be resolved before it can execute.
- MojoRequiresDirectInvocation - Annotation Type in org.jfrog.maven.annomojo.annotations
-
Tells Maven that this mojo can ONLY be invoked directly, via the
command line.
- MojoRequiresOnline - Annotation Type in org.jfrog.maven.annomojo.annotations
-
Some mojos cannot execute if they don't have access to a network
connection.
- MojoRequiresProject - Annotation Type in org.jfrog.maven.annomojo.annotations
-
Tells Maven that a valid project instance must be present for this mojo to
execute.
- MojoSince - Annotation Type in org.jfrog.maven.annomojo.annotations
-
Specify the version when the Mojo was added to the API.
- MojoThreadSafe - Annotation Type in org.jfrog.maven.annomojo.annotations
-
Marks this mojo as being thread-safe, i.e.