Package org.apache.maven.jelly.tags.maven

Various jelly tags provided by Maven to allow easier access its facilities.

See:
          Description

Interface Summary
DependencyResolverInterface  
 

Class Summary
AddPathTag This class takes a given path using an id and appends another path (using refid) to it.
ConcatTag Concat a set of files together into a single file.
CopyResources A tag to copy resources to a given directory
DependencyResolver  
DummyAction "Do nothing" action
GetTag A tag to retrieve values from plugins
InputTag Concat a set of files together into a single file.
InstallPluginTag A Maven Jelly tag that will install a given plugin JAR using the plugin manager.
ListAddAction Simple action that adds the goal to a list when it is invoked
MakeAbsolutePathTag Jelly tag to convert a relative path into an absolute path by prepending the basedir if it is relative.
MakeRelativePathTag Jelly tag to convert an absolute path into a relative path by removing the basedir.
MavenTag A way of running maven as a Jelly tag
MavenTagLibrary MavenSession tag library for use in Jelly scripts.
ParamCheck A tag to check parameters are being passed correctly
PluginVarTag Deprecated. replaced by the GetTag tag
PomTag MavenSession Jelly tag that creates a POM instance.
ProjectGoal Overrides Goal to add some extra project information
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.
ReactorTag Reactor tag that processes a set of project descriptors taking into consideration the inter-project dependencies.
RootRelativePathTag Converts an absolute path into a path relative to a root dir.
SetTag A tag to set plugin values
SnapshotSignature Create snapshot signature for non-release JARs and distributions.
UninstallPluginTag A Maven Jelly tag that will uninstall a given plugin JAR using the plugin manager.
UserCheck A tag to check if a user name is set.
WerkzDependencyResolver THIS CLASS IS NOT THREADSAFE.
 

Exception Summary
DependencyResolverException TODO: describe
 

Package org.apache.maven.jelly.tags.maven Description

Various jelly tags provided by Maven to allow easier access its facilities.



Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.