Hi
I'm not sure, but those look like velocity stuff.
anyway:
pom.inceptionYear, and pom.build.resource is from project.xml
<project>
<inceptionYear>x</inceptionYear>
<build>
<resources/>
</build>
</project>
On Wed, 2004-03-17 at 16:02, Vijay V wrote:
> Hi
>
> I am a new user trying to get my hands with maven.
>
> I would like to know the list of all methods that are available on the pom.
>
> I see few functions like -
> "${pom.inceptionYear.equals("currentYear")}
> "${pom.build.resources.isEmpty()}"
> "${pom.getDependencyPath('aritifact')}"
>
> There should be lot of functions available and should be based on some
> api which exists.
> Can any one kindly point as to where this documentation exists or what
> is the basis of invoking different functions or what is
> the basic concept on which it is build.
>
> Any pointer will be highly appreciated.
>
> Thanks,
> Vijay V
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]