Package | Description |
---|---|
org.apache.maven.jelly.tags.jeez |
This tag library groups together the ant and werkz tag libraries into one namespace.
|
org.apache.maven.jelly.tags.werkz |
Extensions to Werkz.
|
org.apache.maven.werkz.jelly |
Modifier and Type | Class and Description |
---|---|
class |
TargetTag
Wraps a Werkz
<goal> to appear as an
ant <target> . |
Modifier and Type | Class and Description |
---|---|
class |
MavenAttainGoalTag
Replacement for werkz's
AttainGoalTag which will lazy initialise goals. |
class |
MavenGoalTag
Replacement for werkz's
GoalTag which does not allow a goal
to be redefined once defined. |
Modifier and Type | Class and Description |
---|---|
class |
AttainGoalTag
Attains one or more goals.
|
class |
AttainTag
Attains one or more goals.
|
class |
CallbackTagSupport
Abstract base class for all callback tags.
|
class |
GoalTag
Implements a <target> tag which is similar to the Ant equivalent tag
but is based on the Werkz goal engine.
|
class |
PostActionTag
Implements a <postAction> tag which provides a callback
which is evaluated after an action.
|
class |
PostGoalTag
Implements a <postGoal> tag which provides a callback
which is evaluated after a goal has executed.
|
class |
PreActionTag
Implements a <preAction> tag which provides a callback
which is evaluated before an action.
|
class |
PreGoalTag
Implements a <preGoal> tag which provides a callback
which is evaluated before a goal.
|
class |
ProjectTag
The root tag of a Project definition.
|
class |
UseGoalsTag
This tag outputs a sorted Map of Maps all of the goals, indexed by their prefix and their
goal name.
|
Copyright © 2001-2013 Apache Software Foundation. All Rights Reserved.