Hi Stijn,
I'm not sure if there is such documentation, but you get that info from the POM description itself:
http://maven.apache.org/reference/project-descriptor.html
In other words, whatever is on that XML can be accessed throughout Jelly's EL.
For instance:
<build>
<sourceModifications>
<sourceModification>
<className/>Could be accessed as : ${pom.build.sourceModifications.sourceModification.className}
Felipe
On Wed, 25 Aug 2004 13:26:48 +0200, Stijn de Witt <[EMAIL PROTECTED]> wrote:
> Is there a list of those properties somewhere? I like to use them, but I > only know a few.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
