Package | Description |
---|---|
org.apache.maven.jelly.tags.maven |
Various jelly tags provided by Maven to allow easier access its facilities.
|
Modifier and Type | Class and Description |
---|---|
class |
AddPathTag
This class takes a given path using an
id and appends another
path (using refid ) to it. |
class |
ConcatTag
Concat a set of files together into a single file.
|
class |
CopyResources
A tag to copy resources to a given directory
|
class |
GetTag
A tag to retrieve values from plugins
|
class |
InputTag
Concat a set of files together into a single file.
|
class |
InstallPluginTag
A Maven Jelly tag that will install a given plugin JAR using the plugin manager.
|
class |
MakeAbsolutePathTag
Jelly tag to convert a relative path into an absolute path by prepending the basedir if it
is relative.
|
class |
MakeRelativePathTag
Jelly tag to convert an absolute path into a relative path by removing the basedir.
|
class |
MavenTag
A way of running maven as a Jelly tag
|
class |
ParamCheck
A tag to check parameters are being passed correctly
|
class |
PluginVarTag
Deprecated.
replaced by the GetTag tag
|
class |
PomTag
MavenSession Jelly tag that creates a POM instance.
|
class |
PropertyTag
A Maven Jelly tag that attempts to retrieve a property from the MavenJellyContext
context and uses the provided default value in the event there is no valid value
retrieved using the key name provided.
|
class |
ReactorTag
Reactor tag that processes a set of project descriptors taking into
consideration the inter-project dependencies.
|
class |
RootRelativePathTag
Converts an absolute path into a path relative to a root dir.
|
class |
SetTag
A tag to set plugin values
|
class |
SnapshotSignature
Create snapshot signature for non-release JARs and distributions.
|
class |
UninstallPluginTag
A Maven Jelly tag that will uninstall a given plugin JAR using the plugin manager.
|
class |
UserCheck
A tag to check if a user name is set.
|
Copyright © 2001-2013 Apache Software Foundation. All Rights Reserved.