Package | Description |
---|---|
org.jfrog.maven.annomojo.annotations |
Modifier and Type | Class and Description |
---|---|
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 |
MojoRequiresDependencyCollection
Flags this mojo as requiring information about the dependencies that
would make up the specified class path.
|
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.
|
interface |
MojoSince
Specify the version when the Mojo was added to the API.
|
interface |
MojoThreadSafe
Marks this mojo as being thread-safe, i.e.
|
Copyright © 2006-2012. All Rights Reserved.